HomeSort by relevance Sort by last modified time
    Searched refs:hash_key (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/glsl/
glsl_types.cpp 399 char hash_key[128]; local
402 size = snprintf(hash_key, sizeof(hash_key), "%08x", key->length);
405 if (size >= sizeof(hash_key))
408 size += snprintf(& hash_key[size], sizeof(hash_key) - size,
412 return hash_table_string_hash(& hash_key);
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 16 uint32 HashMix(BloomFilter::HashKey hash_key, uint32 c) {
17 uint32 a = static_cast<uint32>(hash_key) & 0xFFFFFFFF;
18 uint32 b = static_cast<uint32>(hash_key >> 32) & 0xFFFFFFFF;
  /external/dbus/bus/
activation.c 749 char *hash_key, *hash_value; local
751 if (!_dbus_string_steal_data (&key, &hash_key))
758 hash_key, hash_value))
1620 char *hash_key; local
    [all...]

Completed in 556 milliseconds