/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | icd_drv.h | 28 PROC table[336]; member in struct:_icdTable
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTHashtable.cpp | 42 PL_DHashStubEnumRemove(PLDHashTable *table, argument
|
H A D | nsStaticNameTable.cpp | 40 /* Class to manage lookup of static names in a table. */ 78 caseInsensitiveStringHashKey(PLDHashTable *table, const void *key) argument 127 NS_ASSERTION(aNames, "null name table"); 150 NS_ASSERTION(temp1.Equals(temp2), "upper case char in table"); 152 "non-ascii string in table -- "
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | fcache.c | 45 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;
|
H A D | hash.c | 9 * 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...] |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/ |
H A D | efi.h | 67 /** EFI protocol table */ 86 /** An EFI configuration table used by iPXE */ 90 /** EFI configuration table GUID */ 95 /** Variable containing pointer to configuration table */ 96 void **table; member in struct:efi_config_table 101 /** EFI configuration table table */ 105 /** Declare an EFI configuration table used by iPXE */ 108 /** Declare an EFI configuration table to be used by iPXE 110 * @v _table EFI configuration table nam [all...] |
/vbox/src/VBox/HostServices/SharedClipboard/testcase/ |
H A D | tstClipboardServiceHost.cpp | 38 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/mesa-7.2/src/mesa/shader/slang/ |
H A D | slang_compile_function.h | 44 * we keep track of them with a fix-up table. 48 GLuint *table; /**< array[count] of addresses */ member in struct:slang_fixup_table_
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/ |
H A D | xpidl_doc.c | 291 static nodeHandler table[IDLN_LAST]; local 302 table[IDLN_LIST] = doc_list; 303 table[IDLN_INTERFACE] = doc_interface; 304 table[IDLN_ATTR_DCL] = doc_attribute_declaration; 305 table[IDLN_OP_DCL] = doc_method_declaration; 310 result.dispatch_table = table;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/sym/ |
H A D | sym.c | 2 * Simple symbol table manager using coalesced chaining to resolve collisions 17 * 'head' is &(table[hash(itself)]). 18 * The hash table is not resizable at run-time. 22 * a pointer to a symbol table 27 * zzs_init(s1,s2) -- Create hash table with size s1, string table size s2. 28 * zzs_done() -- Free hash and string table created with zzs_init(). 29 * zzs_add(key,rec)-- Add 'rec' with key 'key' to the symbol table. 30 * zzs_newadd(key) -- create entry; add using 'key' to the symbol table. 38 * by the symbol table 123 static Sym **table=NULL; variable [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ifmib.h | 39 /* Interface table */ 76 MIB_IFROW table[1]; member in struct:_MIB_IFTABLE
|
H A D | udpmib.h | 34 /* 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/VBox/Devices/PC/ipxe/src/drivers/block/ |
H A D | ibft.c | 46 * iSCSI boot firmware table 61 struct ibft_table table; member in struct:ipxe_ibft 80 struct ibft_table *table; member in struct:ibft_strings 149 return ( ( ( char * ) strings->table ) + string->offset ); 214 ( ( ( char * ) strings->table ) + string->offset ) : NULL ); 425 * @v acpi ACPI table 426 * @v len Length of ACPI table 433 container_of ( acpi, struct ipxe_ibft, table.acpi ); 435 .table = &ibft->table, [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prerrortable.c | 68 #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/libs/zlib-1.2.6/ |
H A D | zutil.c | 189 local ptr_table table[MAX_PTR]; variable 190 /* This table is used to remember the original form of pointers 192 * Since MSDOS is not a preemptive multitasking OS, this table is not 212 table[next_ptr].org_ptr = buf; 217 table[next_ptr++].new_ptr = buf; 230 if (ptr != table[n].new_ptr) continue; 232 farfree(table[n].org_ptr); 234 table[n-1] = table[n];
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngmem.c | 159 png_bytep table; local 180 table = farmalloc(total_size); 182 if (table == NULL) 193 if ((png_size_t)table & 0xfff0) 206 png_ptr->offset_table = table; 221 hptr = (png_byte huge *)table;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | mbtowc.c | 55 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 D | wctomb.c | 81 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/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glyphstr.h | 67 GlyphRefPtr table; member in struct:_GlyphHash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | glyphstr.h | 67 GlyphRefPtr table; member in struct:_GlyphHash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | glyphstr.h | 63 GlyphRefPtr table; member in struct:_GlyphHash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | glyphstr.h | 63 GlyphRefPtr table; member in struct:_GlyphHash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | glyphstr.h | 67 GlyphRefPtr table; member in struct:_GlyphHash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | glyphstr.h | 67 GlyphRefPtr table; member in struct:_GlyphHash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | glyphstr.h | 67 GlyphRefPtr table; member in struct:_GlyphHash
|