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

  /device/google/bonito/json-c/
linkhash.c 42 int lh_ptr_equal(const void *k1, const void *k2) function
457 return lh_table_new(size, name, free_fn, lh_ptr_hash, lh_ptr_equal);
  /device/google/crosshatch/json-c/
linkhash.c 42 int lh_ptr_equal(const void *k1, const void *k2) function
457 return lh_table_new(size, name, free_fn, lh_ptr_hash, lh_ptr_equal);

Completed in 614 milliseconds