HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 901 - 925 of 1681) sorted by null

<<31323334353637383940>>

  /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/system/libc/
OVERVIEW.html 18 All original BSD pieces carry the BSD copyright disclaimer. Bionic-specific
19 bits carry the Android Open Source Project copyright disclaimer. And
  /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...]
aacdec_hcr_bit.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
aacdec_pns.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
aacdec_tns.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
channel.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
channelinfo.h 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
  /external/ping/
ping.c 879 * back all the carry bits from the top 16 bits into the lower
892 * add back carry outs from top 16 bits to low 16 bits
895 sum += (sum >> 16); /* add carry */
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java     [all...]
  /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". */
  /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
  /dalvik/
NOTICE 115 (b) You must cause any modified files to carry prominent notices
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 429 * over it entirely. Set endBB so we don't carry this along as
  /dalvik/vm/compiler/codegen/mips/
GlobalOptimizations.cpp 234 /* carry on searching from here */
  /external/aac/libAACenc/src/
aacenc_pns.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
band_nrg.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
ms_stereo.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
pnsparam.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
quantize.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software
transform.cpp 48 Your modified versions of the FDK AAC Codec must carry prominent notices stating that you changed the software

Completed in 1559 milliseconds

<<31323334353637383940>>