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

<<11121314151617181920>>

  /external/chromium_org/base/
command_line.h 43 // A constructor for CommandLines that only carry switches and arguments.
  /external/chromium_org/base/strings/
string16.h 21 // It's wasteful to use 4-byte wchar_t strings to carry UTF-16 data, and it's
  /external/chromium_org/chrome/browser/password_manager/
password_store_unittest.cc 208 // yet another task to notify us that it's safe to carry on with the test.
  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_data.cc 227 // do not carry an address.
  /external/chromium_org/chrome/renderer/extensions/
user_script_scheduler.cc 181 // to and carry on.
  /external/chromium_org/content/browser/
mach_broker_mac.mm 234 // TODO(rohitrao): These notifications do not always carry the proper PIDs,
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.cpp 103 // carry a new refCount of 1. The client expects this and will simply
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 99 // instance's behaviour for the kind of data it will carry.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 71 * Carry some useful information around with the vertices in the prim pipe.
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
ctr128.c 232 /* ... overflow was detected, propogate carry. */
  /external/dropbear/libtommath/mtest/
mtest.c 84 /* initial (2^n - 1)^2 testing, makes sure the comba multiplier works [it has the new carry code] */
  /external/libgsm/inc/
private.h 41 unsigned char frame_chain; /* half-byte to carry forward */
  /external/llvm/lib/Support/
regex2.h 101 * preliminary hooks for dealing with such things, we also carry along
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 36 /// Y = RRC X, rotate right via carry
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 71 * Carry some useful information around with the vertices in the prim pipe.
  /external/openssl/crypto/modes/
ctr128.c 232 /* ... overflow was detected, propogate carry. */
  /external/tcpdump/
print-ntp.c 265 if (uf > ouf) /* must carry into the high-order bits */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 241 ADDS mb, mb, #16 ;// +16, Carry=0
h264bsd_interpolate_hor_quarter.s 263 ADDS mb, mb, #16 ;// +16, Carry=0
  /frameworks/base/core/java/android/util/
EventLog.java 41 * They carry a payload of one or more int, long, or String values. The
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 47 For attributes in the subset, none of the values set for the target carry over
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 101 * preliminary hooks for dealing with such things, we also carry along
  /dalvik/vm/arch/arm/
CallEABI.S 206 @ indicate a pad in r2) and shifting the second into the carry flag.
207 @ If the carry is set, r3 will hold a pad, so we adjust argv less.
223 @ Get pad flag into carry bit. If it's set, we don't pull a value
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.m 296 if ( self.btNodes[i+1].numkeys > BTHNODESIZE+1 ) { /* carry from right */
304 if ( i > 0 ) { /* carry or merge with left node */
305 if ( self.btNodes[i-1].numkeys > BTHNODESIZE+1 ) { /* carry from left */
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 267 // as 9.999999 propagate a carry all the way, and change the
291 // carry until we hat a non-'9' or til we reach the first digit.
298 // Propagate a carry past the top place.
    [all...]

Completed in 832 milliseconds

<<11121314151617181920>>