| /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
| aes-s390x.pl | 1268 brc 4,.Lcbc_enc_tail # if borrow 1291 brc 4,.Lcbc_enc_tail # if borrow [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
| mips-mont.pl | 359 li $hi0,0 # clear borrow bit 383 or $ap,$ap,$bp # ap=borrow?tp:rp
|
| s390x.S | 289 jnz .Loop4_sub // borrow is incidentally cleared if branch taken 290 slgr %r2,%r2 // clear borrow
|
| modexp512-x86_64.pl | 571 # if there is a borrow: rbp = 0 572 # if there is no borrow: rbp = 1 591 # if rbp = 0, there was a borrow before, it is moved to the carry flag 592 # if rbp = 1, there was not a borrow before, carry flag is cleared [all...] |
| ppc-mont.pl | 303 or $ap,$ap,$np ; ap=borrow?tp:rp
|
| /external/iproute2/doc/actions/ |
| actions-general | 155 # next attempt to borrow b/width from a meter 161 # and then attempt to borrow from a meter used by all devices in the
|
| /external/llvm/lib/Target/PowerPC/ |
| PPCJITInfo.cpp | 452 // If the low part will have a carry (really a borrow) from the low 453 // 16-bits into the high 16, add a bit to borrow from.
|
| /external/openssl/crypto/aes/asm/ |
| aes-s390x.pl | 1268 brc 4,.Lcbc_enc_tail # if borrow 1291 brc 4,.Lcbc_enc_tail # if borrow [all...] |
| /external/openssl/crypto/bn/asm/ |
| armv4-mont.S | 138 mov r1,r4 @ "borrow" r1 154 orr r1,r1,r3 @ ap=borrow?tp:rp
|
| mips-mont.pl | 359 li $hi0,0 # clear borrow bit 383 or $ap,$ap,$bp # ap=borrow?tp:rp
|
| s390x.S | 289 jnz .Loop4_sub // borrow is incidentally cleared if branch taken 290 slgr %r2,%r2 // clear borrow
|
| modexp512-x86_64.pl | 571 # if there is a borrow: rbp = 0 572 # if there is no borrow: rbp = 1 591 # if rbp = 0, there was a borrow before, it is moved to the carry flag 592 # if rbp = 1, there was not a borrow before, carry flag is cleared [all...] |
| ppc-mont.pl | 303 or $ap,$ap,$np ; ap=borrow?tp:rp
|
| /libcore/luni/src/main/java/java/math/ |
| Logical.java | 70 // Here a borrow -1 was generated 72 // Now, the carry/borrow can be absorbed
|
| /external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
| bn_mul.c | 869 /* R[1]=t[3]+l[0]+r[0](+-)t[0] (have carry/borrow) 870 * R[2]=r[0]+t[3]+r[1](+-)t[1] (have carry/borrow) 871 * R[3]=r[1]+(carry/borrow)
|
| /external/openssl/crypto/bn/ |
| bn_mul.c | 869 /* R[1]=t[3]+l[0]+r[0](+-)t[0] (have carry/borrow) 870 * R[2]=r[0]+t[3]+r[1](+-)t[1] (have carry/borrow) 871 * R[3]=r[1]+(carry/borrow)
|
| /bionic/libc/arch-arm/cortex-a15/bionic/ |
| strcmp.S | 373 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
| /bionic/libc/arch-arm/krait/bionic/ |
| strcmp.S | 372 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
| /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
| sha1-586.pl | 494 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 707 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 937 &vmovdqa(&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot [all...] |
| /external/chromium_org/third_party/openssl/openssl/crypto/ |
| sparccpuid.S | 46 ! "negative" and "borrow" bits set in both %icc and %xcc.
|
| /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/openssl/crypto/sha/asm/ |
| sha1-586.pl | 494 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 707 &movdqa (&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot 937 &vmovdqa(&QWP(112-16,"esp"),@X[3]); # borrow last backtrace slot [all...] |
| /external/openssl/crypto/ |
| sparccpuid.S | 46 ! "negative" and "borrow" bits set in both %icc and %xcc.
|
| /packages/apps/Mms/src/com/android/mms/ui/ |
| MessageItem.java | 318 // Borrow the mBody to hold the URL of the message.
|