OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_a
(Results
1 - 3
of
3
) sorted by null
/system/core/libcutils/
str_parms.c
38
static bool str_eq(void *
key_a
, void *key_b)
40
return !strcmp((const char *)
key_a
, (const char *)key_b);
/external/icu4c/test/perf/collperf/
collperf.cpp
262
uint8_t *
key_a
= ((DataIndex *)a)->icu_key;
local
267
while (*
key_a
!= 0) {val_a += val_a*37 + *
key_a
++;}
/external/dbus/dbus/
dbus-hash.c
899
typedef int (* KeyCompareFunc) (const void *
key_a
, const void *key_b);
[
all
...]
Completed in 314 milliseconds