/third_party/pcre2/pcre2/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 …]
|
/third_party/musl/libc-test/src/math/gen/ |
D | tof.c | 11 char *eptr; in main() local
|
D | next.c | 12 char *eptr; in main() local
|
D | prev.c | 12 char *eptr; in main() local
|
D | toe.c | 11 char *eptr; in main() local
|
D | tog.c | 11 char *eptr; in main() local
|
D | toa.c | 11 char *eptr; in main() local
|
D | tox.c | 12 char *eptr; in main() local
|
/third_party/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 | 184 char *eptr; in e2p_string2feature() local 258 char *eptr; in e2p_jrnl_string2feature() local
|
D | mntopts.c | 61 char *eptr; in e2p_string2mntopt() local
|
/third_party/boost/boost/iostreams/detail/ |
D | buffer.hpp | 95 Ch* & eptr() { return eptr_; } in eptr() function in boost::iostreams::detail::buffer 96 const_pointer& eptr() const { return eptr_; } in eptr() function in boost::iostreams::detail::buffer
|
/third_party/openssl/crypto/asn1/ |
D | asn_mstbl.c | 59 char *eptr; in do_tcreate() local
|
D | asn1_gen.c | 352 char *eptr; in parse_tagging() local 748 char *eptr; in bitstr_cb() local
|
/third_party/glib/glib/pcre/ |
D | pcre_internal.h | 544 #define GETCHAR(c, eptr) c = *eptr; argument 545 #define GETCHARTEST(c, eptr) c = *eptr; argument 546 #define GETCHARINC(c, eptr) c = *eptr++; argument 547 #define GETCHARINCTEST(c, eptr) c = *eptr++; argument 548 #define GETCHARLEN(c, eptr, len) c = *eptr; argument 584 #define GETUTF8(c, eptr) \ argument 606 #define GETCHAR(c, eptr) \ argument 613 #define GETCHARTEST(c, eptr) \ argument 620 #define GETUTF8INC(c, eptr) \ argument 654 #define GETCHARINC(c, eptr) \ argument [all …]
|
D | pcre_exec.c | 146 match_ref(int offset, PCRE_PUCHAR eptr, int length, match_data *md, in match_ref() 476 match(PCRE_PUCHAR eptr, const pcre_uchar *ecode, in match() 518 #define eptr frame->Xeptr in match() macro
|
/third_party/ffmpeg/libavcodec/ |
D | xbmdec.c | 58 char *eptr; in parse_str_int() local
|
D | wmaenc.c | 309 WMACoef *ptr, *eptr; in encode_block() local
|
/third_party/iowow/src/utils/ |
D | iwarr.c | 12 void *restrict eptr, in iwarr_sorted_insert() 57 void *restrict eptr, in iwarr_sorted_remove() 97 void *restrict eptr, in iwarr_sorted_find() 134 void *restrict eptr, in iwarr_sorted_find2()
|
/third_party/eudev/src/udev/ |
D | udev-builtin-usb_id.c | 86 char *eptr; in set_usb_mass_storage_ifsubtype() local 117 char *eptr; in set_scsi_type() local
|
/third_party/eudev/src/scsi_id/ |
D | scsi_id.c | 73 char *eptr; in set_type() local
|
/third_party/optimized-routines/math/test/rtest/ |
D | dotest.c | 835 int sign, eptr; in float32_case() local 963 int sign, eptr; in float64_case() local
|
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 165 char *eptr; in _jqp_number() local 189 char *eptr; in _jqp_json_number() local
|
/third_party/openssl/crypto/evp/ |
D | p_lib.c | 182 ENGINE **eptr = (e == NULL) ? &e : NULL; in pkey_set_type() local
|