| /external/openssl/crypto/bn/asm/ |
| armv4-mont.pl | 207 mov $ap,$tp @ "borrow" $ap 223 orr $ap,$ap,$np @ ap=borrow?tp:rp
|
| x86_64-mont.pl | 234 lea (%rsp),$ap # borrow ap for tp 252 or $np,$ap # ap=borrow?tp:rp 608 lea (%rsp),$ap # borrow ap for tp 650 or $np,$ap # ap=borrow?tp:rp 1458 or $nptr,$tptr # tp=borrow?tp:rp [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...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
| x86_64-mont.pl | 234 lea (%rsp),$ap # borrow ap for tp 252 or $np,$ap # ap=borrow?tp:rp 608 lea (%rsp),$ap # borrow ap for tp 650 or $np,$ap # ap=borrow?tp:rp 1458 or $nptr,$tptr # tp=borrow?tp:rp [all...] |
| parisc-mont.pl | 502 sub %r0,%r0,%r0 ; clear borrow 848 sub %r0,%r0,%r0 ; clear borrow
|
| /bionic/libc/arch-arm/cortex-a9/bionic/ |
| strcmp.S | 359 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
| /external/bluetooth/bluedroid/hci/src/ |
| hci_mct.c | 481 /* borrow HCI_ACL_PREAMBLE_SIZE bytes from the payload section */ [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/dso/ |
| dso.h | 279 /* This method is the default, but will beg, borrow, or steal whatever
|
| /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
| rc4-586.pl | 313 &mov (&DWP(-4,$out),$idi); # borrow key->y
|
| /external/chromium_org/third_party/openssl/openssl/include/openssl/ |
| dso.h | 279 /* This method is the default, but will beg, borrow, or steal whatever
|
| /external/kernel-headers/original/uapi/linux/ |
| cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
| /external/openssl/crypto/dso/ |
| dso.h | 279 /* This method is the default, but will beg, borrow, or steal whatever
|
| /external/openssl/crypto/rc4/asm/ |
| rc4-586.pl | 313 &mov (&DWP(-4,$out),$idi); # borrow key->y
|
| /external/openssl/include/openssl/ |
| dso.h | 279 /* This method is the default, but will beg, borrow, or steal whatever
|
| /external/sonivox/arm-fm-22k/lib_src/ |
| eas_mixer.c | 209 /* WOW requires a 32-bit buffer, borrow the mix buffer and
|
| /external/sonivox/arm-hybrid-22k/lib_src/ |
| eas_mixer.c | 209 /* WOW requires a 32-bit buffer, borrow the mix buffer and
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_mixer.c | 209 /* WOW requires a 32-bit buffer, borrow the mix buffer and
|
| /external/valgrind/main/VEX/priv/ |
| guest_s390_helpers.c | 977 "sr 0,%[op3]\n\t" /* borrow to cc */ \ [all...] |
| host_mips_isel.c | 2400 HReg xLo, xHi, yLo, yHi, borrow; local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
| BigIntegerDivideTest.java | 298 * Verifies the case when borrow != 0 in the private divide method.
|
| BigIntegerSubtractTest.java | 528 * Subtract two numbers so that borrow is 1.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
| cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
| cdrom.h | 43 * borrow the "Operation not supported" error from the network folks to
|
| /external/llvm/lib/Support/ |
| APFloat.cpp | 897 /* Subtract the significand of the RHS with a borrow flag. Returns 898 the borrow flag. */ 900 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) 909 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, [all...] |