HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 301 - 325 of 2018) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 44 // Unless attributed, typedefs carry no calling convention and use the default
  /external/freetype/src/sfnt/
pngshim.c 305 /* Humm, this smells. Carry on though. */
  /external/kernel-headers/original/linux/
mempolicy.h 119 * carry the policy. As a special twist the pseudo mm is indexed in pages, not
  /external/libvorbis/include/vorbis/
codec.h 34 Combinations of the three values carry the following implications:
  /external/llvm/docs/
MarkedUpDisassembly.rst 23 not carry semantics beyond "this text has an annotation," so consumers can
  /external/markdown/markdown/extensions/
wikilinks.py 54 MetaData should not carry over to next document:
  /external/mockito/src/org/mockito/plugins/
MockMaker.java 46 * <li>Your proxy object should carry the {@code handler} with it. For example, if you generate byte code
  /external/openssl/crypto/asn1/
a_verify.c 166 /* Return value of 2 means carry on, anything else means we
  /external/openssl/crypto/bn/asm/
ppc.pl 302 addze r9,r0 # catch carry if any.
303 # r9= r0(=0) and carry
    [all...]
  /external/proguard/src/proguard/
GPL.java 53 System.out.println("must ensure that these programs carry the GNU General Public License as well.");
  /external/qemu/hw/
ne2000.c 184 int carry, i, j; local
191 carry = ((crc & 0x80000000L) ? 1 : 0) ^ (b & 0x01);
194 if (carry)
195 crc = ((crc ^ POLYNOMIAL) | carry);
  /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/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 86 // 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/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 219 // carry on
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 35 * A simple container used to carry information in VpnBuilder, VpnDialogs,
  /frameworks/base/services/java/com/android/server/
EntropyMixer.java 45 * this effect, it's helpful to carry the entropy pool information across
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 74 if nextdigit >= '5': # Hard case: increment last digit, may have carry!

Completed in 1474 milliseconds

<<11121314151617181920>>