HomeSort by relevance Sort by last modified time
    Searched full:borrow (Results 51 - 75 of 183) sorted by null

1 23 4 5 6 7 8

  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 372 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 371 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
  /external/boringssl/src/crypto/bn/asm/
x86_64-mont.pl 260 lea (%rsp),$ap # borrow ap for tp
280 xor $np,$ap # ap = borrow?tp:rp
639 lea (%rsp),$ap # borrow ap for tp
941 mov $mi,$bptr # borrow $bptr
armv4-mont.pl 224 mov $ap,$tp @ "borrow" $ap
240 orr $ap,$ap,$np @ ap=borrow?tp:rp
x86_64-gcc.c 234 " subq %0,%0 \n" /* clear borrow */
  /external/dnsmasq/src/
lease.c 73 borrow DNS packet buffer which is always larger than 1000 bytes */
  /external/iproute2/tc/
q_cbq.c 242 } else if (matches(*argv, "borrow") == 0) {
  /external/libevent/
bufferevent_sock.c 398 * Here, we borrow the socket object's write handler to fall back
  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.td 133 def AMDGPUborrow : SDNode<"AMDGPUISD::BORROW", SDTIntBinOp, []>;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrVector.td 617 // Subtract compute borrow indication.
624 // Subtract with borrow indication.
627 // Subtract with borrow compute borrow indication.
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java 335 assert c == 0L : c; // borrow out of subtract
  /toolchain/binutils/binutils-2.25/gas/doc/
c-m32r.texi 215 so it assumes that a borrow will occur from the upper-16 bits. To
  /external/boringssl/src/crypto/aes/asm/
aesni-x86_64.pl 649 jnc .Lecb_enc_loop8 # loop if $len-=8*16 didn't borrow
786 jnc .Lecb_dec_loop8 # loop if $len-=8*16 didn't borrow
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 594 * <p>If a borrow occurs in the days field (in other words, if
595 * the computation needs to borrow 1 or -1 month to compensate
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /toolchain/binutils/binutils-2.25/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/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp 123 s = s & 0x00010000; // borrow to high word
124 r = r + s; // compensate for borrow from low word
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp 171 s = s & 0x00010000; // borrow to high word
172 r = r + s; // compensate for borrow from low word
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 358 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
  /external/boringssl/src/crypto/rc4/asm/
rc4-586.pl 317 &mov (&DWP(-4,$out),$idi); # borrow key->y
  /external/boringssl/src/crypto/sha/asm/
sha1-586.pl 627 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot
853 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot
    [all...]
  /external/kernel-headers/original/uapi/linux/
cdrom.h 43 * borrow the "Operation not supported" error from the network folks to
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixer.c 209 /* WOW requires a 32-bit buffer, borrow the mix buffer and
  /external/tcpdump/
print-ntp.c 402 if (ouf > uf) /* must borrow from high-order bits */
  /external/valgrind/VEX/priv/
guest_s390_helpers.c 979 "sr 0,%[op3]\n\t" /* borrow to cc */ \
    [all...]

Completed in 792 milliseconds

1 23 4 5 6 7 8