Home
last modified time | relevance | path

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/
Dnonmember_swap_min.pass.cpp29 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()
Dnonmember_swap.pass.cpp62 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/
DBigInteger.cc291 BigInteger tmpB(b); in divideWithRemainder() local
292 divideWithRemainder(tmpB, q); in divideWithRemainder()
DBigUnsigned.cc398 BigUnsigned tmpB(b); in divideWithRemainder() local
399 divideWithRemainder(tmpB, q); in divideWithRemainder()
/external/boringssl/src/crypto/pem/
Dpem_lib.c611 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/
Dpem_lib.c611 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/
Dpem_lib.c596 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/
Dutils6.py767 tmpB = inet_pton(socket.AF_INET6, b)
769 mbits = matching_bits(orb(tmpA[i]), orb(tmpB[i]))
/external/skia/src/core/
DSkRegion.cpp1119 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/
DFastMath.java2478 …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()