HomeSort by relevance Sort by last modified time
    Searched refs:eptr (Results 1 - 11 of 11) sorted by null

  /external/fdlibm/
s_frexp.c 34 double ieee_frexp(double x, int *eptr)
36 double ieee_frexp(x, eptr)
37 double x; int *eptr;
44 *eptr = 0;
50 *eptr = -54;
52 *eptr += (ix>>20)-1022;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexp.c 35 frexp(double x, int *eptr)
40 *eptr = 0;
46 *eptr = -54;
48 *eptr += (ix>>20)-1022;
s_frexpf.c 26 frexpf(float x, int *eptr)
31 *eptr = 0;
37 *eptr = -25;
39 *eptr += (ix>>23)-126;
  /external/e2fsprogs/lib/e2p/
hashstr.c 51 char *eptr; local
64 num = strtol(string+8, &eptr, 10);
67 if (*eptr)
mntopts.c 59 char *eptr; local
73 num = strtol(string+8, &eptr, 10);
76 if (*eptr)
feature.c 147 char *eptr; local
178 num = strtol(string+9, &eptr, 10);
181 if (*eptr)
221 char *eptr; local
252 num = strtol(string+9, &eptr, 10);
255 if (*eptr)
  /system/core/libprocessgroup/
processgroup.cpp 119 char *eptr; local
120 while ((eptr = (char *)memchr(ctx->buf_ptr, '\n', ctx->buf_len)) == NULL) {
130 *eptr = '\0';
137 if (pid_eptr != eptr) {
141 ctx->buf_len -= (eptr - ctx->buf_ptr) + 1;
142 ctx->buf_ptr = eptr + 1;
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_gen.c 390 char *eptr; local
393 tag_num = strtoul(vstart, &eptr, 10);
395 if (eptr && *eptr && (eptr > vstart + vlen))
404 if (eptr)
405 vlen -= eptr - vstart;
410 switch (*eptr)
430 erch[0] = *eptr;
836 char *eptr; local
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 390 char *eptr; local
393 tag_num = strtoul(vstart, &eptr, 10);
395 if (eptr && *eptr && (eptr > vstart + vlen))
404 if (eptr)
405 vlen -= eptr - vstart;
410 switch (*eptr)
430 erch[0] = *eptr;
836 char *eptr; local
    [all...]
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 319 char* eptr; local
345 eptr = pc_address + strlen(pc_address);
346 address = strtoul(pc_address, &eptr, 16);
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]

Completed in 719 milliseconds