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

  /external/deqp/framework/delibs/debase/
deMemory.c 91 deUintptr ptrPtr = (alignedPtr - ptrSize);
93 *(deUintptr*)ptrPtr = origPtr;
125 deUintptr ptrPtr = (deUintptr)ptr - ptrSize;
126 deUintptr origPtr = *(deUintptr*)ptrPtr;
127 DE_ASSERT(ptrPtr - origPtr < 256);
  /external/icu/icu4c/source/common/
utrace.c 284 void **ptrPtr;
296 ptrPtr = (void **)i8Ptr;
298 if (ptrPtr == NULL) {
321 outputPtrBytes(*ptrPtr, outBuf, &outIx, capacity);
322 longArg = *ptrPtr==NULL? 0: 1; /* test for null terminated array. */
323 ptrPtr++;
333 outputString(*ptrPtr, outBuf, &outIx, capacity, indent);
335 longArg = *ptrPtr==NULL? 0: 1; /* for test for null term. array. */
336 ptrPtr++;
341 outputUString((const UChar *)*ptrPtr, -1, outBuf, &outIx, capacity, indent)
    [all...]

Completed in 502 milliseconds