Home
last modified time | relevance | path

Searched refs:orig_p (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DLEB128.h60 uint8_t *orig_p = p; variable
75 return (unsigned)(p - orig_p);
81 const uint8_t *orig_p = p; variable
89 *n = (unsigned)(p - orig_p);
95 const uint8_t *orig_p = p; variable
108 *n = (unsigned)(p - orig_p);
/external/mksh/src/
Dmisc.c902 const unsigned char *orig_p = p; in gmatch_cclass() local
921 return (sub == '[' ? orig_p : NULL); in gmatch_cclass()