Searched refs:table (Results 1 - 25 of 253) sorted by relevance

1234567891011

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtables.h92 * table, and then have a function call_init_fns() that simply calls
93 * all functions present in this table. If and only if serial.o gets
101 * our table sections have names of the format @c .tbl.NAME.NN where
102 * @c NAME designates the data structure stored in the table (e.g. @c
105 * symbol indicating "table start", and @c NN=99 is reserved for the
106 * symbol indicating "table end".
173 * Declare a linker table
177 * @ret table Linker table
182 * Get linker table dat
[all...]
/vbox/src/VBox/Runtime/common/table/
H A Dtable.cpp34 #include <iprt/table.h>
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dhash.h3 * Generic hash table.
40 extern void _mesa_DeleteHashTable(struct _mesa_HashTable *table);
42 extern void *_mesa_HashLookup(const struct _mesa_HashTable *table, GLuint key);
44 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
46 extern void _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key);
49 _mesa_HashDeleteAll(struct _mesa_HashTable *table,
54 _mesa_HashWalk(const struct _mesa_HashTable *table,
58 extern GLuint _mesa_HashFirstEntry(struct _mesa_HashTable *table);
60 extern GLuint _mesa_HashNextEntry(const struct _mesa_HashTable *table, GLuint key);
62 extern void _mesa_HashPrint(const struct _mesa_HashTable *table);
[all...]
H A Dcolortab.h37 const GLvoid *table );
42 const GLvoid *table );
54 GLenum type, GLvoid *table );
73 _mesa_init_colortable( struct gl_color_table *table );
76 _mesa_free_colortable_data( struct gl_color_table *table );
/vbox/src/libs/libxml2-2.6.31/
H A Dhash.c35 * A single entry in the hash table
49 * The entire hash table
52 struct _xmlHashEntry *table; member in struct:_xmlHashTable
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, argument
84 return (value % table->size);
88 xmlHashComputeQKey(xmlHashTablePtr table, argument
133 return (value % table->size);
138 * @size: the size of the hash table
146 xmlHashTablePtr table; local
151 table
177 xmlHashTablePtr table; local
197 xmlHashGrow(xmlHashTablePtr table, int size) argument
288 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) argument
344 xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata) argument
361 xmlHashAddEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata) argument
380 xmlHashUpdateEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata, xmlHashDeallocator f) argument
400 xmlHashUpdateEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, void *userdata, xmlHashDeallocator f) argument
416 xmlHashLookup(xmlHashTablePtr table, const xmlChar *name) argument
431 xmlHashLookup2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2) argument
447 xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name) argument
465 xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2) argument
486 xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata) argument
602 xmlHashUpdateEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, void *userdata, xmlHashDeallocator f) argument
724 xmlHashLookup3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3) argument
768 xmlHashQLookup3(xmlHashTablePtr table, const xmlChar *prefix, const xmlChar *name, const xmlChar *prefix2, const xmlChar *name2, const xmlChar *prefix3, const xmlChar *name3) argument
814 xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data) argument
830 xmlHashScanFull(xmlHashTablePtr table, xmlHashScannerFull f, void *data) argument
881 xmlHashScan3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScanner f, void *data) argument
902 xmlHashScanFull3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashScannerFull f, void *data) argument
944 xmlHashCopy(xmlHashTablePtr table, xmlHashCopier f) argument
983 xmlHashSize(xmlHashTablePtr table) argument
1001 xmlHashRemoveEntry(xmlHashTablePtr table, const xmlChar *name, xmlHashDeallocator f) argument
1020 xmlHashRemoveEntry2(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, xmlHashDeallocator f) argument
1040 xmlHashRemoveEntry3(xmlHashTablePtr table, const xmlChar *name, const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.c64 PL_DHashAllocTable(PLDHashTable *table, PRUint32 nbytes) argument
74 PL_DHashFreeTable(PLDHashTable *table, void *ptr) argument
84 PL_DHashStringKey(PLDHashTable *table, const void *key)
96 PL_DHashGetKeyStub(PLDHashTable *table, PLDHashEntryHdr *entry) argument
104 PL_DHashVoidPtrKeyStub(PLDHashTable *table, const void *key)
110 PL_DHashMatchEntryStub(PLDHashTable *table,
120 PL_DHashMatchStringKey(PLDHashTable *table,
132 PL_DHashMoveEntryStub(PLDHashTable *table, argument
136 memcpy(to, from, table->entrySize);
140 PL_DHashClearEntryStub(PLDHashTable *table, PLDHashEntryHd argument
146 PL_DHashFreeStringKey(PLDHashTable *table, PLDHashEntryHdr *entry) argument
159 PL_DHashFinalizeStub(PLDHashTable *table) argument
185 PLDHashTable *table; local
206 PL_DHashTableDestroy(PLDHashTable *table) argument
265 PL_DHashTableSetAlphaBounds(PLDHashTable *table, float maxAlpha, float minAlpha) argument
341 PL_DHashTableFinish(PLDHashTable *table) argument
380 SearchTable(PLDHashTable *table, const void *key, PLDHashNumber keyHash, PLDHashOperator op) argument
455 ChangeTable(PLDHashTable *table, int deltaLog2) argument
520 PL_DHashTableOperate(PLDHashTable *table, const void *key, PLDHashOperator op) argument
625 PL_DHashTableRawRemove(PLDHashTable *table, PLDHashEntryHdr *entry) argument
720 PL_DHashTableDumpMeter(PLDHashTable *table, PLDHashEnumerator dump, FILE *fp) argument
[all...]
H A Dpldhash.h86 /* Minimum table size, or gross entry count (net is at most .75 loaded). */
113 * when growing or shrinking the table. Other callback types are defined
115 * initialization per hash table sub-type.
117 * Each hash table sub-type should nest the PLDHashEntryHdr structure at the
121 * and 1 values. The stored keyHash value is table size invariant, and it is
152 * entry count, and pow2 the power-of-two table size in entries.
155 * (unused table entry space) > (malloc and .next overhead per entry) +
182 * For k of 2 and a well-loaded table (alpha > .5), esize must be more than 4
185 * Solving for alpha helps us decide when to shrink an underloaded table:
201 * defaults to .25, when deciding to shrink the table (whil
421 PL_DHashFinalizeStub(PLDHashTable *table); variable
446 PL_DHashTableDestroy(PLDHashTable *table); variable
487 PL_DHashTableFinish(PLDHashTable *table); variable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.c9 * Entry **newHashTable(); Create and return initialized hash table
67 /* create the hash table and string table for terminals (string table only once) */
75 Entry **table; local
77 table = (Entry **) calloc(size, sizeof(Entry *));
78 require( table != NULL, "cannot allocate hash table");
82 require( strings != NULL, "cannot allocate string table");
85 return table;
103 hash_add( Entry **table, char *key, Entry *rec ) argument
124 hash_get( Entry **table, char *key ) argument
[all...]
H A Dfcache.c45 Entry **table=Fcache; local
54 for (p=table; p<&(table[HashTableSize]); p++) {
58 if ( q != NULL && low==0 ) low = p-table;
72 if ( *p != NULL ) hi = p-table;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dmbtowc.c55 static inline int check_invalid_chars_sbcs( const struct sbcs_table *table, int flags, argument
58 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni;
59 const WCHAR def_unicode_char = table->info.def_unicode_char;
60 const unsigned char def_char = table->uni2cp_low[table->uni2cp_high[def_unicode_char >> 8]
73 static inline int mbstowcs_sbcs( const struct sbcs_table *table, int flags, argument
77 const WCHAR * const cp2uni = (flags & MB_USEGLYPHCHARS) ? table->cp2uni_glyphs : table->cp2uni;
118 static int mbstowcs_sbcs_decompose( const struct sbcs_table *table, in argument
145 get_length_dbcs( const struct dbcs_table *table, const unsigned char *src, unsigned int srclen ) argument
163 check_invalid_chars_dbcs( const struct dbcs_table *table, const unsigned char *src, unsigned int srclen ) argument
191 mbstowcs_dbcs( const struct dbcs_table *table, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen ) argument
218 mbstowcs_dbcs_decompose( const struct dbcs_table *table, const unsigned char *src, unsigned int srclen, WCHAR *dst, unsigned int dstlen ) argument
266 wine_cp_mbstowcs( const union cptable *table, int flags, const char *s, int srclen, WCHAR *dst, int dstlen ) argument
[all...]
H A Dwctomb.c81 static inline int is_valid_sbcs_mapping( const struct sbcs_table *table, int flags, argument
84 if ((flags & WC_NO_BEST_FIT_CHARS) || ch == (unsigned char)table->info.def_char)
85 return (table->cp2uni[ch] == wch);
90 static int get_length_sbcs( const struct sbcs_table *table, int flags, argument
93 const unsigned char * const uni2cp_low = table->uni2cp_low;
94 const unsigned short * const uni2cp_high = table->uni2cp_high;
110 if (is_valid_sbcs_mapping( table, flags, composed, ch ))
135 *used = !is_valid_sbcs_mapping( table, flags, wch, ch );
142 static inline int wcstombs_sbcs( const struct sbcs_table *table, argument
146 const unsigned char * const uni2cp_low = table
206 wcstombs_sbcs_slow( const struct sbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen, const char *defchar, int *used ) argument
274 is_valid_dbcs_mapping( const struct dbcs_table *table, int flags, WCHAR wch, unsigned short ch ) argument
291 get_length_dbcs( const struct dbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, const char *defchar, int *used ) argument
360 wcstombs_dbcs( const struct dbcs_table *table, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen ) argument
384 wcstombs_dbcs_slow( const struct dbcs_table *table, int flags, const WCHAR *src, unsigned int srclen, char *dst, unsigned int dstlen, const char *defchar, int *used ) argument
455 wine_cp_wcstombs( const union cptable *table, int flags, const WCHAR *src, int srclen, char *dst, int dstlen, const char *defchar, int *used ) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dhash.h3 * Description: This module implements the hash table support used in
19 * The hash table.
112 xmlHashFree (xmlHashTablePtr table,
116 * Add a new entry to the hash table.
119 xmlHashAddEntry (xmlHashTablePtr table,
123 xmlHashUpdateEntry(xmlHashTablePtr table,
128 xmlHashAddEntry2(xmlHashTablePtr table,
133 xmlHashUpdateEntry2(xmlHashTablePtr table,
139 xmlHashAddEntry3(xmlHashTablePtr table,
145 xmlHashUpdateEntry3(xmlHashTablePtr table,
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub_common.py71 table = {}
86 table[words[0]] = subtable
88 annotations[filename] = table
89 return table
92 table = {}
94 table = annotations[filename]
96 table = LoadAnnotations(filename)
99 subtable = table[key]
108 table = {}
110 table
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerrortable.c68 #define ERRCODE_RANGE 8 /* # of bits to shift table number */
79 const struct PRErrorTable *table; member in struct:PRErrorTableList
137 if (et->table->base <= code &&
138 et->table->base + et->table->n_msgs > code) {
139 /* This is the right table */
141 msg = callback_lookup(code, language, et->table,
146 return(et->table->msgs[code - et->table->base].en_text);
183 if (et->table
[all...]
/vbox/src/VBox/HostServices/SharedClipboard/testcase/
H A DtstClipboardServiceHost.cpp38 VBOXHGCMSVCFNTABLE table; local
43 rc = setupTable(&table);
47 rc = table.pfnHostCall(NULL, VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE,
53 rc = table.pfnHostCall(NULL, VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE,
56 rc = table.pfnHostCall(NULL, VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE,
60 rc = table.pfnHostCall(NULL, VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE,
64 rc = table.pfnHostCall(NULL, VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE,
71 rc = table.pfnHostCall(NULL, VBOX_SHARED_CLIPBOARD_HOST_FN_SET_MODE,
82 VBOXHGCMSVCFNTABLE table; local
87 rc = setupTable(&table);
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Opt.h66 OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec *table, int token);
67 const char *xf86TokenToOptName(const OptionInfoRec *table, int token);
68 Bool xf86IsOptionSet(const OptionInfoRec *table, int token);
69 char *xf86GetOptValString(const OptionInfoRec *table, int token);
70 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
71 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
72 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
73 Bool xf86GetOptValFreq(const OptionInfoRec *table, int token,
75 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
76 Bool xf86ReturnOptValBool(const OptionInfoRec *table, in
[all...]
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dcommon.css353 * A typical table.
355 /* table.tmtable th {
360 table.tmtable caption {
364 table.tmtable {
369 table.tmtable th {
374 table.tmtable, table.tmtable tr, table.tmtable td, table.tmtable th {
378 table
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dniclist.pl466 table.tablesorter {
470 table.tablesorter thead {
474 table.tablesorter thead th {
478 table.tablesorter tbody td {
486 table.tablesorter tbody tr.even {
490 table.tablesorter tbody tr.odd {
497 <table class="tablesorter">
528 </table>
533 * TableSorter 2.0 - Client-side table sorting with ease!
546 function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",cssChildRow:"expand-child",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,sortLocaleCompare:true,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'/\.|\,/g',onRenderHeader:null,selectorHeaders:'thead th',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dudpmib.h34 /* UDP table */
45 MIB_UDPROW table[1]; member in struct:_MIB_UDPTABLE
58 MIB_UDPROW_OWNER_PID table[1]; member in struct:_MIB_UDPTABLE_OWNER_PID
81 MIB_UDPROW_OWNER_MODULE table[1]; member in struct:_MIB_UDPTABLE_OWNER_MODULE
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinftree9.h13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table lin
[all...]
/vbox/src/libs/zlib-1.2.6/
H A Dinftrees.h13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table lin
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Opt.h121 extern _X_EXPORT OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec * table,
123 extern _X_EXPORT const char *xf86TokenToOptName(const OptionInfoRec * table,
125 extern _X_EXPORT Bool xf86IsOptionSet(const OptionInfoRec * table, int token);
126 extern _X_EXPORT const char *xf86GetOptValString(const OptionInfoRec * table,
128 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec * table,
130 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec * table, int token,
132 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec * table, int token,
134 extern _X_EXPORT Bool xf86GetOptValFreq(const OptionInfoRec * table, int token,
137 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec * table, int token,
139 extern _X_EXPORT Bool xf86ReturnOptValBool(const OptionInfoRec * table,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86Opt.h121 extern _X_EXPORT OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec * table,
123 extern _X_EXPORT const char *xf86TokenToOptName(const OptionInfoRec * table,
125 extern _X_EXPORT Bool xf86IsOptionSet(const OptionInfoRec * table, int token);
126 extern _X_EXPORT const char *xf86GetOptValString(const OptionInfoRec * table,
128 extern _X_EXPORT Bool xf86GetOptValInteger(const OptionInfoRec * table,
130 extern _X_EXPORT Bool xf86GetOptValULong(const OptionInfoRec * table, int token,
132 extern _X_EXPORT Bool xf86GetOptValReal(const OptionInfoRec * table, int token,
134 extern _X_EXPORT Bool xf86GetOptValFreq(const OptionInfoRec * table, int token,
137 extern _X_EXPORT Bool xf86GetOptValBool(const OptionInfoRec * table, int token,
139 extern _X_EXPORT Bool xf86ReturnOptValBool(const OptionInfoRec * table,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Opt.h96 OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec *table, int token);
97 const char *xf86TokenToOptName(const OptionInfoRec *table, int token);
98 Bool xf86IsOptionSet(const OptionInfoRec *table, int token);
99 char *xf86GetOptValString(const OptionInfoRec *table, int token);
100 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
103 Bool xf86GetOptValFreq(const OptionInfoRec *table, int token,
105 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
106 Bool xf86ReturnOptValBool(const OptionInfoRec *table, in
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Opt.h96 OptionInfoPtr xf86TokenToOptinfo(const OptionInfoRec *table, int token);
97 const char *xf86TokenToOptName(const OptionInfoRec *table, int token);
98 Bool xf86IsOptionSet(const OptionInfoRec *table, int token);
99 char *xf86GetOptValString(const OptionInfoRec *table, int token);
100 Bool xf86GetOptValInteger(const OptionInfoRec *table, int token, int *value);
101 Bool xf86GetOptValULong(const OptionInfoRec *table, int token, unsigned long *value);
102 Bool xf86GetOptValReal(const OptionInfoRec *table, int token, double *value);
103 Bool xf86GetOptValFreq(const OptionInfoRec *table, int token,
105 Bool xf86GetOptValBool(const OptionInfoRec *table, int token, Bool *value);
106 Bool xf86ReturnOptValBool(const OptionInfoRec *table, in
[all...]

Completed in 214 milliseconds

1234567891011