Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c120 ULLong borrow, carry, y, ys; local
122 ULong borrow, carry, y, ys; local
H A Dmisc.c563 ULLong borrow, y; local
565 ULong borrow, y; local
H A Dstrtodg.c103 ULong borrow = 1, y; local
/aosp12/frameworks/base/tools/aapt2/
H A DStringPool.cpp190 Entry* borrow = entry.get(); in MakeRefImpl() local
217 StyleEntry* borrow = entry.get(); in MakeRef() local
232 StyleEntry* borrow = entry.get(); in MakeRef() local
/aosp12/system/bt/stack/smp/
H A Dp_256_multprecision.cc96 uint32_t borrow; in multiprecision_sub() local
168 uint32_t borrow; in multiprecision_sub_mod() local
/aosp12/system/bt/gd/security/ecc/
H A Dmultprecision.cc101 uint32_t borrow; in multiprecision_sub() local
167 uint32_t borrow; in multiprecision_sub_mod() local
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dbiginteger.h194 Type borrow = 0; in Difference() local
/aosp12/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h173 FenceHandle<pdx::BorrowedHandle> borrow() const { in borrow() function
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dbinder.rs288 fn borrow(&self) -> &I { in borrow() method