| /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
| mips-mont.S | 231 li $11,0 # clear borrow bit 255 or $5,$5,$6 # ap=borrow?tp:rp
|
| mips3-mont.pl | 274 li $hi0,0 # clear borrow bit 298 or $ap,$ap,$bp # ap=borrow?tp:rp
|
| s390x-mont.pl | 235 ahi $num,1 # restore $num, incidentally clears "borrow" 253 ogr $ap,$np # ap=borrow?tp:rp
|
| x86_64-mont5.pl | 294 lea (%rsp),$ap # borrow ap for tp 312 or $np,$ap # ap=borrow?tp:rp 743 lea (%rsp),$ap # borrow ap for tp 785 or $np,$ap # ap=borrow?tp:rp
|
| /external/openssl/crypto/bn/asm/ |
| mips-mont.S | 231 li $11,0 # clear borrow bit 255 or $5,$5,$6 # ap=borrow?tp:rp
|
| mips3-mont.pl | 274 li $hi0,0 # clear borrow bit 298 or $ap,$ap,$bp # ap=borrow?tp:rp
|
| s390x-mont.pl | 235 ahi $num,1 # restore $num, incidentally clears "borrow" 253 ogr $ap,$np # ap=borrow?tp:rp
|
| x86_64-mont5.pl | 294 lea (%rsp),$ap # borrow ap for tp 312 or $np,$ap # ap=borrow?tp:rp 743 lea (%rsp),$ap # borrow ap for tp 785 or $np,$ap # ap=borrow?tp:rp
|
| /external/android-clat/ |
| checksum.c | 141 return ~(folded_sum - folded_old - 1); // end-around borrow
|
| /system/core/include/mincrypt/ |
| p256.h | 111 // Returns -1 on borrow.
|
| /external/valgrind/main/VEX/priv/ |
| guest_s390_defs.h | 188 | S390_CC_OP_UNSIGNED_SUBB_32 | Z left operand | Z right operand | Z borrow in | 189 | S390_CC_OP_UNSIGNED_SUBB_64 | Z left operand | Z right operand | Z borrow in |
|
| /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);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wrapper/ |
| wrapper_sw_winsys.c | 42 * We must borrow the whole stack because only the pipe screen knows how
|
| /external/chromium_org/third_party/skia/src/fonts/ |
| SkFontMgr_fontconfig.cpp | 58 // borrow this global from SkFontHost_fontconfig. eventually that file should
|
| /external/mesa3d/src/gallium/winsys/sw/wrapper/ |
| wrapper_sw_winsys.c | 42 * We must borrow the whole stack because only the pipe screen knows how
|
| /external/skia/src/fonts/ |
| SkFontMgr_fontconfig.cpp | 58 // borrow this global from SkFontHost_fontconfig. eventually that file should
|
| /external/tcpdump/ |
| print-ntp.c | 279 if (ouf > uf) /* must borrow from high-order bits */
|
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| HexagonPLT.cpp | 172 // We need to borrow the same relocation code to fix the relocation
|
| /system/core/libnetutils/ |
| packet.c | 217 * Since we don't need the IP header anymore, we "borrow" it
|
| /external/bluetooth/bluedroid/hci/src/ |
| hci_h4.c | 485 /* borrow HCI_ACL_PREAMBLE_SIZE bytes from the payload section */ 626 /* remember layer_specific because uart borrow 679 /* remember layer_specific because uart borrow [all...] |
| /external/iproute2/examples/ |
| cbq.init-v0.7.3 | 116 # to borrow bandwidth from their parents. 260 # to "no". To allow the class to borrow bandwith (provided it is not 269 # If set to "yes", the class is not allowed to borrow bandwidth from 271 # will be allowed to borrow bandwidth from its parent. 274 # have TBF attached to itself and will not be able to borrow unused [all...] |
| /external/chromium_org/base/ |
| tools_sanity_unittest.cc | 47 // the borrow flag if the condition is just `*ptr == '\0'`.
|
| /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
| SimpleFontDataSkia.cpp | 108 // To avoid that, borrow 1 unit from the ascent when possible.
|
| /external/iproute2/tc/ |
| q_htb.c | 40 " rate rate allocated to this class (class can still borrow)\n"
|
| /external/valgrind/main/docs/internals/ |
| s390-opcodes.csv | 504 slbgr,"subtract logical with borrow 64",implemented, 509 slbr,"subtract logical with borrow 32",implemented, 525 slbg,"subtract logical with borrow 64",implemented, 531 slb,"subtract logical with borrow 32",implemented, [all...] |