/external/openssl/crypto/modes/asm/ |
ghash-armv4.pl | 388 vsli.8 $Zo,$T,#1 @ compose the "carry" byte 391 vmull.p8 $R,$Zo,$mod @ "carry"·0xe1
|
/external/svox/pico/lib/ |
picodata.c | 712 /* instead of rounding, we carry the rest to the next state */ 752 /* instead of rounding, we carry the rest to the next state */ [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | [all...] |
host_arm_defs.h | 346 ARMalu_ADC, /* 32-bit add with carry */ 349 ARMalu_SBC, /* 32-bit subtract with carry */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_ver_quarter.s | 259 ADDS mb, mb, #16 ;// +16, Carry=0 524 ADDS mb, mb, #64 ;// set Carry=0
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
host.jd | 358 should create a new thread on which to carry out all data transmissions, so you don't block the 381 carry out this step in another thread to prevent blocking the main UI thread. For more
|
/frameworks/base/docs/html/training/basics/firstapp/ |
starting-activity.jd | 141 <p>An intent not only allows you to start another activity, but it can carry a bundle of data to the 158 <p>An {@link android.content.Intent} can carry a collection of various data types as key-value
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 64 // Here a carry 1 was generated 72 // Now, the carry/borrow can be absorbed
|
/ndk/docs/text/system/libc/ |
OVERVIEW.text | 18 All original BSD pieces carry the BSD copyright disclaimer. Bionic-specific 19 bits carry the Android Open Source Project copyright disclaimer. And
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 580 code[1] |= 1 << 26; // write carry 584 code[1] |= 1 << 16; // write carry 590 if (i->flagsSrc >= 0) // add carry 661 if (i->srcExists(2)) // carry [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 580 code[1] |= 1 << 26; // write carry 584 code[1] |= 1 << 16; // write carry 590 if (i->flagsSrc >= 0) // add carry 661 if (i->srcExists(2)) // carry [all...] |
/prebuilts/devtools/notices/ |
NOTICE.txt | 114 (b) You must cause any modified files to carry prominent notices 308 (b) You must cause any modified files to carry prominent notices [all...] |
/external/aac/libAACdec/src/ |
aacdec_hcrs.cpp | 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software 140 INT carry; local 284 /* transfare carry bit 0 from current word into bitposition 31 from next word and rotate current word */ 286 /* get carry (=bit at position 0) from current word */ 287 carry = pCodewordBitfield[bitfieldWord] & 1; 289 /* put the carry bit at position 31 into word right from current word */ 290 pCodewordBitfield[bitfieldWord+1] = pCodewordBitfield[bitfieldWord+1] | (carry << (NUMBER_OF_BIT_IN_WORD-1)); [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-arm.cc | 952 // Test instructions using the carry flag. 984 __ mov(r3, Operand(r1, ASR, 1), SetCC); // Set the carry. 990 __ mov(r3, Operand(r2, ASR, 1), SetCC); // Unset the carry. [all...] |
/external/iputils/ |
ping.c | 959 * back all the carry bits from the top 16 bits into the lower 972 * add back carry outs from top 16 bits to low 16 bits 975 sum += (sum >> 16); /* add carry */ [all...] |
/libcore/luni/src/main/java/java/lang/ |
Math.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 288 # carry additional information, it must subclass this exception in 300 # carry additional information, it must subclass this exception in 323 # carry additional information, it must subclass this exception in [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 288 # carry additional information, it must subclass this exception in 300 # carry additional information, it must subclass this exception in 323 # carry additional information, it must subclass this exception in [all...] |
/art/compiler/dex/quick/mips/ |
utility_mips.cc | 193 LOG(FATAL) << "No carry bit on MIPS";
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
strcmp.S | 385 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
/bionic/libc/arch-arm/krait/bionic/ |
strcmp.S | 384 (C==0 and Z==1) cannot happen because the carry bit is "not borrow". */
|
/build/tools/droiddoc/templates-ds/assets/ |
GPL-LICENSE.txt | 95 a) You must cause the modified files to carry prominent notices
|
/build/tools/droiddoc/templates-sac/assets/ |
GPL-LICENSE.txt | 95 a) You must cause the modified files to carry prominent notices
|
/build/tools/droiddoc/templates-sdk/assets/ |
GPL-LICENSE.txt | 95 a) You must cause the modified files to carry prominent notices
|
/cts/tests/tests/media/src/android/media/cts/ |
PresentationSyncTest.java | 331 // stutter, we don't carry it for the whole test.
|