| /external/linux-tools-perf/perf-3.12.0/include/linux/ |
| D | hw_breakpoint.h | 31 static inline unsigned long hw_breakpoint_addr(struct perf_event *bp) in hw_breakpoint_addr() 36 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type() 41 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len() 82 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) in counter_arch_bp() 97 modify_user_hw_breakpoint(struct perf_event *bp, in modify_user_hw_breakpoint() 109 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in register_perf_hw_breakpoint() 111 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in __register_perf_hw_breakpoint() 112 static inline void unregister_hw_breakpoint(struct perf_event *bp) { } in unregister_hw_breakpoint() 116 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; } in reserve_bp_slot() 117 static inline void release_bp_slot(struct perf_event *bp) { } in release_bp_slot() [all …]
|
| /external/ltrace/ |
| D | breakpoints.c | 63 breakpoint_on_hit(struct breakpoint *bp, struct process *proc) in breakpoint_on_hit() 71 breakpoint_on_continue(struct breakpoint *bp, struct process *proc) in breakpoint_on_continue() 81 breakpoint_on_retract(struct breakpoint *bp, struct process *proc) in breakpoint_on_retract() 89 breakpoint_on_install(struct breakpoint *bp, struct process *proc) in breakpoint_on_install() 98 struct breakpoint *bp, struct process *proc) in breakpoint_get_return_bp() 165 breakpoint_init_base(struct breakpoint *bp, in breakpoint_init_base() 180 breakpoint_init(struct breakpoint *bp, struct process *proc, in breakpoint_init() 194 breakpoint_set_callbacks(struct breakpoint *bp, struct bp_callbacks *cbs) in breakpoint_set_callbacks() 202 breakpoint_destroy(struct breakpoint *bp) in breakpoint_destroy() 212 struct breakpoint *bp) in breakpoint_clone() [all …]
|
| /external/openssl/crypto/x509/ |
| D | x_all.c | 150 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio() 155 int i2d_X509_bio(BIO *bp, X509 *x509) in i2d_X509_bio() 172 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio() 177 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio() 194 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio() 199 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7) in i2d_PKCS7_bio() 216 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio() 221 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio() 263 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio() 268 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio() [all …]
|
| /external/chromium_org/third_party/boringssl/src/crypto/x509/ |
| D | x_all.c | 157 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio() 162 int i2d_X509_bio(BIO *bp, X509 *x509) in i2d_X509_bio() 179 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio() 184 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio() 226 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio() 231 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio() 271 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio() 276 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio() 281 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio() 287 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio() [all …]
|
| D | t_x509.c | 92 int X509_print(BIO *bp, X509 *x) in X509_print() 97 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag) in X509_print_ex() 256 int X509_ocspid_print (BIO *bp, X509 *x) in X509_ocspid_print() 304 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) in X509_signature_print() 329 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) in ASN1_STRING_print() 359 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print() 374 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print() 422 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print() 458 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print()
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | blkmap64_ba.c | 44 ext2fs_ba_private bp; in ba_alloc_private_data() local 73 ext2fs_ba_private bp; in ba_new_bmap() local 90 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_free_bmap() local 126 ext2fs_ba_private bp = (ext2fs_ba_private) bmap->private; in ba_resize_bmap() local 166 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_mark_bmap() local 174 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_unmark_bmap() local 182 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_test_bmap() local 191 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_mark_bmap_extent() local 202 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_unmark_bmap_extent() local 213 ext2fs_ba_private bp = (ext2fs_ba_private) bitmap->private; in ba_test_clear_bmap_extent() local [all …]
|
| D | blkmap64_rb.c | 160 static void rb_free_extent(struct ext2fs_rb_private *bp, in rb_free_extent() 174 struct ext2fs_rb_private *bp; in rb_alloc_private_data() local 222 struct ext2fs_rb_private *bp; in rb_free_bmap() local 300 struct ext2fs_rb_private *bp; in rb_resize_bmap() local 322 rb_test_bit(struct ext2fs_rb_private *bp, __u64 bit) in rb_test_bit() 385 struct ext2fs_rb_private *bp) in rb_insert_extent() 486 struct ext2fs_rb_private *bp) in rb_remove_extent() 571 struct ext2fs_rb_private *bp; in rb_mark_bmap() local 581 struct ext2fs_rb_private *bp; in rb_unmark_bmap() local 596 struct ext2fs_rb_private *bp; in rb_test_bmap() local [all …]
|
| /external/tcpdump/ |
| D | print-dvmrp.c | 76 dvmrp_print(register const u_char *bp, register u_int len) in dvmrp_print() 169 print_report(register const u_char *bp, register const u_char *ep, in print_report() 226 print_probe(register const u_char *bp, register const u_char *ep, in print_probe() 259 print_neighbors(register const u_char *bp, register const u_char *ep, in print_neighbors() 290 print_neighbors2(register const u_char *bp, register const u_char *ep, in print_neighbors2() 339 print_prune(register const u_char *bp) in print_prune() 352 print_graft(register const u_char *bp) in print_graft() 362 print_graft_ack(register const u_char *bp) in print_graft_ack()
|
| D | print-rx.c | 449 rx_print(register const u_char *bp, int length, int sport, int dport, in rx_print() 602 rx_cache_insert(const u_char *bp, const struct ip *ip, int dport) in rx_cache_insert() 804 fs_print(register const u_char *bp, int length) in fs_print() 976 fs_reply_print(register const u_char *bp, int length, int32_t opcode) in fs_reply_print() 1143 cb_print(register const u_char *bp, int length) in cb_print() 1225 cb_reply_print(register const u_char *bp, int length, int32_t opcode) in cb_reply_print() 1274 prot_print(register const u_char *bp, int length) in prot_print() 1417 prot_reply_print(register const u_char *bp, int length, int32_t opcode) in prot_reply_print() 1529 vldb_print(register const u_char *bp, int length) in vldb_print() 1622 vldb_reply_print(register const u_char *bp, int length, int32_t opcode) in vldb_reply_print() [all …]
|
| D | print-gre.c | 92 gre_print(const u_char *bp, u_int length) in gre_print() 119 gre_print_0(const u_char *bp, u_int length) in gre_print_0() 241 gre_print_1(const u_char *bp, u_int length) in gre_print_1() 322 const u_char *bp, u_int len) in gre_sre_print() 340 gre_sre_ip_print(u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) in gre_sre_ip_print() 374 gre_sre_asn_print(u_int8_t sreoff, u_int8_t srelen, const u_char *bp, u_int len) in gre_sre_asn_print()
|
| D | print-geonet.c | 59 print_btp_body(const u_char *bp, u_int length) in print_btp_body() 78 print_btp(const u_char *bp) in print_btp() 86 print_long_pos_vector(const u_char *bp) in print_long_pos_vector() 110 geonet_print(netdissect_options *ndo, const u_char *eth, const u_char *bp, u_int length) in geonet_print()
|
| D | print-ip6opts.c | 74 ip6_sopt_print(const u_char *bp, int len) in ip6_sopt_print() 139 ip6_opt_print(const u_char *bp, int len) in ip6_opt_print() 292 hbhopt_print(register const u_char *bp) in hbhopt_print() 312 dstopt_print(register const u_char *bp) in dstopt_print()
|
| D | print-pim.c | 122 pimv1_join_prune_print(register const u_char *bp, register u_int len) in pimv1_join_prune_print() 208 pimv1_print(register const u_char *bp, register u_int len) in pimv1_print() 322 cisco_autorp_print(register const u_char *bp, register u_int len) in cisco_autorp_print() 416 pim_print(register const u_char *bp, register u_int len, u_int cksum) in pim_print() 520 pimv2_addr_print(const u_char *bp, enum pimv2_addrtype at, int silent) in pimv2_addr_print() 621 pimv2_print(register const u_char *bp, register u_int len, u_int cksum) in pimv2_print()
|
| /external/chromium_org/third_party/boringssl/src/crypto/bn/ |
| D | bn_test.c | 302 int test_add(BIO *bp) { in test_add() 341 int test_sub(BIO *bp) { in test_sub() 385 int test_div(BIO *bp, BN_CTX *ctx) { in test_div() 441 int test_lshift1(BIO *bp) { in test_lshift1() 477 int test_rshift(BIO *bp, BN_CTX *ctx) { in test_rshift() 518 int test_rshift1(BIO *bp) { in test_rshift1() 553 int test_lshift(BIO *bp, BN_CTX *ctx, BIGNUM *a_) { in test_lshift() 605 int test_mul(BIO *bp) { in test_mul() 655 int test_sqr(BIO *bp, BN_CTX *ctx) { in test_sqr() 700 static void print_word(BIO *bp, BN_ULONG w) { in print_word() [all …]
|
| /external/openssl/crypto/bn/ |
| D | bntest.c | 317 int test_add(BIO *bp) in test_add() 361 int test_sub(BIO *bp) in test_sub() 412 int test_div(BIO *bp, BN_CTX *ctx) in test_div() 476 static void print_word(BIO *bp,BN_ULONG w) in print_word() 492 int test_div_word(BIO *bp) in test_div_word() 548 int test_div_recp(BIO *bp, BN_CTX *ctx) in test_div_recp() 621 int test_mul(BIO *bp) in test_mul() 677 int test_sqr(BIO *bp, BN_CTX *ctx) in test_sqr() 719 int test_mont(BIO *bp, BN_CTX *ctx) in test_mont() 796 int test_mod(BIO *bp, BN_CTX *ctx) in test_mod() [all …]
|
| /external/openssl/crypto/asn1/ |
| D | t_x509.c | 100 int X509_print(BIO *bp, X509 *x) in X509_print() 105 int X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag) in X509_print_ex() 246 int X509_ocspid_print (BIO *bp, X509 *x) in X509_ocspid_print() 294 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump() 316 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) in X509_signature_print() 341 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) in ASN1_STRING_print() 371 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print() 386 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print() 434 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print() 470 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print()
|
| D | asn1_par.c | 69 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() 102 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() 107 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump() 112 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, in asn1_parse2()
|
| /external/openssl/crypto/bio/ |
| D | bss_log.c | 235 static int MS_CALLBACK slg_puts(BIO *bp, const char *str) in slg_puts() 246 static void xopenlog(BIO* bp, char* name, int level) in xopenlog() 254 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 293 static void xcloselog(BIO* bp) in xcloselog() 304 static void xopenlog(BIO* bp, char* name, int level) in xopenlog() 309 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 372 static void xcloselog(BIO* bp) in xcloselog() 378 static void xopenlog(BIO* bp, char* name, int level) in xopenlog() 387 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog() 392 static void xcloselog(BIO* bp) in xcloselog()
|
| /external/compiler-rt/lib/asan/ |
| D | asan_stack.h | 29 uptr bp, void *context, bool fast) { in GetStackTraceWithPcBpAndContext() 71 #define GET_STACK_TRACE_FATAL(pc, bp) \ argument 76 #define GET_STACK_TRACE_SIGNAL(pc, bp, context) \ argument
|
| /external/openssl/crypto/pem/ |
| D | pem_pk8.c | 84 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid() 91 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey() 98 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio() 105 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio() 112 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey() 152 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio() 214 BIO *bp; in do_pk8pkey_fp() local 227 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
|
| D | pem_pkey.c | 75 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_bio_PrivateKey() 140 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PrivateKey() 155 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters() 196 int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x) in PEM_write_bio_Parameters()
|
| /external/chromium_org/third_party/boringssl/src/crypto/pem/ |
| D | pem_pk8.c | 83 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid() 90 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey() 97 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio() 104 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio() 111 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey() 151 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio() 215 BIO *bp; in do_pk8pkey_fp() local 228 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
|
| /external/zopfli/src/zopfli/ |
| D | deflate.c | 39 unsigned char* bp, unsigned char** out, size_t* outsize) { in AddBit() 46 unsigned char* bp, unsigned char** out, size_t* outsize) { in AddBits() 62 unsigned char* bp, unsigned char** out, in AddHuffmanBits() 108 unsigned char* bp, in EncodeTree() 253 unsigned char* bp, in AddDynamicTree() 303 unsigned char* bp, in AddLZ77Data() 533 unsigned char* bp, in AddLZ77Block() 589 unsigned char* bp, in DeflateDynamicBlock() 642 unsigned char* bp, in DeflateFixedBlock() 673 unsigned char* bp, in DeflateNonCompressedBlock() [all …]
|
| /external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
| D | asn1_par.c | 68 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() 101 int ASN1_parse(BIO *bp, const unsigned char *pp, long len, int indent) in ASN1_parse() 106 int ASN1_parse_dump(BIO *bp, const unsigned char *pp, long len, int indent, int dump) in ASN1_parse_dump() 111 static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, in asn1_parse2()
|
| /external/openssl/crypto/x509v3/ |
| D | v3_ocsp.c | 158 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid() 186 BIO *bp, int ind) in i2r_ocsp_acutoff() 194 static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, in i2r_object() 268 BIO *bp, int ind) in i2r_ocsp_serviceloc()
|