Searched refs:x_hash_table (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | x-hash.h | 36 typedef struct x_hash_table_struct x_hash_table; typedef in typeref:struct:x_hash_table_struct 46 X_EXTERN x_hash_table *X_PFX (hash_table_new) (x_hash_fun *hash, 50 X_EXTERN void X_PFX (hash_table_free) (x_hash_table *h); 52 X_EXTERN unsigned int X_PFX (hash_table_size) (x_hash_table *h); 54 X_EXTERN void X_PFX (hash_table_insert) (x_hash_table *h, void *k, void *v); 55 X_EXTERN void X_PFX (hash_table_replace) (x_hash_table *h, void *k, void *v); 56 X_EXTERN void X_PFX (hash_table_remove) (x_hash_table *h, void *k); 57 X_EXTERN void *X_PFX (hash_table_lookup) (x_hash_table *h, 59 X_EXTERN void X_PFX (hash_table_foreach) (x_hash_table *h,
|
| H A D | x-hash.c | 68 hash_table_total_buckets (x_hash_table *h) 74 hash_table_destroy_item (x_hash_table *h, void *k, void *v) 84 hash_table_hash_key (x_hash_table *h, void *k) 93 hash_table_compare_keys (x_hash_table *h, void *k1, void *k2) 102 hash_table_split (x_hash_table *h) 145 X_EXTERN x_hash_table * 151 x_hash_table *h; 153 h = calloc (1, sizeof (x_hash_table)); 175 X_PFX (hash_table_free) (x_hash_table *h) 200 X_PFX (hash_table_size) (x_hash_table * [all...] |
| H A D | xprFrame.c | 65 static x_hash_table *window_hash;
|
| H A D | dri.c | 88 static x_hash_table *surface_hash; /* maps surface ids -> drawablePrivs */
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | x-hash.h | 37 typedef struct x_hash_table_struct x_hash_table; typedef in typeref:struct:x_hash_table_struct 47 X_EXTERN x_hash_table *X_PFX(hash_table_new) (x_hash_fun * hash, 51 X_EXTERN void X_PFX(hash_table_free) (x_hash_table * h); 53 X_EXTERN unsigned int X_PFX(hash_table_size) (x_hash_table * h); 55 X_EXTERN void X_PFX(hash_table_insert) (x_hash_table * h, void *k, void *v); 56 X_EXTERN void X_PFX(hash_table_replace) (x_hash_table * h, void *k, void *v); 57 X_EXTERN void X_PFX(hash_table_remove) (x_hash_table * h, void *k); 58 X_EXTERN void *X_PFX(hash_table_lookup) (x_hash_table * h, 60 X_EXTERN void X_PFX(hash_table_foreach) (x_hash_table * h,
|
| H A D | x-hash.c | 71 hash_table_total_buckets(x_hash_table *h) 77 hash_table_destroy_item(x_hash_table *h, void *k, void *v) 87 hash_table_hash_key(x_hash_table *h, void *k) 96 hash_table_compare_keys(x_hash_table *h, void *k1, void *k2) 105 hash_table_split(x_hash_table *h) 145 X_EXTERN x_hash_table * 150 x_hash_table *h; 152 h = calloc(1, sizeof(x_hash_table)); 173 X_PFX(hash_table_free) (x_hash_table * h) { 195 X_PFX(hash_table_size) (x_hash_table * [all...] |
| H A D | xprFrame.c | 62 static x_hash_table * window_hash;
|
| H A D | dri.c | 83 static x_hash_table *surface_hash; /* maps surface ids -> drawablePrivs */
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 190 static x_hash_table *surface_hash;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/ |
| H A D | indirect.c | 180 static x_hash_table *surface_hash;
|
Completed in 17 milliseconds