Home
last modified time | relevance | path

Searched defs:borrow (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/include/core/
H A DSkExecutor.h33 virtual void borrow() {} in borrow() function in SkExecutor
/third_party/node/deps/v8/src/bigint/
H A Dvector-arithmetic.cc64 digit_t borrow = 0; in Subtract() local
86 digit_t borrow = 0; SubtractAndReturnBorrow() local
131 digit_t borrow = 1; SubtractOne() local
[all...]
H A Dvector-arithmetic.h34 digit_t borrow = y; in Subtract() local
H A Ddiv-burnikel.cc150 digit_t borrow = SubtractAndReturnBorrow(R, R, D); in D3n2n() local
H A Dmul-karatsuba.cc73 digit_t borrow = 0; in KaratsubaSubtractionHelper() local
H A Ddigit-arithmetic.h52 inline digit_t digit_sub(digit_t a, digit_t b, digit_t* borrow) { in digit_sub() argument
H A Ddiv-barrett.cc48 digit_t borrow = 0; in InvertBasecase() local
152 digit_t borrow = SubtractAndReturnBorrow(Z, W, U); in InvertNewton() local
164 digit_t borrow = SubtractAndReturnBorrow(Z, W_part, U_part); in InvertNewton() local
[all...]
H A Dbitwise.cc45 digit_t borrow = 1; in BitwiseAnd_PosNeg() local
82 digit_t borrow = 1; in BitwiseOr_PosNeg() local
125 digit_t borrow in BitwiseXor_PosNeg() local
249 digit_t borrow = 0; TruncateAndSubFromPowerOfTwo() local
[all...]
/third_party/rust/crates/foreign-types/foreign-types/src/
H A Dlib.rs286 fn borrow(&self) -> &$borrowed { in borrow() functions
/third_party/rust/crates/clap/src/util/
H A Did.rs109 fn borrow(&self) -> &str { in borrow() functions
/kernel/linux/linux-6.6/rust/alloc/
H A Dlib.rs245 pub mod borrow; modules
H A Dslice.rs775 fn borrow(&self) -> &[T] { borrow() functions
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_add.c128 BN_ULONG t1, t2, borrow, *rp; in BN_usub() local
H A Dbn_mod.c141 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
/third_party/openssl/crypto/bn/
H A Dbn_add.c128 BN_ULONG t1, t2, borrow, *rp; in BN_usub() local
H A Dbn_mod.c136 BN_ULONG borrow, carry, ta, tb, mask, *rp; in bn_mod_sub_fixed_top() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmacros.rs245 fn borrow(&self) -> &$borrowed<T> { in borrow() functions
/third_party/rust/crates/clap/src/builder/
H A Dos_str.rs179 fn borrow(&self) -> &std::ffi::OsStr { in borrow() functions
H A Dstr.rs150 fn borrow(&self) -> &str { in borrow() functions
/third_party/mbedtls/library/
H A Dbignum_mod_raw.c184 mbedtls_mpi_uint carry, borrow; in mbedtls_mpi_mod_raw_add() local
272 mbedtls_mpi_uint borrow = mbedtls_mpi_core_sub(X, X, N->p, N->limbs); in mbedtls_mpi_mod_raw_neg() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dscalar.c55 c448_word_t borrow; in sc_subx() local
/third_party/openssl/crypto/ec/curve448/
H A Dscalar.c55 c448_word_t borrow; in sc_subx() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.c165 mpd_uint_t borrow = 0; in _mpd_basesub() local
196 mpd_uint_t borrow = 0; _mpd_basesubfrom() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h274 typename BoundedPool<T, N, POLICY>::Loan BoundedPool<T, N, POLICY>::borrow() in borrow() function in marl::BoundedPool
283 void BoundedPool<T, N, POLICY>::borrow(size_ function in marl::BoundedPool
396 Loan<T> UnboundedPool<T, POLICY>::borrow() const { borrow() function in marl::UnboundedPool
404 inline void UnboundedPool<T, POLICY>::borrow(size_t n, const F& f) const { borrow() function in marl::UnboundedPool
[all...]
/kernel/linux/linux-6.6/rust/kernel/
H A Dtypes.rs38 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow() functions
58 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> &'a T { in borrow() functions
80 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow() functions

Completed in 14 milliseconds

123