/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 107 @ carry overflow from fraction to integer portion
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_noloop_gnu.s | 107 @ carry overflow from fraction to integer portion
|
/external/srec/srec/Semproc/include/ |
SR_ExpressionParser.h | 145 * Pointer to the current function to carry out in this expression (only one per expression !!!)
|
/external/valgrind/main/VEX/pub/ |
libvex_emwarn.h | 53 carry a valid value from any amount of time after the jump.
|
/external/valgrind/main/none/tests/x86/ |
bt_literal.c | 10 carry flag. Returned result has mashed bits 0-3 at the bottom and
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
parseConst.cpp | 10 // Use this class to carry along data from node to node in
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
ParseOptions.java | 32 /** Do not carry run the XMPNormalizer on a packet, leave it as it is. */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastcodemb.cpp | 552 tmp = tmp ^ cur2; /* (^)^(-) last bit is one if carry */ 555 tmp = (tmp << 8) - tmp; /* carry borrowed bytes are marked with 0x1FE */ 561 tmp = tmp ^ cur1; /* (^)^(-) last bit is one if carry */ 564 tmp = (tmp << 8) - tmp; /* carry borrowed bytes are marked with 0x1FE */
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.h | 82 // is expected to be available to carry out
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 294 TEQ TotalCoeff, #0 ;// Preserves carry
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_DecodeCoeffsToPair_s.s | 294 TEQ TotalCoeff, #0 ;// Preserves carry
|
/frameworks/base/services/java/com/android/server/ |
EntropyMixer.java | 45 * this effect, it's helpful to carry the entropy pool information across
|
/packages/apps/Email/res/layout/ |
message_view_fragment.xml | 156 <!-- TODO: remove these useless scroll views. They are carry-over
|
/system/core/adb/ |
OVERVIEW.TXT | 136 Each transport can carry one or more multiplexed streams between clients
|
/external/openssl/crypto/bn/ |
bn_mul.c | 516 /* Might have a carry */ 523 * c1 holds the carry bits 692 /* Might have a carry */ 699 * c1 holds the carry bits 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/llvm/include/llvm/ADT/ |
APInt.h | [all...] |
/external/openssl/crypto/bn/asm/ |
modexp512-x86_64.pl | 446 # check for carry ;; carry stored in rax 534 #accumulate the final carry to rbp 555 # if there is a carry: rsi = 0xFFFFFFFFFFFFFFFF 556 # if carry is clear: rsi = 0x0000000000000000 559 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m 585 # if carry is clear, subtract 0. Otherwise, subtract 256 bits of m 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 1337 # if Carry is clear, replace result with differenc [all...] |
/external/valgrind/main/coregrind/ |
m_syscall.c | 52 unlike most Unices, which use the condition codes' carry flag. 454 * UNIX: the carry flag indicates success or failure 466 // error indicated by carry flag: clear=good, set=bad 520 * UNIX: the carry flag indicates success or failure 533 // error indicated by carry flag: clear=good, set=bad
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeInstrInfo.td | 349 let Defs = [CARRY] in { 352 let Uses = [CARRY] in { 357 let Uses = [CARRY] in { 368 let Defs = [CARRY] in { 371 let Uses = [CARRY] in { 376 let Uses = [CARRY] in { 420 let Defs = [CARRY] in { 424 let Uses = [CARRY] in { 430 let Uses = [CARRY] in { 455 let Defs = [CARRY] in [all...] |
/external/openssl/crypto/aes/asm/ |
aesni-x86_64.pl | [all...] |
/external/libxml2/ |
xmlschemastypes.c | 3556 long carry, mon, day; local 3753 long carry, tempdays, temp; local [all...] |
/external/bluetooth/bluedroid/stack/include/ |
gap_api.h | 252 ** GAP_ERR_PROCESSING if not enough resources to carry out request 389 ** GAP_ERR_PROCESSING if not enough resources to carry out request [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
GCMBlockCipher.java | 337 * Then we carry this difference forward by multiplying by H^c, where c is the number of (full or 365 // Carry the difference forward
|
/external/freetype/include/freetype/config/ |
ftconfig.h | 324 adc t, t, #0 /* t += carry */ 354 "adc %2, %2, #0\n\t" /* %2 += carry */
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 32 HS, // Carry set >, ==, or unordered 33 LO, // Carry clear Less than
|