/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
longobject.c | 1234 digit borrow = 0; local 2469 digit borrow = 0; local [all...] |
/external/python/cpython2/Objects/ |
longobject.c | 1236 digit borrow = 0; local 2471 digit borrow = 0; local [all...] |
/external/iproute2/man/man8/ |
tc-cbq.8 | 145 Classes by default borrow bandwidth from their siblings. A class can be 273 Signifies that this class will not borrow bandwidth from its siblings. 276 Means that this class will not borrow bandwidth to its siblings
|
/external/vulkan-validation-layers/libs/glm/detail/ |
func_integer.hpp | 64 /// otherwise. The value borrow is set to 0 if x >= y, or to 1 otherwise. 74 genUType & borrow);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FolderDisplayer.java | 149 // What we can take from others is the minimum of the width we need to borrow 150 // and the width we are allowed to borrow.
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/ |
func_integer.hpp | 64 /// otherwise. The value borrow is set to 0 if x >= y, or to 1 otherwise. 74 genUType & borrow);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
APInt.cpp | 208 /// @returns the borrow out of the subtraction 214 y = 1; // We have to "borrow 1" from next "digit" 216 y = 0; // No need to borrow 261 /// @returns returns the borrow out. 265 bool borrow = false; 267 uint64_t x_tmp = borrow ? x[i] - 1 : x[i]; 268 borrow = y[i] > x_tmp || (borrow && x[i] == 0); 271 return borrow; [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
strtodg.c | 115 ULong borrow = 1, y;
local 131 y = *x - borrow;
132 borrow = (y & 0x10000) >> 16;
134 } while(borrow && x < xe);
|
/external/android-clat/ |
checksum.c | 140 return ~(folded_sum - folded_old - 1); // end-around borrow
|
/external/libconstrainedcrypto/include/constrainedcrypto/ |
p256.h | 111 // Returns -1 on borrow.
|
/external/llvm/lib/Target/Lanai/ |
LanaiISelLowering.h | 47 // SUBBF - Subtract with borrow that sets flags.
|
/external/mesa3d/src/compiler/glsl/ |
ir_builder.h | 139 ir_expression *borrow(operand a, operand b);
|
/external/toybox/toys/lsb/ |
umount.c | 41 // borrow df code to identify filesystem?
|
/external/v8/src/heap/ |
mark-compact-inl.h | 150 // One word filler objects do not borrow the second mark bit. We have
|
/external/boringssl/ios-aarch64/crypto/fipsmodule/ |
armv8-mont.S | 167 subs x21,x5,#8 // j=num-1 and clear borrow 178 sbcs x19,x19,xzr // did it borrow? 188 csel x14,x23,x8,lo // did it borrow? 878 sbcs xzr,x30,xzr // did it borrow? 937 sbcs x28,x28,xzr // did it borrow? 1332 sbcs xzr,x30,xzr // did it borrow? 1381 sbcs xzr,x0,xzr // did it borrow?
|
/external/boringssl/linux-aarch64/crypto/fipsmodule/ |
armv8-mont.S | 168 subs x21,x5,#8 // j=num-1 and clear borrow 179 sbcs x19,x19,xzr // did it borrow? 189 csel x14,x23,x8,lo // did it borrow? 879 sbcs xzr,x30,xzr // did it borrow? 938 sbcs x28,x28,xzr // did it borrow? 1333 sbcs xzr,x30,xzr // did it borrow? 1382 sbcs xzr,x0,xzr // did it borrow?
|
/external/python/cpython3/Objects/ |
longobject.c | 1473 digit borrow = 0; local 3053 digit borrow = 0; local [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
s390-opc.txt | 521 b989 slbgr RRE_RR "subtract logical with borrow 64" z900 zarch 526 b999 slbr RRE_RR "subtract logical with borrow 32" z900 esa,zarch 542 e30000000089 slbg RXE_RRRD "subtract logical with borrow 64" z900 zarch 548 e30000000099 slb RXE_RRRD "subtract logical with borrow 32" z900 esa,zarch [all...] |
/external/python/cpython3/Python/ |
dtoa.c | 877 ULLong borrow, y; local 907 borrow = 0; 909 y = (ULLong)*xa++ - *xb++ - borrow; 910 borrow = y >> 32 & (ULong)1; 915 y = *xa++ - borrow; 916 borrow = y >> 32 & (ULong)1; 1163 ULLong borrow, carry, y, ys; local 1182 borrow = 0; 1187 y = *bx - (ys & FFFFFFFF) - borrow; 1188 borrow = y >> 32 & (ULong)1 [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/ |
MemDetect.c | 443 // We expect any other PEIMs that "borrow" memory similarly to CpuMpPei to
447 // looking for an area to borrow.
|
/external/tensorflow/tensorflow/core/kernels/ |
mkl_input_conversion_op.cc | 198 // ** Temporarily borrow the layout from the MKL input ** 430 // ** Temporarily borrow the layout from the MKL input **
|
/external/valgrind/VEX/priv/ |
guest_s390_defs.h | 189 | S390_CC_OP_UNSIGNED_SUBB_32 | Z left operand | Z right operand | Z borrow in | 190 | S390_CC_OP_UNSIGNED_SUBB_64 | Z left operand | Z right operand | Z borrow in |
|
/frameworks/native/services/vr/bufferhubd/ |
producer_channel.cpp | 241 buffer_state_bit, acquire_fence_fd_.Borrow(), release_fence_fd_.Borrow()};
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
c-d30v.texi | 249 Same as flag 7 (carry/borrow flag) 251 Same as flag 7 (carry/borrow flag)
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtodg.c | 103 ULong borrow = 1, y; local 119 y = *x - borrow; 120 borrow = (y & 0x10000) >> 16; 122 } while(borrow && x < xe);
|