/external/icu4c/common/ |
ucnv_u8.c | 356 uint8_t *tempPtr; 420 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf); 424 tempPtr[0] = (uint8_t) ((ch >> 12) | 0xe0); 428 tempPtr[0] = (uint8_t) ((ch >> 18) | 0xf0); 429 tempPtr[1] = (uint8_t) (((ch >> 12) & 0x3f) | 0x80); 431 tempPtr[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80); 432 tempPtr[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80); 434 if (tempPtr == myTarget) { 440 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) [all...] |
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_pipes.c | 232 TIMM_OSAL_U8 *tempPtr = NULL; 257 tempPtr = 261 if (tempPtr == NULL) 269 read(pHandle->pfd[0], tempPtr, pHandle->totalBytesInPipe); 273 write(pHandle->pfd[1], tempPtr, 288 TIMM_OSAL_Free(tempPtr);
|
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.cc | 339 void* tempPtr = adjustedPtr; 341 static_cast<const __shim_type_info*>(excpType), tempPtr)) { 474 void* tempPtr = adjustedPtr; 476 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
|
/external/bison/lib/ |
obstack.h | 160 void *tempptr; 493 (h)->temp.tempptr = (h)->object_base, \ 501 (h)->temp.tempptr) 159 void *tempptr; member in union:obstack::__anon2302
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.h | 160 void *tempptr; 493 (h)->temp.tempptr = (h)->object_base, \ 501 (h)->temp.tempptr) 159 void *tempptr; member in union:obstack::__anon22172
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
obstack.h | 162 void *tempptr; 490 (h)->temp.tempptr = (h)->object_base, \ 498 (h)->temp.tempptr) 161 void *tempptr; member in union:obstack::__anon26750
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 162 void *tempptr; 490 (h)->temp.tempptr = (h)->object_base, \ 498 (h)->temp.tempptr) 161 void *tempptr; member in union:obstack::__anon28341
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 162 void *tempptr; 490 (h)->temp.tempptr = (h)->object_base, \ 498 (h)->temp.tempptr) 161 void *tempptr; member in union:obstack::__anon29855
|
/external/icu4c/test/cintltst/ |
cmsccoll.c | 2554 char *tempptr; local [all...] |
/external/opencv/cvaux/src/ |
enmin.cpp | 150 int* tempPtr = ( int* ) malloc( ( width + 2 ) * 7 * sizeof( int ) ); 151 *verticesPtr = tempPtr; [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/device/asus/tilapia/recovery/lib/ |
libPrgHandler.a | [all...] |