Searched +refs:cl +refs:hash +refs:table (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-Inspector/lib/Class/
H A DInspector.pm91 looking for symbol table entries.
96 being used, these typically leave some trace in the symbol table, so an
119 # Are there any symbol table entries other than other namespaces
198 (via the C<%INC> hash) the name of the file that it was originally loaded
238 # Get all the CODE symbol table entries
264 # Get all the CODE symbol table entries, but return
410 while ( my $cl = shift @queue ) {
411 push @path, $cl;
414 ( @{"${cl}::ISA"} );
528 # Find all the Foo:: elements in our symbol table
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el40 (require 'cl)
125 "Get hash value. Arguments are STRING and HASHTABLE."
469 ;; Make a hash table (default and minimum size is 256).
470 ;; Optional argument HASHSIZE specifies the table size.
472 (make-vector (if hashsize (max (gnus-create-hash-size hashsize) 256) 256) 0))
478 ;; Yes, it's slower than actually computing the hash from the string!
480 (defun gnus-create-hash-size (min)
758 (let ((ht (make-hash-table
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim45 syn keyword baanType domain double long string table boolean common
970 " Main table section
971 syn match baan4glh "main\.table\.io:"
1123 syn keyword baanBshell lookupkey.hash
1157 syn keyword baanBshell table.round
1185 syn keyword baanBshell cl.screen
1603 syn keyword baanBshell db.create.table
1604 syn keyword baanBshell db.clear.table
1605 syn keyword baanBshell db.drop.table
1606 syn keyword baanBshell db.lock.table
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c100 ** limits the size of a row in a table or index.
112 ** * Columns in a table
122 ** not have more than a dozen or so columns in any table. And if
184 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
321 ** construct a histogram of the table content when running ANALYZE
657 ** hash of the entire source tree.
941 #define SQLITE_LOCKED 6 /* A table in the database is locked */
2129 ** ^Each entry in an SQLite table has a unique 64-bit signed
2133 ** the table has a column of type [INTEGER PRIMARY KEY] then that column
2143 ** ^(If an [INSERT] occurs within a trigger or within a [virtual table]
10960 char *table; /* The table or view to which the trigger applies */ member in struct:Trigger
15667 u32 size, hash; local
15701 u32 size, hash; local
15879 int hash = nBlock % N_HASH; local
38681 u32 hash = 0; local
64061 } cl; member in union:vdbeExecUnion
[all...]

Completed in 250 milliseconds