/prebuilts/misc/common/swig/include/2.0.11/guile/ |
std_string.i | 29 %typemap(in) string (char * tempptr) { 31 tempptr = SWIG_scm2str($input); 32 $1.assign(tempptr); 33 if (tempptr) SWIG_free(tempptr); 39 %typemap(in) const string & ($*1_ltype temp, char *tempptr) { 41 tempptr = SWIG_scm2str($input); 42 temp.assign(tempptr); 43 if (tempptr) SWIG_free(tempptr); [all...] |
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
std_string.i | 33 %typemap(in) string (char * tempptr) { 41 tempptr = SWIG_MakeString($input); 42 $1.assign(tempptr); 43 if (tempptr) SWIG_free(tempptr); 47 %typemap(in) const string& ($*1_ltype temp, char *tempptr) { 57 tempptr = SWIG_MakeString($input); 58 temp.assign(tempptr); 59 if (tempptr) SWIG_free(tempptr); [all...] |
/external/icu/icu4c/source/common/ |
ucnv_u8.c | 365 uint8_t *tempPtr; 429 tempPtr = (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf); 433 tempPtr[0] = (uint8_t) ((ch >> 12) | 0xe0); 437 tempPtr[0] = (uint8_t) ((ch >> 18) | 0xf0); 438 tempPtr[1] = (uint8_t) (((ch >> 12) & 0x3f) | 0x80); 440 tempPtr[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80); 441 tempPtr[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80); 443 if (tempPtr == myTarget) { 449 for (; tempPtr <= (tempBuf + indexToWrite); tempPtr++) [all...] |
/hardware/ti/omap4-aah/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);
|
/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)) { 470 void* tempPtr = adjustedPtr; 472 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::__anon7177
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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::__anon39455
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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::__anon41428
|
/external/icu/icu4c/source/test/cintltst/ |
cmsccoll.c | 1284 uint8_t *tempptr; local [all...] |
/external/vboot_reference/tests/ |
cgptlib_test.c | 819 uint8_t *tempptr; local 935 tempptr = gpt->primary_entries; 940 gpt->primary_entries = tempptr; [all...] |
/external/libcxxabi/src/ |
cxa_personality.cpp | 440 void* tempPtr = adjustedPtr; 441 if (catchType->can_catch(excpType, tempPtr)) 474 void* tempPtr = adjustedPtr; 475 if (catchType->can_catch(excpType, tempPtr)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_personality.cpp | 437 void* tempPtr = adjustedPtr; 438 if (catchType->can_catch(excpType, tempPtr)) 471 void* tempPtr = adjustedPtr; 472 if (catchType->can_catch(excpType, tempPtr)) [all...] |
/external/opencv/cvaux/src/ |
enmin.cpp | 150 int* tempPtr = ( int* ) malloc( ( width + 2 ) * 7 * sizeof( int ) ); 151 *verticesPtr = tempPtr; [all...] |
/external/pcre/dist/ |
pcre_compile.c | 4480 const pcre_uchar *tempptr; local [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/prebuilts/clang/host/linux-x86/3.8/lib/ |
libc++.so | |
/prebuilts/clang/linux-x86/host/3.6/lib/ |
libc++.so | |