Searched defs:i2d (Results 1 - 15 of 15) sorted by relevance

/external/boringssl/src/crypto/asn1/
H A Da_dup.c62 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) argument
72 i = i2d(x, NULL);
79 i = i2d(x, &p);
H A Da_i2d_fp.c62 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x) argument
72 ret = ASN1_i2d_bio(i2d, b, x);
77 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, void *x) argument
83 n = i2d(x, NULL);
94 i2d(x, &p);
/external/boringssl/src/crypto/x509/
H A Da_digest.c64 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, argument
70 i = i2d(data, NULL);
76 i2d(data, &p);
H A Dx509_test.cc907 uint8_t *i2d = nullptr; local
908 int i2d_len = i2d_X509(root.get(), &i2d);
910 bssl::UniquePtr<uint8_t> i2d_storage(i2d);
915 ASSERT_EQ(0, OPENSSL_memcmp(data2.get(), i2d, i2d_len));
/external/boringssl/src/crypto/pem/
H A Dpem_lib.c236 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, argument
248 ret = PEM_ASN1_write_bio(i2d, name, b, x, enc, kstr, klen, callback, u);
254 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, argument
274 if ((dsize = i2d(x, NULL)) < 0) {
287 i = i2d(x, &p);
/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp546 i2d(operand a) function in namespace:ir_builder
/external/blktrace/btt/
H A Dglobals.h92 struct avg_info i2d; member in struct:avgs_info
H A Doutput.c36 ai_dip_t dip_i2d_avg(struct d_info *dip) { return &dip->avgs.i2d; }
51 ai_pip_t pip_i2d_avg(struct p_info *pip) { return &pip->avgs.i2d; }
251 struct __ohead_data q2g, g2i, q2m, i2d, d2c, q2c; member in struct:ohead_data
273 100.0 * (double)(dip->avgs.i2d.total) / q2c_total,
279 __update_odp(odp, dip, i2d);
303 od.i2d.n == 0 && od.d2c.n == 0)
310 OD_AVG(od, q2m, q2c), OD_AVG(od, i2d, q2c),
763 __output_avg(ofp, "I2D", &all_avgs.i2d, 1);
/external/boringssl/include/openssl/
H A Dx509v3.h111 X509V3_EXT_I2D i2d; member in struct:v3_ext_method
/external/boringssl/src/include/openssl/
H A Dx509v3.h111 X509V3_EXT_I2D i2d; member in struct:v3_ext_method
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 505 milliseconds