Searched refs:orig_p (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DLEB128.h60 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/
H A Ddebugallocation.cc1300 intptr_t orig_p = reinterpret_cast<intptr_t>(p); local
1303 p = reinterpret_cast<void *>(RoundUp(orig_p + data_offset, alignment));
1310 // and orig_p is the end of the real header, so offset_
1312 fake_hdr->set_offset(reinterpret_cast<intptr_t>(p) - orig_p);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc1288 intptr_t orig_p = reinterpret_cast<intptr_t>(p); local
1291 p = reinterpret_cast<void *>(RoundUp(orig_p + data_offset, alignment));
1298 // and orig_p is the end of the real header, so offset_
1300 fake_hdr->set_offset(reinterpret_cast<intptr_t>(p) - orig_p);
/external/mksh/src/
H A Dmisc.c887 const unsigned char *orig_p = p; local
906 return (sub == '[' ? orig_p : NULL);

Completed in 776 milliseconds