Home
last modified time | relevance | path

Searched defs:borrow (Results 1 – 25 of 90) sorted by relevance

1234

/external/swiftshader/third_party/marl/include/marl/
Dpool.h274 typename BoundedPool<T, N, POLICY>::Loan BoundedPool<T, N, POLICY>::borrow() in borrow() function
283 void BoundedPool<T, N, POLICY>::borrow(size_t n, const F& f) const { in borrow() function
396 Loan<T> UnboundedPool<T, POLICY>::borrow() const { in borrow() function
404 inline void UnboundedPool<T, POLICY>::borrow(size_t n, const F& f) const { in borrow() function
/external/rust/crates/ring/crypto/limbs/
Dlimbs.c76 Carry borrow = limb_sub(&dummy, a[0], b[0]); in LIMBS_less_than() local
101 Carry borrow = in LIMBS_reduce_once() local
119 Carry borrow = limb_sub(&r[0], r[0], m[0] & overflow); in LIMBS_add_mod() local
147 Carry borrow = limb_sub(&r[0], r[0], m[0] & overflow); in LIMBS_shl_mod() local
/external/cronet/net/disk_cache/simple/
Dsimple_file_tracker_unittest.cc148 SimpleFileTracker::FileHandle borrow = file_tracker_.Acquire( in TEST_F() local
219 SimpleFileTracker::FileHandle borrow = file_tracker_.Acquire( in TEST_F() local
324 SimpleFileTracker::FileHandle borrow = file_tracker_.Acquire( in TEST_F() local
357 SimpleFileTracker::FileHandle borrow = file_tracker_.Acquire( in TEST_F() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnMath.c192 int borrow = 0; in SubSame() local
217 int borrow in BorrowProp()
236 int borrow; in BnSub() local
260 int borrow; in BnSubWord() local
/external/skia/include/core/
DSkExecutor.h33 virtual void borrow() {} in borrow() function
/external/rust/crates/tracing/src/
Dstdlib.rs31 pub(crate) mod borrow { module
/external/clang/test/Index/
Dcomment-cplus11-specific.cpp13 namespace borrow { namespace
/external/rust/crates/tracing-core/src/
Dstdlib.rs31 pub(crate) mod borrow { module
/external/rust/crates/num-bigint/src/biguint/
Dsubtraction.rs49 let mut borrow = 0; in sub2() localVariable
80 let mut borrow = 0; in __sub2rev() localVariable
96 let borrow = __sub2rev(a_lo, b_lo); in sub2rev() localVariable
Dshift.rs81 let mut borrow = 0; in biguint_shr2() localVariable
/external/rust/crates/tokio-util/src/codec/
Dframed_impl.rs99 fn borrow(&self) -> &ReadFrame { in borrow() method
109 fn borrow(&self) -> &WriteFrame { in borrow() method
/external/boringssl/src/crypto/fipsmodule/bn/
Dmul.c76 BN_ULONG borrow = bn_sub_words(tmp, a, b, num); in bn_abs_sub_words() local
132 BN_ULONG borrow = bn_sub_words(r, a, b, cl); in bn_sub_part_words() local
173 BN_ULONG borrow = bn_sub_part_words(tmp, a, b, cl, dl); in bn_abs_sub_part_words() local
Dadd.c242 BN_ULONG borrow = bn_sub_words(r->d, a->d, b->d, b_width); in bn_usub_consttime() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dmul.c77 BN_ULONG borrow = bn_sub_words(tmp, a, b, num); in bn_abs_sub_words() local
133 BN_ULONG borrow = bn_sub_words(r, a, b, cl); in bn_sub_part_words() local
174 BN_ULONG borrow = bn_sub_part_words(tmp, a, b, cl, dl); in bn_abs_sub_part_words() local
Dadd.c242 BN_ULONG borrow = bn_sub_words(r->d, a->d, b->d, b_width); in bn_usub_consttime() local
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
Dmul.c76 BN_ULONG borrow = bn_sub_words(tmp, a, b, num); in bn_abs_sub_words() local
132 BN_ULONG borrow = bn_sub_words(r, a, b, cl); in bn_sub_part_words() local
173 BN_ULONG borrow = bn_sub_part_words(tmp, a, b, cl, dl); in bn_abs_sub_part_words() local
Dadd.c242 BN_ULONG borrow = bn_sub_words(r->d, a->d, b->d, b_width); in bn_usub_consttime() local
/external/rust/crates/xml-rs/src/
Dattribute.rs58 pub fn borrow(&self) -> Attribute { in borrow() method
/external/cronet/third_party/icu/source/i18n/
Ddouble-conversion-bignum.cpp235 Chunk borrow = 0; in SubtractBignum() local
704 Chunk borrow = 0; in PlusCompare() local
789 Chunk borrow = 0; in SubtractTimes() local
/external/double-conversion/double-conversion/
Dbignum.cc221 Chunk borrow = 0; in SubtractBignum() local
690 Chunk borrow = 0; in PlusCompare() local
775 Chunk borrow = 0; in SubtractTimes() local
/external/cronet/base/third_party/double_conversion/double-conversion/
Dbignum.cc220 Chunk borrow = 0; in SubtractBignum() local
689 Chunk borrow = 0; in PlusCompare() local
774 Chunk borrow = 0; in SubtractTimes() local
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp235 Chunk borrow = 0; in SubtractBignum() local
704 Chunk borrow = 0; in PlusCompare() local
789 Chunk borrow = 0; in SubtractTimes() local
/external/rust/beto-rust/nearby/presence/array_view/src/
Dlib.rs96 fn borrow(&self) -> &[T] { in borrow() method
/external/rust/crates/intrusive-collections/src/
Dunsafe_ref.rs95 fn borrow(&self) -> &T { in borrow() method
/external/mbedtls/library/
Dbignum_mod_raw.c139 mbedtls_mpi_uint carry, borrow; in mbedtls_mpi_mod_raw_add() local

1234