/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 243 #define UCHAR21(eptr) (*(eptr)) argument 244 #define UCHAR21TEST(eptr) (*(eptr)) argument 245 #define UCHAR21INC(eptr) (*(eptr)++) argument 246 #define UCHAR21INCTEST(eptr) (*(eptr)++) argument 261 #define GETCHAR(c, eptr) c = *eptr; argument 262 #define GETCHARTEST(c, eptr) c = *eptr; argument 263 #define GETCHARINC(c, eptr) c = *eptr++; argument 264 #define GETCHARINCTEST(c, eptr) c = *eptr++; argument 265 #define GETCHARLEN(c, eptr, len) c = *eptr; argument 301 #define GETCHAR(c, eptr) \ argument [all …]
|
D | pcre2_internal.h | 266 #define GETUTF8(c, eptr) \ argument 288 #define GETUTF8INC(c, eptr) \ argument 322 #define GETUTF8LEN(c, eptr, len) \ argument
|
D | pcre2_match.c | 359 PCRE2_SPTR eptr; in match_ref() local
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | merge_delay_error.cpp | 18 [](std::exception_ptr eptr) { printf("OnError %s\n", rxu::what(eptr).c_str()); }, in __anon404e2e960402() 33 [](std::exception_ptr eptr) { printf("OnError %s\n", rxu::what(eptr).c_str()); }, in __anon404e2e960902() 64 …[](std::exception_ptr eptr) { printf("[thread %s] OnError %s\n", get_pid().c_str(), rxu::what(eptr… in __anon404e2e960f02() 95 …[](std::exception_ptr eptr) { printf("[thread %s] OnError %s\n", get_pid().c_str(), rxu::what(eptr… in __anon404e2e961502()
|
/external/fdlibm/ |
D | s_frexp.c | 34 double ieee_frexp(double x, int *eptr) in ieee_frexp()
|
/external/e2fsprogs/lib/e2p/ |
D | crypto_mode.c | 54 char *eptr; in e2p_string2encmode() local
|
D | hashstr.c | 52 char *eptr; in e2p_string2hash() local
|
D | feature.c | 172 char *eptr; in e2p_string2feature() local 246 char *eptr; in e2p_jrnl_string2feature() local
|
D | mntopts.c | 61 char *eptr; in e2p_string2mntopt() local
|
/external/openssh/openbsd-compat/ |
D | bsd-getline.c | 52 char *ptr, *eptr; in getdelim() local
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
D | capsicum.cpp | 54 cap_rights_t *eptr = cap_rights_clear(&rights, CAP_READ); in test_cap_rights() local
|
/external/vboot_reference/tests/ |
D | vboot_display_tests.c | 230 FontArrayEntryHeader *eptr; in FontTest() local
|
/external/mtools/ |
D | missFuncs.c | 193 unsigned long strtoul(const char *string, char **eptr, int base) in strtoul() 231 long strtol(const char *string, char **eptr, int base) in strtol()
|
D | mdoctorfat.c | 84 char *number, *eptr; in mdoctorfat() local
|
D | mlabel.c | 125 char *eptr; in mlabel() local
|
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 415 char *eptr; in parse_tagging() local 827 char *eptr; in bitstr_cb() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 415 char *eptr; in parse_tagging() local 827 char *eptr; in bitstr_cb() local
|
/external/iw/ |
D | coalesce.c | 27 char *eptr, *value1, *value2, *sptr = NULL, *end, buf[16768]; in handle_coalesce_enable() local
|
D | wowlan.c | 214 char *eptr, *value1, *value2, *sptr = NULL; in handle_wowlan_enable() local
|
/external/iperf3/src/ |
D | iperf_util.c | 521 char *ptr, *eptr; in getdelim() local
|
/external/libcups/notifier/ |
D | rss.c | 670 *eptr; /* Pointer into escaped string */ in xml_escape() local
|
/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp.h | 482 std::exception_ptr eptr; member 3815 std::exception_ptr eptr; in foreach() member 4017 std::exception_ptr eptr = at_each_domain_data->eptr; in access_from() local 4034 std::exception_ptr eptr = at_each_domain_data->eptr; in access_from() local 4051 std::exception_ptr eptr = at_each_domain_data->eptr; in call_from() local 4068 std::exception_ptr eptr = at_each_domain_data->eptr; in call_from() local 4085 std::exception_ptr eptr = at_each_domain_data->eptr; in expr_from() local 4102 std::exception_ptr eptr = at_each_domain_data->eptr; in expr_from() local 4131 std::exception_ptr eptr = at_each_domain_data->eptr; in schedule() local 4153 std::exception_ptr eptr = at_each_domain_data->eptr; in node_from() local [all …]
|
/external/arm-optimized-routines/math/test/rtest/ |
D | dotest.c | 835 int sign, eptr; in float32_case() local 963 int sign, eptr; in float64_case() local
|
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | dotest.c | 836 int sign, eptr; in float32_case() local 964 int sign, eptr; in float64_case() local
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.h | 66 uint8_t * eptr; member
|