Searched defs:pEnd (Results 1 - 2 of 2) sorted by relevance

/system/core/libacc/tests/
H A Dmain.cpp80 unsigned long* pEnd = (unsigned long*) (((unsigned char*) base) + length); local
82 for(unsigned long* pInstruction = pBase; pInstruction < pEnd; pInstruction++) {
/system/core/libacc/
H A Dacc.cpp4293 char* pEnd = pText + strlen(pText); local
4301 if (errno || pEndPtr != pEnd) {
4377 char* pEnd = pText + strlen(pText); local
4381 if (errno || pEndPtr != pEnd) {

Completed in 214 milliseconds