Home
last modified time | relevance | path

Searched refs:eptr (Results 1 – 14 of 14) sorted by relevance

/external/pcre/dist/
Dpcre_exec.c165 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, in match_ref() argument
168 PCRE_PUCHAR eptr_start = eptr; in match_ref()
175 if (eptr >= md->end_subject) in match_ref()
180 pchars(eptr, length, TRUE, md); in match_ref()
215 if (eptr >= md->end_subject) return -2; /* Partial match */ in match_ref()
216 GETCHARINC(c, eptr); in match_ref()
239 if (eptr >= md->end_subject) return -2; /* Partial match */ in match_ref()
240 cc = UCHAR21TEST(eptr); in match_ref()
244 eptr++; in match_ref()
256 if (eptr >= md->end_subject) return -2; /* Partial match */ in match_ref()
[all …]
Dpcre_internal.h595 #define UCHAR21(eptr) (*(eptr)) argument
596 #define UCHAR21TEST(eptr) (*(eptr)) argument
597 #define UCHAR21INC(eptr) (*(eptr)++) argument
598 #define UCHAR21INCTEST(eptr) (*(eptr)++) argument
613 #define GETCHAR(c, eptr) c = *eptr; argument
614 #define GETCHARTEST(c, eptr) c = *eptr; argument
615 #define GETCHARINC(c, eptr) c = *eptr++; argument
616 #define GETCHARINCTEST(c, eptr) c = *eptr++; argument
617 #define GETCHARLEN(c, eptr, len) c = *eptr; argument
632 #define GETUTF8(c, eptr) \ argument
[all …]
/external/fdlibm/
Ds_frexp.c34 double ieee_frexp(double x, int *eptr) in ieee_frexp() argument
36 double ieee_frexp(x, eptr) in ieee_frexp()
37 double x; int *eptr; in ieee_frexp()
44 *eptr = 0;
50 *eptr = -54;
52 *eptr += (ix>>20)-1022;
/external/boringssl/src/crypto/x509/
Dasn1_gen.c409 char *eptr; in parse_tagging() local
412 tag_num = strtoul(vstart, &eptr, 10); in parse_tagging()
414 if (eptr && *eptr && (eptr > vstart + vlen)) in parse_tagging()
423 if (eptr) in parse_tagging()
424 vlen -= eptr - vstart; in parse_tagging()
429 switch (*eptr) in parse_tagging()
449 erch[0] = *eptr; in parse_tagging()
855 char *eptr; in bitstr_cb() local
858 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb()
859 if (eptr && *eptr && (eptr != elem + len)) in bitstr_cb()
/external/vboot_reference/tests/
Dvboot_display_tests.c230 FontArrayEntryHeader *eptr; in FontTest() local
239 eptr = (FontArrayEntryHeader *)(buf + sizeof(h)); in FontTest()
240 Memcpy(eptr, eh, sizeof(eh)); in FontTest()
246 &eptr[1].info, "Glyph found"); in FontTest()
247 TEST_EQ(buffersize, eptr[1].info.original_size, " size"); in FontTest()
249 &eptr[0].info, "Glyph not found"); in FontTest()
250 TEST_EQ(buffersize, eptr[0].info.original_size, " size"); in FontTest()
/external/e2fsprogs/lib/e2p/
Dhashstr.c51 char *eptr; in e2p_string2hash() local
64 num = strtol(string+8, &eptr, 10); in e2p_string2hash()
67 if (*eptr) in e2p_string2hash()
Dfeature.c149 char *eptr; in e2p_string2feature() local
180 num = strtol(string+9, &eptr, 10); in e2p_string2feature()
183 if (*eptr) in e2p_string2feature()
223 char *eptr; in e2p_jrnl_string2feature() local
254 num = strtol(string+9, &eptr, 10); in e2p_jrnl_string2feature()
257 if (*eptr) in e2p_jrnl_string2feature()
Dmntopts.c59 char *eptr; in e2p_string2mntopt() local
73 num = strtol(string+8, &eptr, 10); in e2p_string2mntopt()
76 if (*eptr) in e2p_string2mntopt()
/external/iw/
Dcoalesce.c27 char *eptr, *value1, *value2, *sptr = NULL, *end, buf[16768]; in handle_coalesce_enable() local
113 pkt_offset = strtoul(value1, &eptr, 10); in handle_coalesce_enable()
114 if (eptr != value1 + strlen(value1)) in handle_coalesce_enable()
Dwowlan.c214 char *eptr, *value1, *value2, *sptr = NULL; in handle_wowlan_enable() local
278 pkt_offset = strtoul(value1, &eptr, 10); in handle_wowlan_enable()
279 if (eptr != value1 + strlen(value1)) { in handle_wowlan_enable()
Dscan.c346 char *eptr; in handle_scan() local
414 freq = strtoul(argv[i], &eptr, 10); in handle_scan()
415 if (eptr != argv[i] + strlen(argv[i])) { in handle_scan()
/external/avahi/avahi-compat-howl/include/corby/
Dbuffer.h76 sw_uint8 ** eptr,
88 sw_uint8 ** eptr,
/external/llvm/test/CodeGen/X86/
D2007-11-07-MulBy4.ll8 define fastcc i32 @foo(i16* %eptr, i8* %ecode, %struct.foo_data* %md, i32 %ims) {
/external/llvm/docs/
DLangRef.rst7382 ; yields i8*:eptr
7383 %eptr = getelementptr [12 x i8], [12 x i8]* %aptr, i64 0, i32 1