HomeSort by relevance Sort by last modified time
    Searched full:valuep (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/qemu/distrib/sdl-1.2.12/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...]
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 710 static Bool newvar(Char *name, SymType *ty, Addr valuep, UInt size,
716 if (has_visited(valuep, ty))
737 v->valuep = valuep;
754 v->container, v->valuep);
857 var->container, var->valuep);
859 if (0 && has_visited(var->valuep, var->type)) {
866 addr >= var->valuep && addr < (var->valuep + var->size)) {
887 if(newvar(f->name, f->type, var->valuep + (f->offset / 8)
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /external/libgsm/man/
gsm_option.3 13 int gsm_option(handle, option, valueP);
19 int * valueP;
  /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);
  /development/ndk/tests/prebuilt-library/jni/
libfoo.so 
  /external/clang/lib/Headers/
unwind.h 107 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/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 810 strings in TOKENS. If found return index and set *VALUEP to
812 not part of TOKENS return in *VALUEP beginning of unknown
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 810 strings in TOKENS. If found return index and set *VALUEP to
812 not part of TOKENS return in *VALUEP beginning of unknown
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 810 strings in TOKENS. If found return index and set *VALUEP to
812 not part of TOKENS return in *VALUEP beginning of unknown

Completed in 2597 milliseconds

1 2 3 4