/external/clang/test/SemaCXX/ |
D | address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast() argument 56 (void)static_cast<A_ptr_2>(bp2); in test_static_cast() 73 (void)static_cast<A_ptr>(bp2); // expected-error{{is not allowed}} in test_static_cast() 75 (void)static_cast<A_ptr_1>(bp2); // expected-error{{is not allowed}} in test_static_cast() 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast() argument 107 (void)dynamic_cast<A_ptr_2>(bp2); in test_dynamic_cast() 116 (void)dynamic_cast<A_ptr>(bp2); // expected-error{{casts away qualifiers}} in test_dynamic_cast() 118 (void)dynamic_cast<A_ptr_1>(bp2); // expected-error{{casts away qualifiers}} in test_dynamic_cast() 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast() argument 140 (void)reinterpret_cast<A_ptr>(bp2); in test_reinterpret_cast() [all …]
|
/external/v8/test/mjsunit/ |
D | debug-listbreakpoints.js | 154 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);
|
D | debug-breakpoints.js | 46 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);
|
D | debug-conditional-breakpoints.js | 150 bp2 = Debug.setBreakPoint(h, 0, 22, 'a % 2 == 0'); 156 assertEquals(5, Debug.findBreakPoint(bp2, false).hit_count()); 158 Debug.clearBreakPoint(bp2); 163 bp2 = Debug.setBreakPoint(h, 0, 22, '(a + 1) % 2 == 0'); 169 assertEquals(5, Debug.findBreakPoint(bp2, false).hit_count()); 171 Debug.clearBreakPoint(bp2);
|
D | debug-multiple-breakpoints.js | 61 bp2 = Debug.setBreakPoint(f); 71 Debug.clearBreakPoint(bp2); 81 bp2 = Debug.setBreakPoint(g); 84 Debug.clearBreakPoint(bp2);
|
D | debug-step.js | 36 var bp1, bp2; variable 46 if (bp2) { 47 Debug.clearBreakPoint(bp2);
|
D | debug-ignore-breakpoints.js | 62 bp2 = Debug.setBreakPoint(f); 68 Debug.changeBreakPointIgnoreCount(bp2, 4); 80 Debug.changeBreakPointIgnoreCount(bp2, 2);
|
D | debug-enable-disable-breakpoints.js | 67 bp2 = Debug.setBreakPoint(f); 72 Debug.disableBreakPoint(bp2); 83 Debug.enableBreakPoint(bp2);
|
D | debug-clearbreakpointgroup.js | 98 var bp2 = Debug.setScriptBreakPointById(scriptId, 1, null, null, groupId2); variable 120 assertEquals([bp2, bp3, bp5].sort(), breakpointNumbers.sort()); 125 Debug.clearBreakPoint(bp2);
|
/external/tcpdump/ |
D | print-frag6.c | 36 frag6_print(netdissect_options *ndo, register const u_char *bp, register const u_char *bp2) in frag6_print() argument 42 ip6 = (const struct ip6_hdr *)bp2; in frag6_print() 51 (long)(bp - bp2) - sizeof(struct ip6_frag))); in frag6_print() 56 (long)(bp - bp2) - sizeof(struct ip6_frag))); in frag6_print()
|
D | print-sunrpc.c | 170 register u_int length, register const u_char *bp2) in sunrpcrequest_print() argument 192 switch (IP_V((struct ip *)bp2)) { in sunrpcrequest_print() 194 ip = (struct ip *)bp2; in sunrpcrequest_print() 201 ip6 = (struct ip6_hdr *)bp2; in sunrpcrequest_print()
|
D | print-rt6.c | 40 rt6_print(netdissect_options *ndo, register const u_char *bp, const u_char *bp2 _U_) in rt6_print() 95 struct ip6_hdr *ip6 = (struct ip6_hdr *)bp2; in rt6_print()
|
D | print-esp.c | 548 const u_char *bp, const int length, const u_char *bp2 in esp_print() 618 ip = (struct ip *)bp2; in esp_print() 622 ip6 = (struct ip6_hdr *)bp2; in esp_print() 671 if (ep - bp2 < len) in esp_print() 673 if (ep - bp2 > len) { in esp_print() 675 ep = bp2 + len; in esp_print()
|
D | print-udp.c | 349 register const u_char *bp2, int fragmented) in udp_print() argument 363 ip = (struct ip *)bp2; in udp_print() 366 ip6 = (struct ip6_hdr *)bp2; in udp_print() 478 pgm_print(ndo, cp, length, bp2); in udp_print() 588 isakmp_print(ndo, (const u_char *)(up + 1), length, bp2); in udp_print() 590 isakmp_rfc3948_print(ndo, (const u_char *)(up + 1), length, bp2); in udp_print() 593 isakmp_print(ndo, (const u_char *)(up + 1), length, bp2); in udp_print()
|
D | print-vrrp.c | 107 register const u_char *bp2, int ttl) in vrrp_print() argument 150 uint16_t cksum = nextproto4_cksum(ndo, (struct ip *)bp2, bp, in vrrp_print()
|
D | print-isakmp.c | 645 const u_char *bp2, struct isakmp *base); 781 cookie_record(cookie_t *in, const u_char *bp2) in cookie_record() argument 795 ip = (struct ip *)bp2; in cookie_record() 804 ip6 = (struct ip6_hdr *)bp2; in cookie_record() 820 cookie_sidecheck(int i, const u_char *bp2, int initiator) in cookie_sidecheck() argument 827 ip = (struct ip *)bp2; in cookie_sidecheck() 844 ip6 = (struct ip6_hdr *)bp2; in cookie_sidecheck() 2652 const u_char *bp2, struct isakmp *base) in ikev1_print() argument 2674 if (bp2) in ikev1_print() 2675 cookie_record(&base->i_ck, bp2); in ikev1_print() [all …]
|
D | print-sctp.c | 496 const u_char *bp2, /* beginning of enclosing */ in sctp_print() argument 518 ip = (struct ip *)bp2; in sctp_print() 521 ip6 = (const struct ip6_hdr *)bp2; in sctp_print()
|
D | print-nfs.c | 334 register const u_char *bp2) in nfsreply_print() argument 352 print_nfsaddr(ndo, bp2, srcid, dstid); in nfsreply_print() 354 nfsreply_print_noaddr(ndo, bp, length, bp2); in nfsreply_print() 365 register const u_char *bp2) in nfsreply_print_noaddr() argument 383 if (xid_map_find(rp, bp2, &proc, &vers) >= 0) in nfsreply_print_noaddr() 533 register const u_char *bp2) in nfsreq_print_noaddr() argument 547 if (!xid_map_enter(ndo, rp, bp2)) /* record proc number for later on */ in nfsreq_print_noaddr()
|
D | print-pgm.c | 148 register const u_char *bp2) in pgm_print() argument 167 ip = (struct ip *)bp2; in pgm_print() 170 ip6 = (struct ip6_hdr *)bp2; in pgm_print()
|
D | print-tcp.c | 155 register const u_char *bp2, int fragmented) argument 172 ip = (struct ip *)bp2; 175 ip6 = (struct ip6_hdr *)bp2;
|
D | print-icmp.c | 329 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2, in icmp_print() argument 349 ip = (struct ip *)bp2; in icmp_print()
|
D | print-ip.c | 498 const u_char *bp2) in ip_print_inner() argument 502 ipd.ip = (const struct ip *)bp2; in ip_print_inner()
|
/external/boringssl/src/crypto/obj/ |
D | obj_xref.pl | 59 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]}; 61 return $ap2 - $bp2;
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-ldp.ll | 294 %bp2 = bitcast i64* %p2 to i8* 295 %bp2p1 = getelementptr inbounds i8, i8* %bp2, i64 1 317 %bp2 = bitcast i32* %p2 to i8* 318 %bp2p1 = getelementptr inbounds i8, i8* %bp2, i64 1
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; in icvCreateContourTree() local 210 &ap2, &bp2 )); in icvCreateContourTree() 359 bp2 = bp1; in icvCreateContourTree()
|