Searched refs:eptr (Results 1 – 8 of 8) sorted by relevance
/external/fdlibm/ |
D | s_frexp.c | 34 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/openssl/crypto/asn1/ |
D | asn1_gen.c | 390 char *eptr; in parse_tagging() local 393 tag_num = strtoul(vstart, &eptr, 10); in parse_tagging() 395 if (eptr && *eptr && (eptr > vstart + vlen)) in parse_tagging() 404 if (eptr) in parse_tagging() 405 vlen -= eptr - vstart; in parse_tagging() 410 switch (*eptr) in parse_tagging() 430 erch[0] = *eptr; in parse_tagging() 836 char *eptr; in bitstr_cb() local 839 bitnum = strtoul(elem, &eptr, 10); in bitstr_cb() 840 if (eptr && *eptr && (eptr != elem + len)) in bitstr_cb()
|
/external/e2fsprogs/lib/e2p/ |
D | hashstr.c | 51 char *eptr; in e2p_string2hash() local 64 num = strtol(string+8, &eptr, 10); in e2p_string2hash() 67 if (*eptr) in e2p_string2hash()
|
D | feature.c | 125 char *eptr; in e2p_string2feature() local 156 num = strtol(string+9, &eptr, 10); in e2p_string2feature() 159 if (*eptr) in e2p_string2feature() 199 char *eptr; in e2p_jrnl_string2feature() local 230 num = strtol(string+9, &eptr, 10); in e2p_jrnl_string2feature() 233 if (*eptr) in e2p_jrnl_string2feature()
|
D | mntopts.c | 59 char *eptr; in e2p_string2mntopt() local 73 num = strtol(string+8, &eptr, 10); in e2p_string2mntopt() 76 if (*eptr) in e2p_string2mntopt()
|
/external/grub/lib/ |
D | device.c | 521 char *ptr, *eptr; in read_device_map() local 593 eptr = ptr; in read_device_map() 594 while (*eptr && ! isspace (*eptr)) in read_device_map() 595 eptr++; in read_device_map() 596 *eptr = 0; in read_device_map()
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-11-07-MulBy4.ll | 8 define fastcc i32 @foo(i16* %eptr, i8* %ecode, %struct.foo_data* %md, i32 %ims) {
|
/external/llvm/docs/ |
D | LangRef.rst | 5023 ; yields i8*:eptr 5024 %eptr = getelementptr [12 x i8]* %aptr, i64 0, i32 1
|