Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/src/contrib/kyua/store/
H A Dlayout_test.cpp48 namespace layout = store::layout;
54 const fs::path store_dir = layout::query_store_dir(); in ATF_TEST_CASE_BODY()
57 const std::string test_suite = layout::test_suite_for_path( in ATF_TEST_CASE_BODY()
64 layout::find_results("LATEST").str()); in ATF_TEST_CASE_BODY()
68 layout::find_results("LATEST").str()); in ATF_TEST_CASE_BODY()
72 layout::find_results("LATEST").str()); in ATF_TEST_CASE_BODY()
79 const fs::path store_dir = layout::query_store_dir(); in ATF_TEST_CASE_BODY()
88 "results." + layout::test_suite_for_path(dir1) + ".")).str(); in ATF_TEST_CASE_BODY()
90 "results." + layout::test_suite_for_path(dir2) + ".")).str(); in ATF_TEST_CASE_BODY()
94 layout::find_results(dir1.str()).str()); in ATF_TEST_CASE_BODY()
[all …]
H A Dlayout.cpp50 namespace layout = store::layout;
70 const fs::path store_dir = layout::query_store_dir(); in find_latest()
127 const char* layout::results_auto_create_name = "NEW";
133 const char* layout::results_auto_open_name = "LATEST";
144 layout::find_results(const std::string& id) in find_results()
183 layout::results_id_file_pair
184 layout::new_db(const std::string& id, const fs::path& root) in new_db()
212 layout::new_db_for_migration(const fs::path& root, in new_db_for_migration()
230 layout::query_store_dir(void) in query_store_dir()
251 layout::test_suite_for_path(const fs::path& path) in test_suite_for_path()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp117 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) { in layout() function
122 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout() function
134 S.MDExceptionStream.ThreadContext = layout(File, S.ThreadContext); in layout()
139 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() function
140 Range.Entry.Memory = layout(File, Range.Content); in layout()
143 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout() function
146 M.Entry.CvRecord = layout(File, M.CvRecord); in layout()
147 M.Entry.MiscRecord = layout(File, M.MiscRecord); in layout()
150 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout() function
151 T.Entry.Stack.Memory = layout(File, T.Stack); in layout()
[all …]
/src/contrib/mandoc/
H A Dtbl_data.c66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata()
78 if (dp->layout->last->col + 1 < dp->opts->cols) { in getdata()
83 dp->layout->last->next = cp; in getdata()
84 cp->col = dp->layout->last->col + 1; in getdata()
85 dp->layout->last = cp; in getdata()
96 dat->layout = cp; in getdata()
119 pdat->layout->col < dat->layout->col) in getdata()
123 if (pdat->layout->pos != TBL_CELL_DOWN && in getdata()
188 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata()
189 dat->layout->pos == TBL_CELL_DHORIZ || in getdata()
[all …]
H A Dtbl_term.c286 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
306 cp = cpn = sp->layout->first; in term_tbl()
325 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
339 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert) in term_tbl()
340 uvert = dvert = sp->layout->vert; in term_tbl()
342 dvert < sp->next->layout->vert) in term_tbl()
343 dvert = sp->next->layout->vert; in term_tbl()
344 if (sp->prev != NULL && uvert < sp->prev->layout->vert && in term_tbl()
345 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
346 !IS_HORIZ(sp->prev->layout->first)))) in term_tbl()
[all …]
H A Dtbl_html.c118 switch (sp->layout->vert) { in print_tbl()
159 cp = dp->layout; in print_tbl()
219 if (dp->layout->pos == TBL_CELL_HORIZ || in print_tbl()
220 dp->layout->pos == TBL_CELL_DHORIZ || in print_tbl()
228 html_setfont(h, dp->layout->font); in print_tbl()
229 if (dp->layout->pos == TBL_CELL_LONG) in print_tbl()
232 if (dp->layout->pos == TBL_CELL_NUMBER) { in print_tbl()
233 col = h->tbl.cols + dp->layout->col; in print_tbl()
H A Dout.c167 icol = dp->layout->col; in tblcalc()
171 col->flags |= dp->layout->flags; in tblcalc()
172 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc()
176 if (col->width < dp->layout->width) in tblcalc()
177 col->width = dp->layout->width; in tblcalc()
178 if (dp->layout->spacing != SIZE_MAX && in tblcalc()
180 col->spacing < dp->layout->spacing)) in tblcalc()
181 col->spacing = dp->layout->spacing; in tblcalc()
192 dp->layout->width ? dp->layout->width : in tblcalc()
435 switch (dp->layout->pos) { in tblcalc_data()
/src/contrib/ntp/ntpdc/
H A DMakefile.am7 EXTRA_PROGRAMS= ntpdc ntpdc-layout
8 EXTRA_DATA= check-layout
36 check-layout \
37 layout.here \
39 ntpdc-layout \
49 layout.std \
139 ntpdc-layout.o: nl.c
141 layout.here: ntpdc-layout
142 $(AM_V_at)./ntpdc-layout > $@
144 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
[all …]
H A DMakefile.in97 EXTRA_PROGRAMS = ntpdc$(EXEEXT) ntpdc-layout$(EXEEXT)
166 ntpdc_layout_SOURCES = ntpdc-layout.c
167 ntpdc_layout_OBJECTS = ntpdc-layout.$(OBJEXT)
184 am__depfiles_remade = ./$(DEPDIR)/ntpdc-layout.Po \
206 SOURCES = $(ntpdc_SOURCES) $(nodist_ntpdc_SOURCES) ntpdc-layout.c
207 DIST_SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
539 EXTRA_DATA = check-layout
553 CLEANFILES = check-layout layout.here nl.c ntpdc-layout .version \
560 layout.std \
793 ntpdc-layout$(EXEEXT): $(ntpdc_layout_OBJECTS) $(ntpdc_layout_DEPENDENCIES) $(EXTRA_ntpdc_layout_DE…
[all …]
/src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c127 const bhnd_sprom_layout *layout, uint16_t *magic) in bhnd_nvram_sprom_check_magic() argument
132 if (layout->flags & SPROM_LAYOUT_MAGIC_NONE) in bhnd_nvram_sprom_check_magic()
136 error = bhnd_nvram_io_read(io, layout->magic_offset, magic, in bhnd_nvram_sprom_check_magic()
144 if (*magic != layout->magic_value) in bhnd_nvram_sprom_check_magic()
181 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_ident() local
190 layout = &bhnd_sprom_layouts[i]; in bhnd_nvram_sprom_ident()
194 if ((layout->flags & SPROM_LAYOUT_MAGIC_NONE)) in bhnd_nvram_sprom_ident()
205 if (nbytes > layout->size) in bhnd_nvram_sprom_ident()
208 nread = layout->size - nbytes; in bhnd_nvram_sprom_ident()
229 error = bhnd_nvram_io_read(io, layout->srev_offset, &srevcrc, in bhnd_nvram_sprom_ident()
[all …]
H A Dbhnd_nvram_data_sprom_subr.c69 (_state)->input - (_state)->layout->bindings, ##__VA_ARGS__)
84 const struct bhnd_sprom_layout *layout) in bhnd_sprom_opcode_init() argument
92 state->layout = layout; in bhnd_sprom_opcode_init()
101 num_idx = state->layout->num_vars; in bhnd_sprom_opcode_init()
162 state->input = state->layout->bindings; in bhnd_sprom_opcode_reset()
166 bit_set(state->revs, state->layout->rev); in bhnd_sprom_opcode_reset()
323 opcodes = (state->input - state->layout->bindings); in bhnd_sprom_opcode_init_entry()
346 BHND_NV_ASSERT(entry->opcodes < state->layout->bindings_size, in bhnd_sprom_opcode_seek()
354 state->input = state->layout->bindings + entry->opcodes; in bhnd_sprom_opcode_seek()
892 return (bit_test(state->revs, state->layout->rev)); in bhnd_sprom_opcode_matches_layout_rev()
H A Dbhnd_nvram_data_spromvar.h55 const bhnd_sprom_layout *layout);
125 const bhnd_sprom_layout *layout; /**< SPROM layout */ member
175 const bhnd_sprom_layout *layout; /**< layout definition */ member
/src/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi691 <data-member access='public' layout-offset-in-bits='0'>
698 <data-member access='public' layout-offset-in-bits='0'>
701 <data-member access='public' layout-offset-in-bits='64'>
704 <data-member access='public' layout-offset-in-bits='128'>
711 <data-member access='public' layout-offset-in-bits='0'>
722 <data-member access='public' layout-offset-in-bits='0'>
725 <data-member access='public' layout-offset-in-bits='64'>
728 <data-member access='public' layout-offset-in-bits='80'>
733 <data-member access='public' layout-offset-in-bits='0'>
738 <data-member access='public' layout-offset-in-bits='0'>
[all …]
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi1082 <data-member access='public' layout-offset-in-bits='0'>
1085 <data-member access='public' layout-offset-in-bits='64'>
1088 <data-member access='public' layout-offset-in-bits='128'>
1095 <data-member access='public' layout-offset-in-bits='0'>
1106 <data-member access='public' layout-offset-in-bits='0'>
1109 <data-member access='public' layout-offset-in-bits='64'>
1112 <data-member access='public' layout-offset-in-bits='80'>
1117 <data-member access='public' layout-offset-in-bits='0'>
1122 <data-member access='public' layout-offset-in-bits='0'>
1125 <data-member access='public' layout-offset-in-bits='16'>
[all …]
/src/contrib/kyua/cli/
H A Dcmd_db_migrate.cpp46 namespace layout = store::layout;
74 const fs::path results_file = layout::find_results( in run()
H A Dcmd_report_junit.cpp49 namespace layout = store::layout;
77 const fs::path results_file = layout::find_results( in run()
H A Dcmd_test.cpp50 namespace layout = store::layout;
146 const layout::results_id_file_pair results = layout::new_db( in run()
/src/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi48 <data-member access='public' layout-offset-in-bits='0'>
51 <data-member access='public' layout-offset-in-bits='32'>
54 <data-member access='public' layout-offset-in-bits='64'>
57 <data-member access='public' layout-offset-in-bits='128'>
60 <data-member access='public' layout-offset-in-bits='160'>
82 <data-member access='public' layout-offset-in-bits='0'>
85 <data-member access='public' layout-offset-in-bits='64'>
88 <data-member access='public' layout-offset-in-bits='128'>
91 <data-member access='public' layout-offset-in-bits='192'>
94 <data-member access='public' layout-offset-in-bits='256'>
[all …]
/src/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi315 <data-member access='public' layout-offset-in-bits='0'>
318 <data-member access='public' layout-offset-in-bits='32'>
321 <data-member access='public' layout-offset-in-bits='48'>
324 <data-member access='public' layout-offset-in-bits='64'>
327 <data-member access='public' layout-offset-in-bits='96'>
330 <data-member access='public' layout-offset-in-bits='128'>
336 <data-member access='public' layout-offset-in-bits='0'>
339 <data-member access='public' layout-offset-in-bits='32'>
342 <data-member access='public' layout-offset-in-bits='64'>
345 <data-member access='public' layout-offset-in-bits='128'>
[all …]
/src/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-bone-common.dtsi224 nvmem-layout {
225 compatible = "fixed-layout";
247 nvmem-layout {
248 compatible = "fixed-layout";
262 nvmem-layout {
263 compatible = "fixed-layout";
277 nvmem-layout {
278 compatible = "fixed-layout";
292 nvmem-layout {
293 compatible = "fixed-layout";
/src/tools/lua/
H A Dtemplate.lua243 function template.new(view, layout)
252 if layout then
253 if type(layout) == "table" then
258 layout.blocks = context.blocks or {}
259 layout.view = context.view or EMPTY
260 layout:render()
266 layout.blocks = context.blocks or {}
267 layout.view = context.view
268 return tostring(layout)
275 template.render(layout, context)
[all …]
/src/usr.sbin/bhyve/kbdlayout/
H A Dam1 # bhyve ps2kbd keyboard layout file
2 # (am : Armenian phonetic layout)
H A Dus_emacs1 # bhyve ps2kbd keyboard layout file
2 # (us_emacs : United States of America Emacs optimized layout)
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h65 const VTableLayout &layout, unsigned componentIndex,
86 const VTableLayout &layout, llvm::Constant *rtti,
143 llvm::Type *getVTableType(const VTableLayout &layout);
/src/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk641 function write_data_srom_layout(layout, revision, _flags, _size,
650 _sromcrc = srom_layout_find_entry(layout, "<sromcrc>", revision)
662 _sromsig = srom_layout_find_entry(layout, "<sromsig>", revision)
675 _sromrev = srom_layout_find_entry(layout, "sromrev", revision)
714 emit(".bindings = " srom_layout_get_variable_name(layout) ",\n")
716 srom_layout_get_variable_name(layout) "),\n")
718 emit(".num_vars = " srom_layout_num_output_vars(layout, revision) ",\n")
727 function srom_ops_new(layout, _obj) {
728 obj_assert_class(layout, SromLayout)
731 set(_obj, p_layout, layout)
[all …]

12345678910>>...18