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

  /external/chromium_org/third_party/mach_override/libudis86/
decode.h 58 #define P_str ( 1 << 14 )
59 #define P_STR(n) ( ( n >> 14 ) & 1 )
decode.c 823 if (P_STR(u->itab_entry->prefix)) {
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 61 private static final String P_STR =
69 private static final byte[] P = new BigInteger(P_STR,16).toByteArray();

Completed in 720 milliseconds