Searched refs:bp2 (Results 1 - 25 of 35) sorted by relevance

12

/external/v8/test/mjsunit/
H A Ddebug-step.js36 var bp1, bp2;
46 if (bp2) {
47 Debug.clearBreakPoint(bp2);
H A Ddebug-multiple-breakpoints.js61 bp2 = Debug.setBreakPoint(f);
71 Debug.clearBreakPoint(bp2);
81 bp2 = Debug.setBreakPoint(g);
84 Debug.clearBreakPoint(bp2);
H A Ddebug-listbreakpoints.js154 var bp2 = Debug.setBreakPoint(g, 1, 0);
155 testArguments(dcp, true, [ bp2 ],
160 testArguments(dcp, true, [ bp2, bp3 ],
165 testArguments(dcp, true, [ bp2, bp3, bp4 ],
170 testArguments(dcp, true, [ bp2, bp4 ],
175 testArguments(dcp, true, [ bp2 ],
180 testArguments(dcp, true, [ bp2, bp5 ],
184 clearBreakpoint(dcp, bp2);
H A Ddebug-enable-disable-breakpoints.js67 bp2 = Debug.setBreakPoint(f);
72 Debug.disableBreakPoint(bp2);
83 Debug.enableBreakPoint(bp2);
H A Ddebug-clearbreakpointgroup.js98 var bp2 = Debug.setScriptBreakPointById(scriptId, 1, null, null, groupId2);
120 assertEquals([bp2, bp3, bp5].sort(), breakpointNumbers.sort());
125 Debug.clearBreakPoint(bp2);
H A Ddebug-conditional-breakpoints.js137 bp2 = Debug.setBreakPoint(h, 0, 22, 'a % 2 == 0');
143 Debug.clearBreakPoint(bp2);
148 bp2 = Debug.setBreakPoint(h, 0, 22, '(a + 1) % 2 == 0');
154 Debug.clearBreakPoint(bp2);
H A Ddebug-breakpoints.js46 bp2 = Debug.setBreakPoint(f, 0, 4);
52 Debug.clearBreakPoint(bp2);
87 bp2 = Debug.setBreakPoint(g, 1, 0);
110 Debug.clearBreakPoint(bp2);
142 bp2 = setBreakpointByPosition(f, 4);
148 Debug.clearBreakPoint(bp2);
173 bp2 = setBreakpointByPosition(g, 5);
196 Debug.clearBreakPoint(bp2);
/external/tcpdump/
H A Dprint-frag6.c36 frag6_print(netdissect_options *ndo, register const u_char *bp, register const u_char *bp2) argument
42 ip6 = (const struct ip6_hdr *)bp2;
51 (long)(bp - bp2) - sizeof(struct ip6_frag)));
56 (long)(bp - bp2) - sizeof(struct ip6_frag)));
H A Dprint-sunrpc.c170 register u_int length, register const u_char *bp2)
192 switch (IP_V((struct ip *)bp2)) {
194 ip = (struct ip *)bp2;
201 ip6 = (struct ip6_hdr *)bp2;
169 sunrpcrequest_print(netdissect_options *ndo, register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-rt6.c40 rt6_print(netdissect_options *ndo, register const u_char *bp, const u_char *bp2 _U_)
95 struct ip6_hdr *ip6 = (struct ip6_hdr *)bp2;
H A Dprint-vrrp.c107 register const u_char *bp2, int ttl)
150 uint16_t cksum = nextproto4_cksum(ndo, (struct ip *)bp2, bp,
105 vrrp_print(netdissect_options *ndo, register const u_char *bp, register u_int len, register const u_char *bp2, int ttl) argument
H A Dprint-esp.c548 const u_char *bp, const int length, const u_char *bp2
618 ip = (struct ip *)bp2;
622 ip6 = (struct ip6_hdr *)bp2;
671 if (ep - bp2 < len)
673 if (ep - bp2 > len) {
675 ep = bp2 + len;
H A Dprint-isakmp.c645 const u_char *bp2, struct isakmp *base);
781 cookie_record(cookie_t *in, const u_char *bp2) argument
795 ip = (struct ip *)bp2;
804 ip6 = (struct ip6_hdr *)bp2;
820 cookie_sidecheck(int i, const u_char *bp2, int initiator) argument
827 ip = (struct ip *)bp2;
844 ip6 = (struct ip6_hdr *)bp2;
2652 const u_char *bp2, struct isakmp *base)
2674 if (bp2)
2675 cookie_record(&base->i_ck, bp2);
2650 ikev1_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2, struct isakmp *base) argument
2878 isakmp_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
2940 isakmp_rfc3948_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
[all...]
H A Dprint-udp.c349 register const u_char *bp2, int fragmented)
363 ip = (struct ip *)bp2;
366 ip6 = (struct ip6_hdr *)bp2;
478 pgm_print(ndo, cp, length, bp2);
588 isakmp_print(ndo, (const u_char *)(up + 1), length, bp2);
590 isakmp_rfc3948_print(ndo, (const u_char *)(up + 1), length, bp2);
593 isakmp_print(ndo, (const u_char *)(up + 1), length, bp2);
348 udp_print(netdissect_options *ndo, register const u_char *bp, u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-sctp.c496 const u_char *bp2, /* beginning of enclosing */
518 ip = (struct ip *)bp2;
521 ip6 = (const struct ip6_hdr *)bp2;
494 sctp_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2, u_int sctpPacketLength) argument
H A Dprint-nfs.c334 register const u_char *bp2)
352 print_nfsaddr(ndo, bp2, srcid, dstid);
354 nfsreply_print_noaddr(ndo, bp, length, bp2);
365 register const u_char *bp2)
383 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
533 register const u_char *bp2)
547 if (!xid_map_enter(ndo, rp, bp2)) /* record proc number for later on */
332 nfsreply_print(netdissect_options *ndo, register const u_char *bp, u_int length, register const u_char *bp2) argument
363 nfsreply_print_noaddr(netdissect_options *ndo, register const u_char *bp, u_int length, register const u_char *bp2) argument
531 nfsreq_print_noaddr(netdissect_options *ndo, register const u_char *bp, u_int length, register const u_char *bp2) argument
H A Dprint-pgm.c148 register const u_char *bp2)
167 ip = (struct ip *)bp2;
170 ip6 = (struct ip6_hdr *)bp2;
146 pgm_print(netdissect_options *ndo, register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-mobility.c188 const u_char *bp, const u_char *bp2 _U_)
H A Dprint-icmp.c329 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2, argument
349 ip = (struct ip *)bp2;
H A Dprint-ip.c498 const u_char *bp2)
502 ipd.ip = (const struct ip *)bp2;
495 ip_print_inner(netdissect_options *ndo, const u_char *bp, u_int length, u_int nh, const u_char *bp2) argument
H A Dprint-tcp.c155 register const u_char *bp2, int fragmented)
172 ip = (struct ip *)bp2;
175 ip6 = (struct ip6_hdr *)bp2;
153 tcp_print(netdissect_options *ndo, register const u_char *bp, register u_int length, register const u_char *bp2, int fragmented) argument
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
56 (void)static_cast<A_ptr_2>(bp2);
73 (void)static_cast<A_ptr>(bp2); // expected-error{{is not allowed}}
75 (void)static_cast<A_ptr_1>(bp2); // expected-error{{is not allowed}}
103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) {
107 (void)dynamic_cast<A_ptr_2>(bp2);
116 (void)dynamic_cast<A_ptr>(bp2); // expected-error{{casts away qualifiers}}
118 (void)dynamic_cast<A_ptr_1>(bp2); // expected-error{{casts away qualifiers}}
133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2,
140 (void)reinterpret_cast<A_ptr>(bp2);
50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]
/external/boringssl/src/crypto/obj/
H A Dobj_xref.pl59 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
61 return $ap2 - $bp2;
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp509 dr142::B *bp2 = (dr142::B*)this; local
510 bp2->mi = 3;
/external/opencv/cv/src/
H A Dcvcontourtree.cpp78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
210 &ap2, &bp2 ));
359 bp2 = bp1;

Completed in 1595 milliseconds

12