Home
last modified time | relevance | path

Searched refs:HASH_SIZE (Results 1 – 12 of 12) sorted by relevance

/external/libnetfilter_conntrack/src/conntrack/
Dlabels.c9 #define HASH_SIZE 64 macro
18 struct labelmap_bucket *map_name[HASH_SIZE];
49 return hash & (HASH_SIZE - 1); in hash_name()
153 for (i = 0; i < HASH_SIZE; i++) { in __labelmap_destroy()
167 for (i = 0; i < HASH_SIZE; i++) { in make_name_table()
181 for (i = 0; i < HASH_SIZE; i++) in map_alloc()
/external/mesa3d/src/glx/
Dglxhash.c84 #define HASH_SIZE 512 /* Good for about 100 entries */ macro
121 __glxHashBucketPtr buckets[HASH_SIZE];
149 hash %= HASH_SIZE; in HashHash()
170 for (i = 0; i < HASH_SIZE; i++) in __glxHashCreate()
186 for (i = 0; i < HASH_SIZE; i++) { in __glxHashDestroy()
297 while (table->p0 < HASH_SIZE) { in __glxHashNext()
364 for (i = 0; i < HASH_SIZE; i++) { in compute_dist()
/external/libdrm/
Dxf86drmHash.c100 hash %= HASH_SIZE; in HashHash()
120 for (i = 0; i < HASH_SIZE; i++) table->buckets[i] = NULL; in drmHashCreate()
133 for (i = 0; i < HASH_SIZE; i++) { in drmHashDestroy()
231 while (table->p0 < HASH_SIZE) { in drmHashNext()
Dxf86drmHash.h27 #define HASH_SIZE 512 /* Good for about 100 entries */ macro
44 HashBucketPtr buckets[HASH_SIZE];
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.h84 #define HASH_SIZE 65536 macro
149 struct file_buffer *hash_table[HASH_SIZE];
171 struct file_buffer *hash_table[HASH_SIZE];
Dcaches-queues-lists.c240 for(i = 0; i < HASH_SIZE; i++) in seq_queue_flush()
/external/fio/
Dgettime.c48 #define HASH_SIZE (1 << HASH_BITS) macro
50 static struct flist_head hash[HASH_SIZE];
105 for (i = 0; i < HASH_SIZE; i++) { in fio_dump_gtod()
125 for (i = 0; i < HASH_SIZE; i++) in gtod_init()
/external/libdrm/tests/
Dhash.c112 for (i = 0; i < HASH_SIZE; i++) { in compute_dist()
/external/webp/src/enc/
Dbackward_references_enc.h109 #define HASH_SIZE (1 << HASH_BITS) macro
Dbackward_references_enc.c246 (int32_t*)WebPSafeMalloc(HASH_SIZE, sizeof(*hash_to_first_index)); in VP8LHashChainFill()
250 memset(hash_to_first_index, 0xff, HASH_SIZE * sizeof(*hash_to_first_index)); in VP8LHashChainFill()
/external/vulkan-validation-layers/loader/
Dunknown_ext_chain_gas.asm50 …mov r8, [rdi + (HASH_OFFSET_INSTANCE + (HASH_SIZE * \num) + FUNC_NAME_OFFSET_HASH)] # Load the…
91 …push [eax + (HASH_OFFSET_INSTANCE + (HASH_SIZE * \num) + FUNC_NAME_OFFSET_HASH)] # Push the fun…
Dunknown_ext_chain_masm.asm53 …mov rax, qword ptr [rcx + (HASH_OFFSET_INSTANCE + (HASH_SIZE * num) + FUNC_NAME_OFFSET_HASH)] …
96 …push dword ptr [eax + (HASH_OFFSET_INSTANCE + (HASH_SIZE * num) + FUNC_NAME_OFFSET_HASH)] ; Pus…