Searched refs:valuep (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c33 static size_t SDL_ScanLong(const char *text, int radix, long *valuep) argument
61 if ( valuep ) {
63 *valuep = -value;
65 *valuep = value;
73 static size_t SDL_ScanUnsignedLong(const char *text, int radix, unsigned long *valuep) argument
96 if ( valuep ) {
97 *valuep = value;
104 static size_t SDL_ScanUintPtrT(const char *text, int radix, uintptr_t *valuep) argument
127 if ( valuep ) {
128 *valuep
136 SDL_ScanLongLong(const char *text, int radix, Sint64 *valuep) argument
176 SDL_ScanUnsignedLongLong(const char *text, int radix, Uint64 *valuep) argument
208 SDL_ScanFloat(const char *text, double *valuep) argument
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/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c187 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);
2463 ret = (atom1->valuep == atom2->valuep);
2465 ret = xmlStrEqual((xmlChar *)atom1->valuep,
[all...]
/external/libxml2/
H A Dxmlregexp.c187 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);
2463 ret = (atom1->valuep == atom2->valuep);
2465 ret = xmlStrEqual((xmlChar *)atom1->valuep,
[all...]
/external/bison/darwin-lib/
H A Dstdlib.h562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
/external/bison/linux-lib/
H A Dstdlib.h562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
/external/bison/lib/
H A Dstdlib.in.h240 (char **optionp, char *const *tokens, char **valuep)
244 (char **optionp, char *const *tokens, char **valuep));
/external/libsepol/src/
H A Dlink.c1952 unsigned int valuep; member in struct:find_perm_arg
1962 if (arg->valuep == perdatum->s.value) {
2043 fparg.valuep = perm_value;
2094 fparg.valuep = req.perm_value;
2155 fparg.valuep = req->perm_value;
/external/qemu/
H A Darm-dis.c1559 unsigned long *valuep, int *widthp)
1583 *valuep = value;
1558 arm_decode_bitfield(const char *ptr, unsigned long insn, unsigned long *valuep, int *widthp) argument

Completed in 685 milliseconds