Searched refs:tables (Results 1 - 25 of 102) sorted by relevance

12345

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Dconcept.inc2 Description of the concepts used in tables of contents and how
4 serialization chosen for tables of contents.
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DMyBase.pm33 my @tables = sort @{
40 my $table = $tables[-1] || "aaa";
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-errorlist.py50 tables = rfc3454.read(sys.argv[1]) variable
54 tables[x] = t2[x]
89 for l in tables[t]:
104 (start, length, description, tables) = x
105 symbols = stringprep.symbols(error_list, tables)
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py51 tables = rfc3454.read(sys.argv[1]) variable
55 tables[x] = t2[x]
92 for l in tables[t]:
130 (key, value, description, tables) = x
131 symbols = stringprep.symbols(map_list, tables)
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
H A Dgen-normalize.py143 tables = {} variable
147 global table, tables
150 tables[ret] = [0] + [None] * 16
161 add(tables[table[i]], k[1:], v)
166 add(tables[top], k, v)
173 for k in sortedKeys(tables) :
174 t = tables[k]
196 for k in sortedKeys(tables) :
197 t = tables[k]
H A Dgen-bidi.py48 tables = rfc3454.read(sys.argv[1]) variable
82 for l in tables[table]:
H A Dstringprep.py53 def symbols(tabledict, tables):
56 for x in tables:
/macosx-10.10/libiconv-42/libiconv/tools/
H A D8bit_tab_to_h.c175 struct { int minline; int maxline; } tables[16]; local
201 tables[tableno-1].maxline = i1;
205 tables[tableno-1].minline = tables[tableno-1].maxline = i1;
219 fprintf(f, "[%d] = {\n", 16*(tables[t].maxline-tables[t].minline+1));
220 for (i1 = tables[t].minline; i1 <= tables[t].maxline; i1++) {
276 if (tables[t].minline > 0)
277 fprintf(f, "-0x%02x", 16*tables[
338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dabbrev.el75 (let ((tables abbrev-table-name-list))
76 (while tables
77 (clear-abbrev-table (symbol-value (car tables)))
78 (setq tables (cdr tables)))))
98 (let ((tables abbrev-table-name-list))
99 (while tables
100 (insert-abbrev-table-description (car tables) t)
101 (setq tables (cdr tables))))
[all...]
/macosx-10.10/pcre-7/pcre/
H A Ddftables.c42 character tables for PCRE. The tables are built according to the current
65 const unsigned char *tables; local
84 tables = pcre_maketables();
85 base_of_tables = tables;
102 "program. It contains character tables that are used when no external\n"
103 "tables are passed to PCRE by the application that calls it. The tables\n"
124 fprintf(f, "%3d", *tables++);
135 fprintf(f, "%3d", *tables
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dgen-oid.pl64 my %tables;
128 $tables{$oid} = \$object;
137 foreach my $m (values %tables) {
/macosx-10.10/apr-32/apr/apr/
H A Dbuild.conf11 tables/*.c
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DX86RecognizableInstr.h33 /// instruction, as extracted from the LLVM instruction tables. Has methods
34 /// to interpret the information available in the LLVM tables, and to emit the
80 /// The instruction name as listed in the tables
91 /// tables; regardless, it will be emitted into the instruction info table
110 FILTER_STRONG, // instruction has no place in the instruction tables
132 /// the LLVM tables to an OperandType for use in the operand specifier.
153 /// string provided in the LLVM tables to an OperandEncoding for use in
225 /// \param tables The DisassemblerTables to populate with the specifier for
227 void emitInstructionSpecifier(DisassemblerTables &tables);
229 /// emitDecodePath - Populates the proper fields in the decode tables
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dballoc.c38 entry = bf->tables[0][next];
58 bf->tables[0][next].free.prev = start;
65 bf->tables[0][start] = entry;
80 vtassert(!bf->tables[0][addr].free.free);
89 entry = bf->tables[0][buddy];
94 bf->tables[0][entry.free.prev].free.next = entry.free.next;
96 bf->tables[0][entry.free.next].free.prev = entry.free.prev;
102 bf->tables[0][buddy].free.size = list;
131 vtassert(bf->tables[0][addr].free.free);
134 entry = bf->tables[
[all...]
H A Dvtd.c496 ppnum_t tables; member in struct:vtd_space_stats
535 vtd_table_entry_t * tables[6]; member in struct:vtd_space
646 // VTLOG("table fault addr 0x%x, table %p\n", start, &bf->tables[0][start]);
649 STAT_ADD(bf, tables, 1);
651 bf->tables[0][index].bits = 0;
652 ppnum_t lvl0page = pmap_find_phys(kernel_pmap, (uintptr_t) &bf->tables[0][index]);
654 bf->tables[1][index >> 9].bits = ptoa_64(lvl0page) | kPageAccess;
655 table_flush(&bf->tables[1][index >> 9], sizeof(vtd_table_entry_t), bf->cachelinesize);
681 bf->tables[0][start + idx].bits = (access | ptoa_64(pageList[0].phys_addr + idx));
684 table_flush(&bf->tables[
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dresult.c112 static ISC_LIST(resulttable) tables;
141 ISC_LIST_APPEND(tables, table, link);
153 ISC_LIST_INIT(tables);
182 for (table = ISC_LIST_HEAD(tables);
/macosx-10.10/ntp-92/lib/isc/
H A Dresult.c111 static ISC_LIST(resulttable) tables;
140 ISC_LIST_APPEND(tables, table, link);
152 ISC_LIST_INIT(tables);
181 for (table = ISC_LIST_HEAD(tables);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp88 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader
209 if (dataLength < offsetof(sfntHeader, tables))
214 if (dataLength < offsetof(sfntHeader, tables) + sfnt->numTables * sizeof(TableDirectoryEntry))
231 unsigned tableOffset = sfnt->tables[i].offset;
232 unsigned tableLength = sfnt->tables[i].length;
237 unsigned tableTag = sfnt->tables[i].tag;
350 // Abort if the data is too small to be a font header with a "tables" entry.
351 if (originalDataSize < offsetof(sfntHeader, tables))
354 // Abort if the data is too small to hold all the tables specified in the header.
355 if (originalDataSize < offsetof(sfntHeader, tables)
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dprime.rb433 # For an arbitrary odd number n, @tables[i][j][k] is
437 @tables = [[0xcb6e, 0x64b4, 0x129a, 0x816d, 0x4c32, 0x864a, 0x820d, 0x2196].freeze]
445 extend_table until @tables.length > table_index
447 if !@tables[table_index][j].zero?
449 return NUMS_PER_TABLE*table_index + NUMS_PER_ENTRY*j + 2*k+1 if !@tables[table_index][j][k].zero?
459 # for an odd number +n+, returns (i, j, k) such that @tables[i][j][k] represents primarity of the number
472 lbound = NUMS_PER_TABLE * @tables.length
477 next if @tables[i][j][k].zero?
486 @tables << new_table.freeze
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dvtstat.c17 ppnum_t tables; member in struct:vtd_space_stats
47 printf("tables 0x%x\n", stats->tables);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Detags.el44 (defgroup etags nil "Tags tables."
59 ;; Use `visit-tags-table-buffer' to cycle through tags tables in this list.
61 "*List of file names of tags tables to search.
63 To switch to a new list of tags tables, setting this variable is sufficient.
90 (defcustom tags-add-tables 'ask-user
106 "List of tags tables to search, computed from `tags-table-list'.
107 This includes tables implicitly included by other tables. The list is not
108 always complete: the included tables of a table are not known until that
111 into core and might contain included tables t
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A DREADME.template12 - assumption: code is large, tables smaller
18 - pretty much the same as the generate code, except uses tables instead of code
96 All types tables (except choice) (id still objects)
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dgenerator.pl17 $TABLES="$TARGETDIR/errorcodes.gen"; # error name tables
52 # Now we will generate the error name tables.
59 // CSSM error code tables.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dgenerator.pl17 $TABLES="$TARGETDIR/errorcodes.gen"; # error name tables
52 # Now we will generate the error name tables.
59 // CSSM error code tables.
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEComponentTransfer.cpp162 unsigned char* tables[] = { rValues, gValues, bValues, aValues }; local
172 data[pixelOffset + channel] = tables[channel][c];
181 unsigned char* tables[] = { rValues, gValues, bValues, aValues }; local
187 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]);

Completed in 179 milliseconds

12345