Searched refs:valuep (Results 1 – 12 of 12) sorted by relevance
/external/libunwind_llvm/src/ |
D | Unwind-EHABI.cpp | 771 void* valuep) { in ValueAsBitPattern() argument 776 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern() 782 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern() 791 void *valuep) { in _Unwind_VRS_Set() argument 796 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set() 803 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 810 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 826 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 833 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 844 void *valuep) { in _Unwind_VRS_Get_Internal() argument [all …]
|
/external/curl/lib/vauth/ |
D | cleartext.c | 114 const char *valuep, char **outptr, in Curl_auth_create_login_message() argument 117 size_t vlen = strlen(valuep); in Curl_auth_create_login_message() 132 return Curl_base64_encode(data, valuep, vlen, outptr, outlen); in Curl_auth_create_login_message()
|
D | vauth.h | 66 const char *valuep, char **outptr,
|
/external/libxml2/ |
D | xmlregexp.c | 190 void *valuep; member 509 value = ret->atoms[i]->valuep; in xmlRegEpxFromParse() 820 if ((atom->type == XML_REGEXP_STRING) && (atom->valuep != NULL)) in xmlRegFreeAtom() 821 xmlFree(atom->valuep); in xmlRegFreeAtom() 824 if ((atom->type == XML_REGEXP_BLOCK_NAME) && (atom->valuep != NULL)) in xmlRegFreeAtom() 825 xmlFree(atom->valuep); in xmlRegFreeAtom() 1099 fprintf(output, "'%s' ", (char *) atom->valuep); in xmlRegPrintAtom() 2472 ret = (atom1->valuep == atom2->valuep); in xmlFAEqualAtoms() 2474 ret = xmlStrEqual((xmlChar *)atom1->valuep, in xmlFAEqualAtoms() 2475 (xmlChar *)atom2->valuep); in xmlFAEqualAtoms() [all …]
|
/external/libunwind_llvm/include/ |
D | unwind.h | 194 void *valuep); 199 void *valuep);
|
/external/dtc/ |
D | fdtput.c | 73 char **valuep, int *value_len) in encode_value() argument 125 *valuep = value; in encode_value()
|
/external/elfutils/libdw/ |
D | dwarf_getlocation.c | 204 bool cfap, bool valuep, in __libdw_intern_expression() argument 223 if (valuep) in __libdw_intern_expression() 518 if (valuep) in __libdw_intern_expression()
|
D | libdwP.h | 566 bool cfap, bool valuep,
|
/external/bison/lib/ |
D | stdlib.in.h | 240 (char **optionp, char *const *tokens, char **valuep) 244 (char **optionp, char *const *tokens, char **valuep));
|
/external/bison/linux-lib/ |
D | stdlib.h | 562 (char **optionp, char *const *tokens, char **valuep) 566 (char **optionp, char *const *tokens, char **valuep));
|
/external/bison/darwin-lib/ |
D | stdlib.h | 562 (char **optionp, char *const *tokens, char **valuep) 566 (char **optionp, char *const *tokens, char **valuep));
|
/external/selinux/libsepol/src/ |
D | link.c | 1959 unsigned int valuep; member 1969 if (arg->valuep == perdatum->s.value) { in find_perm() 2050 fparg.valuep = perm_value; in is_decl_requires_met() 2101 fparg.valuep = req.perm_value; in debug_requirements() 2162 fparg.valuep = req->perm_value; in print_missing_requirements()
|