/external/libnetfilter_conntrack/src/conntrack/ |
D | labels.c | 9 #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/ |
D | glxhash.c | 84 #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/mesa3d/src/amd/vulkan/ |
D | radv_entrypoints_gen.py | 208 HASH_SIZE = 256 variable 210 HASH_MASK = HASH_SIZE - 1 286 mapping = [NONE] * HASH_SIZE 307 hash_size=HASH_SIZE,
|
/external/libdrm/ |
D | xf86drmHash.c | 100 hash %= HASH_SIZE; in HashHash() 117 for (i = 0; i < HASH_SIZE; i++) table->buckets[i] = NULL; in drmHashCreate() 130 for (i = 0; i < HASH_SIZE; i++) { in drmHashDestroy() 225 while (table->p0 < HASH_SIZE) { in drmHashNext()
|
D | xf86drmHash.h | 27 #define HASH_SIZE 512 /* Good for about 100 entries */ macro 44 HashBucketPtr buckets[HASH_SIZE];
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_entrypoints_gen.py | 334 HASH_SIZE = 256 variable 336 HASH_MASK = HASH_SIZE - 1 448 mapping = [NONE] * HASH_SIZE 471 hash_size=HASH_SIZE,
|
/external/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.h | 84 #define HASH_SIZE 65536 macro 149 struct file_buffer *hash_table[HASH_SIZE]; 171 struct file_buffer *hash_table[HASH_SIZE];
|
D | caches-queues-lists.c | 240 for(i = 0; i < HASH_SIZE; i++) in seq_queue_flush()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | LZ77Compressor.java | 270 head = new int[HASH_SIZE]; in LZ77Compressor() 358 private static final int HASH_SIZE = 1 << 15; field in LZ77Compressor 359 private static final int HASH_MASK = HASH_SIZE - 1; 401 for (int i = 0; i < HASH_SIZE; i++) { in slide()
|
/external/libdrm/tests/ |
D | hash.c | 112 for (i = 0; i < HASH_SIZE; i++) { in compute_dist()
|
/external/webp/src/enc/ |
D | backward_references_enc.h | 109 #define HASH_SIZE (1 << HASH_BITS) macro
|
D | backward_references_enc.c | 246 (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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ZipFile.java | 89 private static final int HASH_SIZE = 509; field in ZipFile 109 new HashMap<>(HASH_SIZE);
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/grpc-grpc-java/netty/shaded/ |
D | grpc-netty-shaded-1.14.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |