HomeSort by: relevance | last modified time | path
    Searched refs:_table (Results 1 - 23 of 23) sorted by relevancy

  /src/external/ibm-public/postfix/dist/mantools/
check-table-proto 26 }' proto/${map}_table | sort > from-doc.tmp
28 echo Settings in global/dict_${map}.c and proto/${map}_table differ.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
iprtrmib.d 71 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...]
  /src/sys/arch/hpc/stand/hpcboot/
framebuffer.h 45 static struct framebuffer_info _table[]; member in class:FrameBufferInfo
framebuffer.cpp 45 struct framebuffer_info *tab = _table;
machine_config.cpp 47 FrameBufferInfo::_table[] = member in class:FrameBufferInfo
  /src/external/gpl3/gdb/dist/sim/ppc/
table.h 23 typedef struct _table table;
table.c 47 struct _table { struct
  /src/external/gpl3/gdb.old/dist/sim/ppc/
table.h 23 typedef struct _table table;
table.c 47 struct _table { struct
  /src/external/gpl3/gdb.old/dist/sim/igen/
table.h 65 typedef struct _table table;
table.c 48 struct _table struct
  /src/external/gpl3/gdb/dist/sim/igen/
table.h 65 typedef struct _table table;
table.c 48 struct _table struct
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_allopcodes.h 67 loadsym P1, _table; variable
199 _table:
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_allopcodes.h 67 loadsym P1, _table; variable
199 _table:
  /src/sys/dev/dm/
dm_target_delay.c 75 static int _table(struct dm_delay_info*, char*);
251 p += _table(&tdc->read, p);
254 _table(&tdc->write, p);
261 _table(struct dm_delay_info *di, char *p) function
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
popcount.asm 45 GSYM_PREFIX`'mpn_popcount``'_table')
hamdist.asm 47 GSYM_PREFIX`'mpn_popcount``'_table')
  /src/external/bsd/jemalloc.old/dist/test/unit/
emitter.c 509 feature##_json_compact, feature##_table); \
  /src/external/bsd/jemalloc/dist/test/unit/
emitter.c 554 feature##_json_compact, feature##_table); \
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 165 static char *_table; variable
232 if (_table)
233 return _parse_line(dmt, _table, "", ++line);
2892 _table = dm_malloc(LOOP_TABLE_SIZE);
2893 if (!_loop_table(_table, (size_t) LOOP_TABLE_SIZE, loop_file, device_name, offset)) {
3102 _table = optarg;
  /src/external/bsd/less/dist/
charset.c 811 }; struct wchar_range_table name##_table = { name##_array, sizeof(name##_array)/sizeof(*name##_array) };
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 4131 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;

Completed in 34 milliseconds