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

  /external/llvm/include/llvm/Support/
LEB128.h 60 uint8_t *orig_p = p; local
75 return (unsigned)(p - orig_p);
81 const uint8_t *orig_p = p; local
89 *n = (unsigned)(p - orig_p);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 1300 intptr_t orig_p = reinterpret_cast<intptr_t>(p); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 1288 intptr_t orig_p = reinterpret_cast<intptr_t>(p); local
    [all...]
  /external/mksh/src/
misc.c 906 const unsigned char *orig_p = p; local
925 return (sub == '[' ? orig_p : NULL);
    [all...]

Completed in 147 milliseconds