HomeSort by relevance Sort by last modified time
    Searched defs:HASH_SIZE (Results 1 - 5 of 5) sorted by null

  /external/oprofile/daemon/
opd_cookie.c 97 #define HASH_SIZE 512
98 #define HASH_BITS (HASH_SIZE - 1)
100 static struct list_head hashes[HASH_SIZE];
129 return (cookie >> DCOOKIE_SHIFT) & (HASH_SIZE - 1);
207 for (i = 0; i < HASH_SIZE; ++i)
opd_anon.c 31 #define HASH_SIZE 1024
32 #define HASH_BITS (HASH_SIZE - 1)
43 static struct list_head hashes[HASH_SIZE];
73 return ((app >> DCOOKIE_SHIFT) ^ (tgid >> 2)) & (HASH_SIZE - 1);
224 for (i = 0; i < HASH_SIZE; ++i)
opd_sfile.c 29 #define HASH_SIZE 2048
30 #define HASH_BITS (HASH_SIZE - 1)
33 static struct list_head hashes[HASH_SIZE];
641 for (; i < HASH_SIZE; ++i)
  /external/hyphenation/
hyphen.c 80 #define HASH_SIZE 31627
83 HashEntry *entries[HASH_SIZE];
115 for (i = 0; i < HASH_SIZE; i++)
127 for (i = 0; i < HASH_SIZE; i++)
145 i = hnj_string_hash (key) % HASH_SIZE;
159 i = hnj_string_hash (key) % HASH_SIZE;
225 for (i = 0; i < HASH_SIZE; i++)
466 for (i = 0; i < HASH_SIZE; i++)
480 for (i = 0; i < HASH_SIZE; i++)
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 65 milliseconds