Home
last modified time | relevance | path

Searched refs:valuep (Results 1 – 12 of 12) sorted by relevance

/external/libunwind_llvm/src/
DUnwind-EHABI.cpp771 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/
Dcleartext.c114 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()
Dvauth.h66 const char *valuep, char **outptr,
/external/libxml2/
Dxmlregexp.c190 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/
Dunwind.h194 void *valuep);
199 void *valuep);
/external/dtc/
Dfdtput.c73 char **valuep, int *value_len) in encode_value() argument
125 *valuep = value; in encode_value()
/external/elfutils/libdw/
Ddwarf_getlocation.c204 bool cfap, bool valuep, in __libdw_intern_expression() argument
223 if (valuep) in __libdw_intern_expression()
518 if (valuep) in __libdw_intern_expression()
DlibdwP.h566 bool cfap, bool valuep,
/external/bison/lib/
Dstdlib.in.h240 (char **optionp, char *const *tokens, char **valuep)
244 (char **optionp, char *const *tokens, char **valuep));
/external/bison/linux-lib/
Dstdlib.h562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
/external/bison/darwin-lib/
Dstdlib.h562 (char **optionp, char *const *tokens, char **valuep)
566 (char **optionp, char *const *tokens, char **valuep));
/external/selinux/libsepol/src/
Dlink.c1959 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()