Searched refs:ptrPtr (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/common/ |
D | utrace.cpp | 289 void **ptrPtr; in utrace_vformat() local 301 ptrPtr = (void **)i8Ptr; in utrace_vformat() 303 if (ptrPtr == NULL) { in utrace_vformat() 326 outputPtrBytes(*ptrPtr, outBuf, &outIx, capacity); in utrace_vformat() 327 longArg = *ptrPtr==NULL? 0: 1; /* test for null terminated array. */ in utrace_vformat() 328 ptrPtr++; in utrace_vformat() 338 outputString((const char *)*ptrPtr, outBuf, &outIx, capacity, indent); in utrace_vformat() 340 longArg = *ptrPtr==NULL? 0: 1; /* for test for null term. array. */ in utrace_vformat() 341 ptrPtr++; in utrace_vformat() 346 … outputUString((const UChar *)*ptrPtr, -1, outBuf, &outIx, capacity, indent); in utrace_vformat() [all …]
|
/external/syzkaller/prog/ |
D | any.go | 11 ptrPtr *PtrType member 49 target.any.ptrPtr = &PtrType{ 114 target.any.ptrPtr, 131 typ = *target.any.ptrPtr
|