Searched refs:dplen (Results 1 – 10 of 10) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
D | smisc.c | 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() argument 39 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 63 s += dplen; 66 s += dplen + 9;
|
D | strtod.c | 112 int dplen = strlen(decimalpoint); local 116 static int dplen; local 123 dplen = strlen(s0); 128 #define dplen 1 macro 577 bd0 = s2b(s0, nd0, nd, y, dplen);
|
D | strtodg.c | 338 int dplen = strlen(decimalpoint); local 342 static int dplen; local 349 dplen = strlen(s0); 354 #define dplen 1 macro 712 bd0 = s2b(s0, nd0, nd, y, dplen);
|
/third_party/openssl/crypto/dsa/ |
D | dsa_ameth.c | 168 int dplen; in dsa_priv_encode() local 197 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dsa_priv_encode() 201 if (dplen <= 0) { in dsa_priv_encode() 207 V_ASN1_SEQUENCE, params, dp, dplen)) { in dsa_priv_encode() 208 OPENSSL_clear_free(dp, dplen); in dsa_priv_encode()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
D | dsa_ameth.c | 168 int dplen; in dsa_priv_encode() local 197 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dsa_priv_encode() 201 if (dplen <= 0) { in dsa_priv_encode() 207 V_ASN1_SEQUENCE, params, dp, dplen)) { in dsa_priv_encode() 208 OPENSSL_clear_free(dp, dplen); in dsa_priv_encode()
|
/third_party/openssl/crypto/dh/ |
D | dh_ameth.c | 182 int dplen; in dh_priv_encode() local 206 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dh_priv_encode() 210 if (dplen <= 0) { in dh_priv_encode() 216 V_ASN1_SEQUENCE, params, dp, dplen)) { in dh_priv_encode() 217 OPENSSL_clear_free(dp, dplen); in dh_priv_encode()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_ameth.c | 182 int dplen; in dh_priv_encode() local 206 dplen = i2d_ASN1_INTEGER(prkey, &dp); in dh_priv_encode() 210 if (dplen <= 0) { in dh_priv_encode() 216 V_ASN1_SEQUENCE, params, dp, dplen)) { in dh_priv_encode() 217 OPENSSL_clear_free(dp, dplen); in dh_priv_encode()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 69291 __u8 dplen; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 21414 …<var-decl name="dplen" type-id="8f048e17" visibility="default" filepath="include/uapi/linux/xfrm.h… 54433 …<var-decl name="dplen" type-id="8f048e17" visibility="default" filepath="include/uapi/linux/xfrm.h…
|
D | test-PR27569-v0.abi | 21406 …<var-decl name="dplen" type-id="8f048e17" visibility="default" filepath="include/uapi/linux/xfrm.h… 54404 …<var-decl name="dplen" type-id="8f048e17" visibility="default" filepath="include/uapi/linux/xfrm.h…
|