| /external/swiftshader/third_party/marl/include/marl/ |
| D | pool.h | 274 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/ |
| D | SkExecutor.h | 30 virtual void borrow() {} in borrow() function
|
| /external/skia/include/core/ |
| D | SkExecutor.h | 33 virtual void borrow() {} in borrow() function
|
| /external/rust/crates/ring/crypto/limbs/ |
| D | limbs.c | 76 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
|
| D | limbs.inl | 130 Carry borrow = limb_sub(&r[0], a[0], b[0]); local
|
| /external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
| D | BnMath.c | 192 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/ |
| D | comment-cplus11-specific.cpp | 13 namespace borrow { namespace
|
| /external/clang/test/Index/ |
| D | comment-cplus11-specific.cpp | 13 namespace borrow { namespace
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
| D | mul.c | 77 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
|
| D | add.c | 242 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/ |
| D | mul.c | 77 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
|
| D | add.c | 242 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/ |
| D | unsafe_ref.rs | 95 fn borrow(&self) -> &T { in borrow() method
|
| /external/rust/crates/tokio/src/sync/ |
| D | watch.rs | 225 pub fn borrow(&self) -> Ref<'_, T> { in borrow() method 356 pub fn borrow(&self) -> Ref<'_, T> { in borrow() method
|
| /external/icu/icu4c/source/i18n/ |
| D | double-conversion-bignum.cpp | 234 Chunk borrow = 0; in SubtractBignum() local 703 Chunk borrow = 0; in PlusCompare() local 788 Chunk borrow = 0; in SubtractTimes() local
|
| /external/skqp/src/core/ |
| D | SkExecutor.cpp | 93 virtual void borrow() override { in borrow() function in SkThreadPool
|
| /external/skia/src/core/ |
| D | SkExecutor.cpp | 100 void borrow() override { in borrow() function in SkThreadPool
|
| /external/rust/crates/rusqlite/src/util/ |
| D | small_cstr.rs | 125 fn borrow(&self) -> &str { in borrow() method
|
| /external/boringssl/src/crypto/fipsmodule/ec/ |
| D | felem.c | 60 BN_ULONG borrow = in ec_felem_neg() local
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
| D | felem.c | 60 BN_ULONG borrow = in ec_felem_neg() local
|
| /external/python/cpython3/Modules/_decimal/libmpdec/ |
| D | basearith.c | 165 mpd_uint_t borrow = 0; in _mpd_basesub() local 196 mpd_uint_t borrow = 0; in _mpd_basesubfrom() local
|
| /external/rust/crates/lazycell/src/ |
| D | lib.rs | 116 pub fn borrow(&self) -> Option<&T> { in borrow() method 311 pub fn borrow(&self) -> Option<&T> { in borrow() method
|
| /external/python/cpython2/Python/ |
| D | dtoa.c | 929 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/ |
| D | cq.rs | 206 pub fn borrow(&self) -> Result<CompletionQueueRef<'_>> { in borrow() method
|
| /external/rust/crates/linked-hash-map/tests/ |
| D | test.rs | 378 fn borrow(&self) -> &Bar { &self.0 } in test_borrow() method
|