| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | hashtable.c | 16 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 D | hashtable.h | 40 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 D | xres.c | 745 .keySize = sizeof(void*) 761 ht = ht_create(htSetup.keySize,
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | disk_cache.h | 57 (*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 D | disk_cache.h | 58 (*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 D | hashtabletest.c | 133 .keySize = 4
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 92 /* 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 D | ff_fragment_shader.cpp | 92 /* 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 D | vndcmds.c | 53 .keySize = sizeof(CARD32)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/internal/ |
| H A D | dri_interface.h | 351 (*__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 D | dri_interface.h | 306 (*__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 D | eglext.h | 468 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 D | eglext.h | 453 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 D | egl_generated.h | 49 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);
|