HomeSort by relevance Sort by last modified time
    Searched defs:hash_key (Results 1 - 2 of 2) 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/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 873 milliseconds