/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_string.c | 33 static size_t SDL_ScanLong(const char *text, int radix, long *valuep) 61 if ( valuep ) { 63 *valuep = -value; 65 *valuep = value; 73 static size_t SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep) 96 if ( valuep ) { 97 *valuep = value; 104 static size_t SDL_ScanUintPtrT(const char *text, int radix, uintptr_t *valuep) 127 if ( valuep ) { 128 *valuep = value 782 char *valuep = va_arg(ap, char*); local 838 Sint64 *valuep = va_arg(ap, Sint64*); local 851 { short* valuep = va_arg(ap, short*); local 856 { int* valuep = va_arg(ap, int*); local 861 { long* valuep = va_arg(ap, long*); local 891 Uint64 *valuep = va_arg(ap, Uint64*); local 904 { short* valuep = va_arg(ap, short*); local 909 { int* valuep = va_arg(ap, int*); local 914 { long* valuep = va_arg(ap, long*); local 932 void** valuep = va_arg(ap, void**); local 944 float* valuep = va_arg(ap, float*); local 962 char *valuep = va_arg(ap, char*); local [all...] |
/development/ndk/sources/android/libportable/arch-arm/ |
unwind.c | 47 void* valuep); 53 void* valuep);
|
/ndk/sources/cxx-stl/gabi++/include/ |
unwind-arm.h | 126 void* valuep); 132 void* valuep);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
unwind-arm.h | 126 void* valuep); 132 void* valuep);
|
/cts/suite/audio_quality/lib/src/task/ |
TaskProcess.cpp | 224 TaskCase::Value* valuep = local 226 if (!getTestCase()->registerValue(mOutput[i].getParamString(), *valuep)) { 227 if (!getTestCase()->updateValue(mOutput[i].getParamString(), *valuep)) {
|
/external/chromium_org/third_party/libxml/src/ |
xmlregexp.c | 187 void *valuep; member in struct:_xmlRegAtom 505 value = ret->atoms[i]->valuep; 816 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL)) 817 xmlFree(atom->valuep); 820 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) 821 xmlFree(atom->valuep); 1095 fprintf(output, "'%s' ", (char *) atom->valuep); [all...] |
/external/libxml2/ |
xmlregexp.c | 187 void *valuep; member in struct:_xmlRegAtom 505 value = ret->atoms[i]->valuep; 816 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL)) 817 xmlFree(atom->valuep); 820 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) 821 xmlFree(atom->valuep); 1095 fprintf(output, "'%s' ", (char *) atom->valuep); [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdlib.in.h | 172 the first option and the comma, sets *VALUEP to the value of the 175 Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. 179 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
|
/external/bison/darwin-lib/ |
stdlib.h | 554 the first option and the comma, sets *VALUEP to the value of the 557 Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. 562 (char **optionp, char *const *tokens, char **valuep) 566 (char **optionp, char *const *tokens, char **valuep)); [all...] |
/external/bison/linux-lib/ |
stdlib.h | 554 the first option and the comma, sets *VALUEP to the value of the 557 Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. 562 (char **optionp, char *const *tokens, char **valuep) 566 (char **optionp, char *const *tokens, char **valuep)); [all...] |
/external/bison/lib/ |
stdlib.in.h | 232 the first option and the comma, sets *VALUEP to the value of the 235 Otherwise it returns -1, and *OPTIONP and *VALUEP are undefined. 240 (char **optionp, char *const *tokens, char **valuep) 244 (char **optionp, char *const *tokens, char **valuep));
|
/external/libsepol/src/ |
link.c | 1952 unsigned int valuep; member in struct:find_perm_arg [all...] |
/external/qemu/ |
arm-dis.c | [all...] |