Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/ltrace/
Dbreakpoints.c63 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/boringssl/src/crypto/x509/
Dx_all.c159 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
164 int i2d_X509_bio(BIO *bp, X509 *x509) in i2d_X509_bio()
181 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
186 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio()
228 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
233 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio()
273 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
278 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio()
283 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio()
289 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio()
[all …]
Dt_x509.c92 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()
248 int X509_ocspid_print (BIO *bp, X509 *x) in X509_ocspid_print()
296 int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) in X509_signature_print()
321 int ASN1_STRING_print(BIO *bp, const ASN1_STRING *v) in ASN1_STRING_print()
351 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
366 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
414 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
450 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print()
/external/e2fsprogs/lib/ext2fs/
Dblkmap64_ba.c44 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 …]
Dblkmap64_rb.c160 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/
Dprint-dvmrp.c76 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()
Dprint-rx.c449 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 …]
Dprint-gre.c92 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()
Dprint-geonet.c59 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()
Dprint-ip6opts.c74 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()
Dprint-pim.c122 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()
Dprint-icmp6.c237 const u_char *bp, u_int length _U_) in rpl_print()
304 const u_char *bp, u_int length, const u_char *bp2, int fragmented) in icmp6_print()
595 get_upperlayer(u_char *bp, u_int *prot) in get_upperlayer()
669 icmp6_opt_print(const u_char *bp, int resid) in icmp6_opt_print()
821 mld6_print(const u_char *bp) in mld6_print()
837 mldv2_report_print(const u_char *bp, u_int len) in mldv2_report_print()
895 mldv2_query_print(const u_char *bp, u_int len) in mldv2_query_print()
997 icmp6_nodeinfo_print(u_int icmp6len, const u_char *bp, const u_char *ep) in icmp6_nodeinfo_print()
1246 icmp6_rrenum_print(const u_char *bp, const u_char *ep) in icmp6_rrenum_print()
Dprint-igmp.c110 print_mtrace(register const u_char *bp, register u_int len) in print_mtrace()
132 print_mresp(register const u_char *bp, register u_int len) in print_mresp()
154 print_igmpv3_report(register const u_char *bp, register u_int len) in print_igmpv3_report()
208 print_igmpv3_query(register const u_char *bp, register u_int len) in print_igmpv3_query()
264 igmp_print(register const u_char *bp, register u_int len) in igmp_print()
Dprint-domain.c148 ns_nprint(register const u_char *cp, register const u_char *bp) in ns_nprint()
320 ns_qprint(register const u_char *cp, register const u_char *bp, int is_mdns) in ns_qprint()
357 ns_rprint(register const u_char *cp, register const u_char *bp, int is_mdns) in ns_rprint()
579 ns_print(register const u_char *bp, u_int length, int is_mdns) in ns_print()
Dprint-bootp.c66 register const struct bootp *bp; in bootp_print() local
367 rfc1048_print(register const u_char *bp) in rfc1048_print()
778 cmu_print(register const u_char *bp) in cmu_print()
/external/boringssl/src/crypto/pem/
Dpem_pk8.c84 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()
216 BIO *bp; in do_pk8pkey_fp() local
229 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
Dpem_pkey.c77 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in PEM_read_bio_PrivateKey()
144 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PrivateKey()
178 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
219 int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x) in PEM_write_bio_Parameters()
270 DH *PEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) in PEM_read_bio_DHparams()
Dpem_all.c156 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, in PEM_read_bio_RSAPrivateKey()
197 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, in PEM_read_bio_DSAPrivateKey()
242 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, in PEM_read_bio_ECPrivateKey()
/external/zopfli/src/zopfli/
Ddeflate.c39 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/boringssl/src/crypto/asn1/
Dasn1_par.c68 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/clang/test/SemaCXX/
Daddress-space-conversion.cpp52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast()
103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast()
133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast()
159 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_cstyle_cast()
183 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_implicit_conversion()
/external/libmtp/src/
Dutil.c50 unsigned char *bp = (unsigned char *) buf; in data_dump() local
77 unsigned char *bp = (unsigned char *) buf; in data_dump_ascii() local
/external/clang/test/CodeGen/
Dext-vector.c76 void test6(float4 *ap, float4 *bp, float c) { in test6()
130 void test7(int4 *ap, int4 *bp, int c) { in test7()
196 void test8(float4 *ap, float4 *bp, int c) { in test8()
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { in test14()
/external/libcxxabi/test/
Dtest_aux_runtime.pass.cpp28 B *bp = NULL; in bad_typeid_test() local
44 B *bp = (B*)&d; // cast needed to break protection in bad_cast_test() local
/external/compiler-rt/lib/asan/
Dasan_stack.h34 uptr pc, uptr bp, void *context, in GetStackTraceWithPcBpAndContext()
81 #define GET_STACK_TRACE_FATAL(pc, bp) \ argument

1234567891011