Searched refs:keySize (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dhashtable.c16 int keySize; member in struct:HashTableRec
36 ht_create(int keySize, argument
50 ht->keySize = keySize;
132 elem->key = malloc(ht->keySize);
144 memcpy(elem->key, key, ht->keySize);
157 return elem->data ? elem->data : ((char*) elem->key + ht->keySize);
197 return it->data ? it->data : ((char*) it->key + ht->keySize);
243 return one_at_a_time_hash(ptr, setup->keySize) & ~((~0U) << numBits);
250 return memcmp(l, r, setup->keySize);
[all...]
H A Dhashtable.h40 int keySize; member in struct:__anon0ae390c60108
47 @param[in] keySize The key size in bytes
54 extern _X_EXPORT HashTable ht_create(int keySize,
H A Dxres.c745 .keySize = sizeof(void*)
761 ht = ht_create(htSetup.keySize,
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.h57 (*disk_cache_put_cb) (const void *key, signed long keySize,
61 (*disk_cache_get_cb) (const void *key, signed long keySize,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache.h58 (*disk_cache_put_cb) (const void *key, signed long keySize,
62 (*disk_cache_get_cb) (const void *key, signed long keySize,
/xsrc/external/mit/xorg-server/dist/test/
H A Dhashtabletest.c133 .keySize = 4
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dff_fragment_shader.cpp92 /* NOTE: This array of structs must be last! (see "keySize" below) */
264 GLuint keySize; local in function:make_state_key
327 keySize = sizeof(*key) - sizeof(key->unit)
330 return keySize;
1152 GLuint keySize; local in function:_mesa_get_fixed_func_fragment_program
1154 keySize = make_state_key(ctx, &key);
1158 &key, keySize);
1164 &key, keySize, shader_program);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dff_fragment_shader.cpp92 /* NOTE: This array of structs must be last! (see "keySize" below) */
263 GLuint keySize; local in function:make_state_key
326 keySize = sizeof(*key) - sizeof(key->unit)
329 return keySize;
1139 GLuint keySize; local in function:_mesa_get_fixed_func_fragment_program
1141 keySize = make_state_key(ctx, &key);
1145 &key, keySize);
1151 &key, keySize, shader_program);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dvndcmds.c53 .keySize = sizeof(CARD32)
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h351 (*__DRIblobCacheSet) (const void *key, signed long keySize,
355 (*__DRIblobCacheGet) (const void *key, signed long keySize,
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h306 (*__DRIblobCacheSet) (const void *key, signed long keySize,
310 (*__DRIblobCacheGet) (const void *key, signed long keySize,
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglext.h468 typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
469 typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglext.h453 typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
454 typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h49 typedef void (*EGLSetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, const void *value, EGLsizeiANDROID valueSize);
50 typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsizeiANDROID keySize, void *value, EGLsizeiANDROID valueSize);

Completed in 28 milliseconds