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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
70 s += dplen;
73 s += dplen + 9;
strtod.c 110 int dplen = strlen(decimalpoint); local
114 static int dplen; local
121 dplen = strlen(s0);
126 #define dplen 1 macro
576 bd0 = s2b(s0, nd0, nd, y, dplen);
strtodg.c 359 int dplen = strlen(decimalpoint); local
363 static int dplen; local
370 dplen = strlen(s0);
375 #define dplen 1 macro
751 bd0 = s2b(s0, nd0, nd, y, dplen);
  /external/boringssl/src/crypto/evp/
p_dsa_asn1.c 251 int dplen; local
279 dplen = i2d_ASN1_INTEGER(prkey, &dp);
285 V_ASN1_SEQUENCE, params, dp, dplen)) {
  /ndk/sources/android/support/src/stdio/
strtod.c 3374 int dplen = strlen((const char *)decimalpoint); local
3376 int dplen = 1; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 517 __u8 dplen; member in struct:xfrm_address_filter
  /external/iproute2/include/linux/
xfrm.h 493 __u8 dplen; member in struct:xfrm_address_filter
  /external/kernel-headers/original/uapi/linux/
xfrm.h 493 __u8 dplen; member in struct:xfrm_address_filter
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
664 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
666 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
690 s += dplen;
693 s += dplen + 9;
    [all...]
  /external/iproute2/ip/
xfrm_state.c 1198 .dplen = filter.id_dst_mask,
    [all...]

Completed in 484 milliseconds