Home
last modified time | relevance | path

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

123

/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/skqp/include/core/
DSkExecutor.h30 virtual void borrow() {} in borrow() function
/external/skia/include/core/
DSkExecutor.h33 virtual void borrow() {} 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
Dlimbs.inl130 Carry borrow = limb_sub(&r[0], a[0], b[0]); 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/llvm-project/clang/test/Index/
Dcomment-cplus11-specific.cpp13 namespace borrow { namespace
/external/clang/test/Index/
Dcomment-cplus11-specific.cpp13 namespace borrow { namespace
/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/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/rust/crates/intrusive-collections/src/
Dunsafe_ref.rs95 fn borrow(&self) -> &T { in borrow() method
/external/rust/crates/tokio/src/sync/
Dwatch.rs225 pub fn borrow(&self) -> Ref<'_, T> { in borrow() method
356 pub fn borrow(&self) -> Ref<'_, T> { in borrow() method
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp234 Chunk borrow = 0; in SubtractBignum() local
703 Chunk borrow = 0; in PlusCompare() local
788 Chunk borrow = 0; in SubtractTimes() local
/external/skqp/src/core/
DSkExecutor.cpp93 virtual void borrow() override { in borrow() function in SkThreadPool
/external/skia/src/core/
DSkExecutor.cpp100 void borrow() override { in borrow() function in SkThreadPool
/external/rust/crates/rusqlite/src/util/
Dsmall_cstr.rs125 fn borrow(&self) -> &str { in borrow() method
/external/boringssl/src/crypto/fipsmodule/ec/
Dfelem.c60 BN_ULONG borrow = in ec_felem_neg() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dfelem.c60 BN_ULONG borrow = in ec_felem_neg() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dbasearith.c165 mpd_uint_t borrow = 0; in _mpd_basesub() local
196 mpd_uint_t borrow = 0; in _mpd_basesubfrom() local
/external/rust/crates/lazycell/src/
Dlib.rs116 pub fn borrow(&self) -> Option<&T> { in borrow() method
311 pub fn borrow(&self) -> Option<&T> { in borrow() method
/external/python/cpython2/Python/
Ddtoa.c929 ULLong borrow, y; in diff() local
931 ULong borrow, y; in diff() local
1238 ULLong borrow, carry, y, ys; in quorem() local
1240 ULong borrow, carry, y, ys; in quorem() local
/external/rust/crates/grpcio/src/
Dcq.rs206 pub fn borrow(&self) -> Result<CompletionQueueRef<'_>> { in borrow() method
/external/rust/crates/linked-hash-map/tests/
Dtest.rs378 fn borrow(&self) -> &Bar { &self.0 } in test_borrow() method

123