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

  /external/mesa3d/src/mesa/program/
hash_table.h 50 typedef int (*hash_compare_func_t)(const void *key1, const void *key2); typedef
64 hash_func_t hash, hash_compare_func_t compare);
158 #define hash_table_string_compare ((hash_compare_func_t) strcmp)
hash_table.c 42 hash_compare_func_t compare;
58 hash_compare_func_t compare)

Completed in 51 milliseconds