Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/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()
/freebsd/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 …]
/freebsd/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.c263 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
282 cp = cpn = sp->layout->first; in term_tbl()
299 (ic || sp->layout->first->pos != TBL_CELL_SPAN)) { in term_tbl()
313 if (sp->pos == TBL_SPAN_DATA && uvert < sp->layout->vert) in term_tbl()
314 uvert = dvert = sp->layout->vert; in term_tbl()
316 dvert < sp->next->layout->vert) in term_tbl()
317 dvert = sp->next->layout->vert; in term_tbl()
318 if (sp->prev != NULL && uvert < sp->prev->layout->vert && in term_tbl()
319 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
320 !IS_HORIZ(sp->prev->layout->first)))) in term_tbl()
[all …]
H A Dout.c153 icol = dp->layout->col; in tblcalc()
157 col->flags |= dp->layout->flags; in tblcalc()
158 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc()
163 if (dp->layout->wstr != NULL && in tblcalc()
164 dp->layout->width == 0 && in tblcalc()
165 a2roffsu(dp->layout->wstr, &su, SCALE_EN) in tblcalc()
167 dp->layout->width = in tblcalc()
169 if (col->width < dp->layout->width) in tblcalc()
170 col->width = dp->layout->width; in tblcalc()
171 if (dp->layout->spacing != SIZE_MAX && in tblcalc()
[all …]
H A Dtbl_html.c150 switch (sp->layout->vert) { in print_tbl()
191 cp = dp->layout; in print_tbl()
251 if (dp->layout->pos == TBL_CELL_HORIZ || in print_tbl()
252 dp->layout->pos == TBL_CELL_DHORIZ || in print_tbl()
260 html_setfont(h, dp->layout->font); in print_tbl()
261 if (dp->layout->pos == TBL_CELL_LONG) in print_tbl()
264 if (dp->layout->pos == TBL_CELL_NUMBER) { in print_tbl()
265 col = h->tbl.cols + dp->layout->col; in print_tbl()
/freebsd/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
550 # ntpdc-layout doesn't need any additional libraries at all
553 CLEANFILES = check-layout layout
[all...]
/freebsd/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
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi228 <data-member access='public' layout-offset-in-bits='0'>
231 <data-member access='public' layout-offset-in-bits='32'>
234 <data-member access='public' layout-offset-in-bits='64'>
237 <data-member access='public' layout-offset-in-bits='128'>
636 <data-member access='public' layout-offset-in-bits='0'>
643 <data-member access='public' layout-offset-in-bits='0'>
646 <data-member access='public' layout-offset-in-bits='64'>
649 <data-member access='public' layout-offset-in-bits='128'>
655 <data-member access='public' layout-offset-in-bits='0'>
666 <data-member access='public' layout-offset-in-bits='0'>
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi698 <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'>
710 <data-member access='public' layout-offset-in-bits='0'>
713 <data-member access='public' layout-offset-in-bits='64'>
716 <data-member access='public' layout-offset-in-bits='128'>
719 <data-member access='public' layout-offset-in-bits='192'>
722 <data-member access='public' layout-offset-in-bits='256'>
725 <data-member access='public' layout-offset-in-bits='320'>
1162 <data-member access='public' layout-offset-in-bits='0'>
[all …]
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi637 <data-member access='public' layout-offset-in-bits='0'>
644 <data-member access='public' layout-offset-in-bits='0'>
647 <data-member access='public' layout-offset-in-bits='64'>
650 <data-member access='public' layout-offset-in-bits='128'>
656 <data-member access='public' layout-offset-in-bits='0'>
667 <data-member access='public' layout-offset-in-bits='0'>
670 <data-member access='public' layout-offset-in-bits='64'>
673 <data-member access='public' layout-offset-in-bits='80'>
678 <data-member access='public' layout-offset-in-bits='0'>
683 <data-member access='public' layout-offset-in-bits='0'>
[all …]
/freebsd/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()
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi314 <data-member access='public' layout-offset-in-bits='0'>
317 <data-member access='public' layout-offset-in-bits='32'>
320 <data-member access='public' layout-offset-in-bits='48'>
323 <data-member access='public' layout-offset-in-bits='64'>
326 <data-member access='public' layout-offset-in-bits='96'>
329 <data-member access='public' layout-offset-in-bits='128'>
335 <data-member access='public' layout-offset-in-bits='0'>
338 <data-member access='public' layout-offset-in-bits='32'>
341 <data-member access='public' layout-offset-in-bits='64'>
344 <data-member access='public' layout-offset-in-bits='128'>
[all …]
/freebsd/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 …]
/freebsd/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";
/freebsd/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 …]
/freebsd/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 …]
/freebsd/usr.sbin/bhyve/kbdlayout/
H A Dam1 # bhyve ps2kbd keyboard layout file
2 # (am : Armenian phonetic layout)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp210 auto &layout = Builder.CGM.getDataLayout(); in addPlaceholderWithSize() local
212 offset = offset.alignTo(CharUnits::fromQuantity(layout.getABITypeAlign(type))); in addPlaceholderWithSize()
213 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(type)); in addPlaceholderWithSize()
244 auto &layout = Builder.CGM.getDataLayout(); in getOffsetFromGlobalTo() local
252 CharUnits::fromQuantity(layout.getABITypeAlign(elementType))); in getOffsetFromGlobalTo()
253 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(elementType)); in getOffsetFromGlobalTo()

12345678910>>...17