Searched refs:tmpB (Results 1 – 10 of 10) sorted by relevance
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/filebuf.assign/ |
D | nonmember_swap_min.pass.cpp | 29 std::string tmpB = get_temp_file_name(); in main() local 32 std::ofstream sa(tmpA), sb(tmpB); in main() 43 assert(f2.open(tmpB, std::ios_base::in) != 0); in main() 59 std::remove(tmpB.c_str()); in main()
|
D | nonmember_swap.pass.cpp | 62 std::string tmpB = get_temp_file_name(); in main() local 66 std::ofstream sa(tmpA), sb(tmpB); in main() 73 assert(f2.open(tmpB, std::ios_base::in) != 0); in main() 83 std::remove(tmpB.c_str()); in main()
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.cc | 291 BigInteger tmpB(b); in divideWithRemainder() local 292 divideWithRemainder(tmpB, q); in divideWithRemainder()
|
D | BigUnsigned.cc | 398 BigUnsigned tmpB(b); in divideWithRemainder() local 399 divideWithRemainder(tmpB, q); in divideWithRemainder()
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 611 BUF_MEM *dataB, *tmpB; in PEM_read_bio() local 734 tmpB = headerB; in PEM_read_bio() 736 dataB = tmpB; in PEM_read_bio()
|
/external/cronet/third_party/boringssl/src/crypto/pem/ |
D | pem_lib.c | 611 BUF_MEM *dataB, *tmpB; in PEM_read_bio() local 734 tmpB = headerB; in PEM_read_bio() 736 dataB = tmpB; in PEM_read_bio()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/pem/ |
D | pem_lib.c | 596 BUF_MEM *dataB, *tmpB; in PEM_read_bio() local 713 tmpB = headerB; in PEM_read_bio() 715 dataB = tmpB; in PEM_read_bio()
|
/external/scapy/scapy/ |
D | utils6.py | 767 tmpB = inet_pton(socket.AF_INET6, b) 769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
|
/external/skia/src/core/ |
D | SkRegion.cpp | 1119 RunType tmpB[kRectRegionRuns]; in Oper() local 1123 const RunType* b_runs = rgnb->getRuns(tmpB, &b_intervals); in Oper()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 2478 …double tmpB = (((prod2A & 0xfffL) << 40) + (prod2B >>> 24)) / TWO_POWER_52 / TWO_POWER_52; // Low … in reducePayneHanek() local 2480 double sumA = tmpA + tmpB; in reducePayneHanek() 2481 double sumB = -(sumA - tmpA - tmpB); in reducePayneHanek()
|