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

  /system/bt/osi/src/
hash_map_utils.c 31 static bool string_equals(const void *key_a, const void *key_b);
95 static bool string_equals(const void *key_a, const void *key_b) {
96 return !strcmp(key_a, key_b);
  /external/autotest/client/cros/cellular/
labconfig_data.py 33 for (key_b, value_b) in b.iteritems():
34 a[key_b] = combine_trees(a.get(key_b, None), value_b)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 114 typename access_traits::const_iterator key_b = local
120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 114 typename access_traits::const_iterator key_b = local
120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 114 typename access_traits::const_iterator key_b = local
120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
order_statistics_imp.hpp 114 typename access_traits::const_iterator key_b = local
120 return (base_type::less(key_b, key_e, b, e, r_traits)) ?
  /system/core/libcutils/
str_parms.c 53 static bool str_eq(void *key_a, void *key_b)
55 return !strcmp((const char *)key_a, (const char *)key_b);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 3474 unsigned short key_b; member in struct:ColorProfile
    [all...]
lodepng.h 348 unsigned key_b; /*blue component of color key*/ member in struct:LodePNGColorMode
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 268 uint8_t * key_b = ((DataIndex *)b)->icu_key; local
273 while (*key_b != 0) {val_b += val_b*37 + *key_b++;}
  /external/dbus/dbus/
dbus-hash.c 844 typedef int (* KeyCompareFunc) (const void *key_a, const void *key_b);
    [all...]

Completed in 204 milliseconds