HomeSort by relevance Sort by last modified time
    Searched full:tempptr (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnv_u8.c 353 uint8_t *tempPtr;
417 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
421 tempPtr[0] = (uint8_t) ((ch >> 12) | 0xe0);
425 tempPtr[0] = (uint8_t) ((ch >> 18) | 0xf0);
426 tempPtr[1] = (uint8_t) (((ch >> 12) & 0x3f) | 0x80);
428 tempPtr[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
429 tempPtr[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80);
431 if (tempPtr == myTarget) {
437 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++)
    [all...]
  /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 335 void* tempPtr = adjustedPtr;
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
469 void* tempPtr = adjustedPtr;
471 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::__anon2740
  /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::__anon35962
  /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::__anon40608
  /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::__anon42199
  /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::__anon43713
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 2551 char *tempptr; local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 2563 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...]

Completed in 3374 milliseconds