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

  /external/bluetooth/bluedroid/bta/include/
utl.h 81 ** String p_s must be uppercase. String p_t is converted to
89 extern int utl_strucmp(const char *p_s, const char *p_t);
  /external/bluetooth/bluedroid/bta/sys/
utl.c 73 ** String p_s must be uppercase. String p_t is converted to
81 int utl_strucmp(const char *p_s, const char *p_t)
85 while (*p_s && *p_t)
87 c = *p_t++;
97 /* if p_t hit null first, no match */
98 if (*p_t == 0 && *p_s != 0)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 826 typedef typename boost::math::policies::precision<T, Policy>::type p_t;
827 return p_t::value;
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lcode.c 475 int p_t = NO_JUMP; /* position of an eventual LOAD true */ local
479 p_t = code_label(fs, reg, 1, 0);
484 patchlistaux(fs, e->t, final, reg, p_t);

Completed in 291 milliseconds