Searched refs:eptr (Results 1 - 12 of 12) sorted by relevance

/external/fdlibm/
H A Ds_frexp.c34 double ieee_frexp(double x, int *eptr) argument
36 double ieee_frexp(x, eptr)
37 double x; int *eptr;
44 *eptr = 0;
50 *eptr = -54;
52 *eptr += (ix>>20)-1022;
/external/pcre/dist/
H A Dpcre_internal.h595 #define UCHAR21(eptr) (*(eptr))
596 #define UCHAR21TEST(eptr) (*(eptr))
597 #define UCHAR21INC(eptr) (*(eptr)++)
598 #define UCHAR21INCTEST(eptr) (*(eptr)++)
613 #define GETCHAR(c, eptr) c = *eptr;
[all...]
H A Dpcre_exec.c154 eptr pointer into the subject
165 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, argument
168 PCRE_PUCHAR eptr_start = eptr;
175 if (eptr >= md->end_subject)
180 pchars(eptr, length, TRUE, md);
215 if (eptr >= md->end_subject) return -2; /* Partial match */
216 GETCHARINC(c, eptr);
239 if (eptr >= md->end_subject) return -2; /* Partial match */
240 cc = UCHAR21TEST(eptr);
244 eptr
513 match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb, unsigned int rdepth) argument
555 #define eptr macro
6248 #undef eptr macro
[all...]
/external/e2fsprogs/lib/e2p/
H A Dhashstr.c51 char *eptr; local
64 num = strtol(string+8, &eptr, 10);
67 if (*eptr)
H A Dmntopts.c59 char *eptr; local
73 num = strtol(string+8, &eptr, 10);
76 if (*eptr)
H A Dfeature.c149 char *eptr; local
180 num = strtol(string+9, &eptr, 10);
183 if (*eptr)
223 char *eptr; local
254 num = strtol(string+9, &eptr, 10);
257 if (*eptr)
/external/vboot_reference/tests/
H A Dvboot_display_tests.c230 FontArrayEntryHeader *eptr; local
239 eptr = (FontArrayEntryHeader *)(buf + sizeof(h));
240 Memcpy(eptr, eh, sizeof(eh));
246 &eptr[1].info, "Glyph found");
247 TEST_EQ(buffersize, eptr[1].info.original_size, " size");
249 &eptr[0].info, "Glyph not found");
250 TEST_EQ(buffersize, eptr[0].info.original_size, " size");
/external/boringssl/src/crypto/x509/
H A Dasn1_gen.c409 char *eptr; local
412 tag_num = strtoul(vstart, &eptr, 10);
414 if (eptr && *eptr && (eptr > vstart + vlen))
423 if (eptr)
424 vlen -= eptr - vstart;
429 switch (*eptr)
449 erch[0] = *eptr;
855 char *eptr; local
[all...]
/external/iw/
H A Dcoalesce.c27 char *eptr, *value1, *value2, *sptr = NULL, *end, buf[16768]; local
113 pkt_offset = strtoul(value1, &eptr, 10);
114 if (eptr != value1 + strlen(value1))
H A Dwowlan.c214 char *eptr, *value1, *value2, *sptr = NULL; local
278 pkt_offset = strtoul(value1, &eptr, 10);
279 if (eptr != value1 + strlen(value1)) {
H A Dscan.c346 char *eptr; local
414 freq = strtoul(argv[i], &eptr, 10);
415 if (eptr != argv[i] + strlen(argv[i])) {
/external/avahi/avahi-compat-howl/include/corby/
H A Dbuffer.h76 sw_uint8 ** eptr,
88 sw_uint8 ** eptr,

Completed in 354 milliseconds