Home
last modified time | relevance | path

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

1234567891011

/freebsd-12.1/contrib/mandoc/
H A Dtbl_data.c61 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata()
76 dp->layout->last->next = cp; in getdata()
77 cp->col = dp->layout->last->col + 1; in getdata()
78 dp->layout->last = cp; in getdata()
89 dat->layout = cp; in getdata()
111 pdat->layout->col < dat->layout->col) in getdata()
169 if ((dat->layout->pos == TBL_CELL_HORIZ || in getdata()
171 dat->layout->pos == TBL_CELL_DOWN) && in getdata()
212 if (dat->layout->pos == TBL_CELL_DOWN) in tbl_cdata()
225 dp->layout = rp; in newspan()
[all …]
H A Dtbl_term.c290 cp = cpn = sp->layout->first; in term_tbl()
321 uvert = dvert = sp->layout->vert; in term_tbl()
323 dvert < sp->next->layout->vert) in term_tbl()
324 dvert = sp->next->layout->vert; in term_tbl()
328 uvert = sp->prev->layout->vert; in term_tbl()
348 cp = sp->layout->first; in term_tbl()
350 sp->next->layout->first; in term_tbl()
352 sp->prev->layout->first; in term_tbl()
430 if (ic || sp->layout->first->pos in term_tbl()
833 ic = dp->layout->col; in tbl_literal()
[all …]
H A Dout.c151 icol = dp->layout->col; in tblcalc()
155 col->flags |= dp->layout->flags; in tblcalc()
156 if (dp->layout->flags & TBL_CELL_WIGN) in tblcalc()
161 if (dp->layout->wstr != NULL && in tblcalc()
162 dp->layout->width == 0 && in tblcalc()
165 dp->layout->width = in tblcalc()
167 if (col->width < dp->layout->width) in tblcalc()
168 col->width = dp->layout->width; in tblcalc()
172 col->spacing = dp->layout->spacing; in tblcalc()
183 dp->layout->width ? dp->layout->width : in tblcalc()
[all …]
H A Dtbl.h96 struct tbl_cell *layout; /* Associated layout cell. */ member
117 struct tbl_row *layout; /* Associated layout row. */ member
H A Dtbl_html.c142 switch (sp->layout->vert) { in print_tbl()
183 cp = dp->layout; in print_tbl()
/freebsd-12.1/contrib/ntp/ntpdc/
H A DMakefile.am7 EXTRA_PROGRAMS= ntpdc ntpdc-layout
8 EXTRA_DATA= check-layout
31 CLEANFILES= check-layout layout.here nl.c ntpdc-layout
37 layout.std \
126 ntpdc-layout.o: nl.c
128 layout.here: ntpdc-layout
129 ./ntpdc-layout > $@
131 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
132 cmp $(srcdir)/layout.std layout.here && echo stamp > $@
H A DMakefile.in164 ntpdc_layout_SOURCES = ntpdc-layout.c
201 SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c
535 EXTRA_DATA = check-layout
550 CLEANFILES = check-layout layout.here nl.c ntpdc-layout check-libopts \
557 layout.std \
789 @rm -f ntpdc-layout$(EXEEXT)
1205 ntpdc-layout.o: nl.c
1207 layout.here: ntpdc-layout
1208 ./ntpdc-layout > $@
1210 check-layout: ntpdc-layout $(srcdir)/layout.std layout.here
[all …]
/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c146 if (*magic != layout->magic_value) in bhnd_nvram_sprom_check_magic()
183 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_ident() local
192 layout = &bhnd_sprom_layouts[i]; in bhnd_nvram_sprom_ident()
207 if (nbytes > layout->size) in bhnd_nvram_sprom_ident()
210 nread = layout->size - nbytes; in bhnd_nvram_sprom_ident()
245 if (srev != layout->rev) in bhnd_nvram_sprom_ident()
278 *ident = layout; in bhnd_nvram_sprom_ident()
294 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_probe() local
308 const bhnd_sprom_layout *layout; in bhnd_nvram_sprom_getvar_direct() local
625 layout = NULL; in bhnd_nvram_sprom_serialize()
[all …]
H A Dbhnd_nvram_data_sprom_subr.c72 (_state)->input - (_state)->layout->bindings, ##__VA_ARGS__)
87 const struct bhnd_sprom_layout *layout) in bhnd_sprom_opcode_init() argument
95 state->layout = layout; in bhnd_sprom_opcode_init()
104 num_idx = state->layout->num_vars; in bhnd_sprom_opcode_init()
165 state->input = state->layout->bindings; in bhnd_sprom_opcode_reset()
169 bit_set(state->revs, state->layout->rev); in bhnd_sprom_opcode_reset()
329 opcodes = (state->input - state->layout->bindings); in bhnd_sprom_opcode_init_entry()
352 BHND_NV_ASSERT(entry->opcodes < state->layout->bindings_size, in bhnd_sprom_opcode_seek()
360 state->input = state->layout->bindings + entry->opcodes; in bhnd_sprom_opcode_seek()
899 return (bit_test(state->revs, state->layout->rev)); in bhnd_sprom_opcode_matches_layout_rev()
H A Dbhnd_nvram_data_spromvar.h56 const bhnd_sprom_layout *layout);
126 const bhnd_sprom_layout *layout; /**< SPROM layout */ member
176 const bhnd_sprom_layout *layout; /**< layout definition */ member
/freebsd-12.1/contrib/apr/
H A Dconfig.layout2 ## config.layout -- Pre-defined Installation Path Layouts
5 ## - layouts can be loaded with configure's --enable-layout=ID option
6 ## - when no --enable-layout option is given, the default layout is `apr'
12 # Classical APR path layout designed for parallel installs.
29 # Classical single-installation APR path layout.
45 # GNU standards conforming path layout.
97 # Red Hat Linux 7.x layout
131 # BeOS layout...
148 # SuSE 6.x layout
165 # BSD/OS layout
[all …]
/freebsd-12.1/contrib/apr-util/
H A Dconfig.layout2 ## config.layout -- Pre-defined Installation Path Layouts
5 ## - layouts can be loaded with configure's --enable-layout=ID option
6 ## - when no --enable-layout option is given, the default layout is `apr'
12 # Classical APR-util path layout designed for parallel installs.
29 # Classical single-installation APR path layout.
45 # GNU standards conforming path layout.
97 # Red Hat Linux 7.x layout
131 # BeOS layout...
148 # SuSE 6.x layout
165 # BSD/OS layout
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp191 auto &layout = Builder.CGM.getDataLayout(); in addPlaceholderWithSize() local
194 layout.getABITypeAlignment(type))); in addPlaceholderWithSize()
195 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(type)); in addPlaceholderWithSize()
226 auto &layout = Builder.CGM.getDataLayout(); in getOffsetFromGlobalTo() local
234 layout.getABITypeAlignment(elementType))); in getOffsetFromGlobalTo()
235 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(elementType)); in getOffsetFromGlobalTo()
H A DCGVTables.h66 const VTableLayout &layout, unsigned idx,
74 const VTableLayout &layout,
127 llvm::Type *getVTableType(const VTableLayout &layout);
H A DSwiftCallingConv.cpp111 const ASTRecordLayout &layout) { in addTypedData() argument
132 if (layout.hasOwnVFPtr()) { in addTypedData()
141 addTypedData(baseRecord, begin + layout.getBaseClassOffset(baseRecord)); in addTypedData()
145 if (layout.hasOwnVBPtr()) { in addTypedData()
146 addTypedData(CGM.Int8PtrTy, begin + layout.getVBPtrOffset()); in addTypedData()
152 auto fieldOffsetInBits = layout.getFieldOffset(field->getFieldIndex()); in addTypedData()
166 addTypedData(baseRecord, begin + layout.getVBaseClassOffset(baseRecord)); in addTypedData()
802 auto &layout = CGM.getContext().getASTRecordLayout(record); in classifyType() local
805 return ABIArgInfo::getIndirect(layout.getAlignment(), /*byval*/ false); in classifyType()
808 lowering.addTypedData(recordType->getDecl(), CharUnits::Zero(), layout); in classifyType()
[all …]
H A DCGVTables.cpp590 ConstantArrayBuilder &builder, const VTableLayout &layout, in addVTableComponent() argument
592 auto &component = layout.vtable_components()[idx]; in addVTableComponent()
675 } else if (nextVTableThunkIndex < layout.vtable_thunks().size() && in addVTableComponent()
676 layout.vtable_thunks()[nextVTableThunkIndex].first == idx) { in addVTableComponent()
677 auto &thunkInfo = layout.vtable_thunks()[nextVTableThunkIndex].second; in addVTableComponent()
700 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType() argument
702 for (unsigned i = 0, e = layout.getNumVTables(); i != e; ++i) { in getVTableType()
710 const VTableLayout &layout, in createVTableInitializer() argument
713 for (unsigned i = 0, e = layout.getNumVTables(); i != e; ++i) { in createVTableInitializer()
715 size_t thisIndex = layout.getVTableOffset(i); in createVTableInitializer()
[all …]
/freebsd-12.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk728 function srom_ops_new(layout, _obj) {
729 obj_assert_class(layout, SromLayout)
732 set(_obj, p_layout, layout)
1495 _opstream = srom_ops_new(layout)
2897 obj_assert_class(layout, SromLayout)
2903 _revs = get(layout, p_revisions)
2914 map_set(_table, _i, layout)
3041 obj_assert_class(layout, SromLayout)
3090 obj_assert_class(layout, SromLayout)
3092 _revs = get(layout, p_revisions)
[all …]
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-layout.c78 show_layout (enum tui_layout_type layout) in show_layout() argument
82 if (layout != cur_layout) in show_layout()
91 if (layout == SRC_DATA_COMMAND || layout == DISASSEM_DATA_COMMAND) in show_layout()
93 show_data (layout); in show_layout()
102 switch (layout) in show_layout()
315 tui_default_win_height (enum tui_win_type type, enum tui_layout_type layout) in tui_default_win_height() argument
323 switch (layout) in tui_default_win_height()
355 enum tui_layout_type layout) in tui_default_win_viewport_height() argument
359 h = tui_default_win_height (type, layout); in tui_default_win_viewport_height()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp493 LibcxxStringLayoutMode layout = (layout_decider->GetName() == g_data_name) in ExtractLibcxxStringInfo() local
498 if (layout == eLibcxxStringLayoutModeDSC) { in ExtractLibcxxStringInfo()
526 (layout == eLibcxxStringLayoutModeDSC) ? 0 : 1, true); in ExtractLibcxxStringInfo()
527 size = (layout == eLibcxxStringLayoutModeDSC) in ExtractLibcxxStringInfo()
536 location_sp = (layout == eLibcxxStringLayoutModeDSC) in ExtractLibcxxStringInfo()
/freebsd-12.1/contrib/nvi/
H A DREADME7 The directory layout is as follows:
59 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
/freebsd-12.1/sys/mips/conf/
H A DAP135.hints116 # flash layout:
120 # The default flash layout isn't enough to fit a freebsd kernel
121 # now, so the layout has been shuffled around.
H A DTL-ARCHERC7V2.hints2 # TP-Link specific bits (eg flash layout, MAC address, etc.)
143 # Flash layout - the tplink layout differs to what's passed
/freebsd-12.1/contrib/llvm/tools/lld/
H A D.gitignore17 # Mac OS X Finder layout info
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp303 PSetsSeqs.layout(); in EmitRegUnitPressure()
961 DiffSeqs.layout(); in runMCDesc()
962 LaneMaskSeqs.layout(); in runMCDesc()
963 SubRegIdxSeqs.layout(); in runMCDesc()
995 RegStrings.layout(); in runMCDesc()
1068 RegClassStrings.layout(); in runMCDesc()
1242 VTSeqs.layout(); in runTargetDesc()
1345 SuperRegIdxSeqs.layout(); in runTargetDesc()
/freebsd-12.1/sys/cddl/boot/zfs/
H A DREADME12 zfsimpl.h mostly describing the physical layout

1234567891011