HomeSort by: relevance | last modified time | path
    Searched refs:hash_result (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/include/jemalloc/internal/
mutex_pool.h 21 size_t hash_result[2]; local
22 hash(&key, sizeof(key), 0xd50dcc1b, hash_result);
23 return &pool->mutexes[hash_result[0] % MUTEX_POOL_SIZE];
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
mutex_pool.h 21 size_t hash_result[2]; local
22 hash(&key, sizeof(key), 0xd50dcc1b, hash_result);
23 return &pool->mutexes[hash_result[0] % MUTEX_POOL_SIZE];
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
mutex_pool.h 21 size_t hash_result[2]; local
22 hash(&key, sizeof(key), 0xd50dcc1b, hash_result);
23 return &pool->mutexes[hash_result[0] % MUTEX_POOL_SIZE];
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-glade.c 238 void *hash_result; local
252 (hash_find_entry (&keywords, name, strlen (name), &hash_result) == 0);

Completed in 27 milliseconds