HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 201 - 225 of 1567) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/base/
sys_string_conversions_mac.mm 115 // when strings don't carry BOMs, as they typically won't.
  /external/chromium/chrome/browser/net/
ssl_config_service_manager_pref.cc 36 // This method is posted to the IO thread from the browser thread to carry the
  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 351 // task to notify us that it's safe to carry on with the test.
470 // task to notify us that it's safe to carry on with the test.
552 // yet another task to notify us that it's safe to carry on with the test.
636 // carry on with the test.
  /external/chromium/net/disk_cache/
mem_entry_impl.h 29 // A child entry is used to carry partial cache content, non-sparse methods like
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 96 // instance's behaviour for the kind of data it will carry.
  /external/kernel-headers/original/linux/
mempolicy.h 119 * carry the policy. As a special twist the pseudo mm is indexed in pages, not
  /external/markdown/markdown/extensions/
wikilinks.py 54 MetaData should not carry over to next document:
  /external/openssl/crypto/asn1/
a_verify.c 160 /* 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/quake/quake/src/WinQuake/data/
ORDER.TXT 23 which local stores carry Quake and other id products, contact the
  /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
  /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/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 40 * 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
  /sdk/rule_api/src/com/android/ide/common/api/
DropFeedback.java 32 * User data that the rule can use in any way it wants to carry state from one
  /system/core/adb/
OVERVIEW.TXT 136 Each transport can carry one or more multiplexed streams between clients

Completed in 2713 milliseconds

1 2 3 4 5 6 7 891011>>