Home
last modified time | relevance | path

Searched refs:_table (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Diprtrmib.d71 MIB_IPADDRROW[1] _table;
73 MIB_IPADDRROW* table() return { return _table.ptr; }
97 MIB_IPFORWARDROW[1] _table;
99 MIB_IPFORWARDROW* table() return { return _table.ptr; }
114 MIB_IPNETROW[1] _table;
116 MIB_IPNETROW* table() return { return _table.ptr; }
178 MIB_IFROW[1] _table;
180 MIB_IFROW* table() return { return _table.ptr; }
241 MIB_TCPROW[1] _table;
243 MIB_TCPROW* table() return { return _table.ptr; }
[all …]
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dcheck-table-proto26 }' proto/${map}_table | sort > from-doc.tmp
28 echo Settings in global/dict_${map}.c and proto/${map}_table differ.
/netbsd-src/sys/dev/dm/
H A Ddm_target_delay.c75 static int _table(struct dm_delay_info*, char*);
251 p += _table(&tdc->read, p); in dm_target_delay_table()
254 _table(&tdc->write, p); in dm_target_delay_table()
261 _table(struct dm_delay_info *di, char *p) in _table() function
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dse_allopcodes.h67 loadsym P1, _table; variable
199 _table:
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dframebuffer.h45 static struct framebuffer_info _table[]; variable
H A Dframebuffer.cpp45 struct framebuffer_info *tab = _table; in FrameBufferInfo()
H A Dmachine_config.cpp47 FrameBufferInfo::_table[] = member in FrameBufferInfo
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A Dtable.h23 typedef struct _table table;
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dtable.h23 typedef struct _table table;
H A DChangeLog-20211311 * table.c (struct _open_table, struct _table): Rework
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dpopcount.asm45 GSYM_PREFIX`'mpn_popcount``'_table')
H A Dhamdist.asm47 GSYM_PREFIX`'mpn_popcount``'_table')
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Ddmsetup.c165 static char *_table; variable
232 if (_table) in _parse_file()
233 return _parse_line(dmt, _table, "", ++line); in _parse_file()
2892 _table = dm_malloc(LOOP_TABLE_SIZE); in _process_losetup_switches()
2893 if (!_loop_table(_table, (size_t) LOOP_TABLE_SIZE, loop_file, device_name, offset)) { in _process_losetup_switches()
3102 _table = optarg; in _process_switches()
/netbsd-src/external/bsd/less/dist/
H A Dcharset.c811 …}; struct wchar_range_table name##_table = { name##_array, sizeof(name##_array)/sizeof(*name##_arr…
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4142 private this()(typeof(_table) table) in this()
4144 _table = table; in this()
4151 _table = typeof(_table)(offsets, sizes, data); in this()
4177 idx = cast(size_t)((_table.ptr!i[idx]<<p[i+1].bitSize) + p[i+1](key));
4178 return _table.ptr!(p.length-1)[idx];
4184 return _table.bytes!n;
4198 _table.store(sink);
4202 MultiArray!(idxTypes!(Key, fullBitSize!(Prefix), Prefix[0..$]), Value) _table;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d4131 private this()(typeof(_table) table)
4133 _table = table;
4140 _table = typeof(_table)(offsets, sizes, data);
4166 idx = cast(size_t)((_table.ptr!i[idx]<<p[i+1].bitSize) + p[i+1](key));
4167 return _table.ptr!(p.length-1)[idx];
4173 return _table.bytes!n;
4187 _table.store(sink);
4191 MultiArray!(idxTypes!(Key, fullBitSize!(Prefix), Prefix[0..$]), Value) _table;
/netbsd-src/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.2284 {LDAP,MYSQL,PGSQL}_README and {ldap,mysql,pgsql}_table documents.
H A DHISTORY9069 *_table configuration files.
26715 in the proto/*_table documentation match the global/dict*.c
27057 a reference to the corresponding *_table(5) manpage.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst585 .. option:: -seg\_addr\_table <arg>
588 .. option:: -seg\_addr\_table\_filename <arg>