HomeSort by relevance Sort by last modified time
    Searched full:amount (Results 26 - 50 of 2719) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/
loongson.h 463 psllh_u (uint16x4_t s, uint8_t amount)
465 return __builtin_loongson_psllh_u (s, amount);
469 psllh_s (int16x4_t s, uint8_t amount)
471 return __builtin_loongson_psllh_s (s, amount);
475 psllw_u (uint32x2_t s, uint8_t amount)
477 return __builtin_loongson_psllw_u (s, amount);
481 psllw_s (int32x2_t s, uint8_t amount)
483 return __builtin_loongson_psllw_s (s, amount);
488 psrlh_u (uint16x4_t s, uint8_t amount)
490 return __builtin_loongson_psrlh_u (s, amount);
    [all...]
  /external/valgrind/main/none/tests/x86/
shift_ndep.c 7 shift when the shift amount happens to be zero. */
14 CC_NDEP. Then we left shift %x by a variable amount that happens
21 the shift amount were non-zero), this will be interpeted as
  /external/bluetooth/bluez/doc/
assigned-numbers.txt 4 Since there are a limited amount of possible RFCOMM channels (1-31)
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
JoyInput.java 52 * the given amount.
55 * @param amount Rumble amount. Should be between 0 and 1.
57 public void setJoyRumble(int joyId, float amount);
Joystick.java 39 * Rumbles the joystick for the given amount/magnitude.
41 * @param amount The amount to rumble. Should be between 0 and 1.
43 public void rumble(float amount){
44 joyInput.setJoyRumble(joyId, amount);
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c 38 /* The value of K controls the amount of compression and as a side effect the amount */
39 /* distortion introduced. The amount of compression is signal dependent and the values */
90 * harmonic distortion. The amount of compression is control by the
  /system/core/libpixelflinger/tinyutils/
VectorImpl.cpp 245 ssize_t amount = new_capacity - size();
246 if (amount <= 0) {
273 void* VectorImpl::_grow(size_t where, size_t amount)
275 // ALOGV("_grow(this=%p, where=%d, amount=%d) count=%d, capacity=%d",
276 // this, (int)where, (int)amount, (int)mCount, (int)capacity());
281 const size_t new_size = mCount + amount;
302 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize;
313 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize;
318 mCount += amount;
323 void VectorImpl::_shrink(size_t where, size_t amount)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Surface.java 28 private int uSegments; //the amount of U segments
29 private int vSegments; //the amount of V segments
35 * @param uSegments the amount of U segments
36 * @param vSegments the amount of V segments
62 * @param uSegments the amount of U segments
63 * @param vSegments the amount of V segments
147 * This method returns the amount of U control points.
148 * @return the amount of U control points
155 * This method returns the amount of V control points.
156 * @return the amount of V control points
    [all...]
  /external/icu4c/i18n/
tmutamt.cpp 24 TimeUnitAmount::TimeUnitAmount(double amount,
27 : Measure(Formattable(amount),
  /external/libvpx/
y4minput.h 45 /*The amount to read directly into the converted frame buffer.*/
49 /*The amount to read into the auxilliary buffer.*/
  /external/zlib/contrib/puff/
puff.h 33 unsigned long *destlen, /* amount of output space */
35 unsigned long *sourcelen); /* amount of input available */
  /frameworks/base/graphics/java/android/graphics/
EmbossMaskFilter.java 24 * @param ambient 0...1 amount of ambient light
26 * @param blurRadius amount to blur before applying lighting (e.g. 3)
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
MockFutureListener.java 54 * Verify that the listener completes in a reasonable amount of time, and
60 // Verify that the listener executed in a reasonable amount of time.
71 * Verify that the listener completes in a reasonable amount of time, and
76 // Verify that the listener executed in a reasonable amount of time.
88 // Verify that the listener does not get called in a reasonable amount of
  /frameworks/base/core/java/android/webkit/
ByteArrayBuilder.java 59 int amount = Math.min(length, c.mArray.length - c.mLength); local
60 System.arraycopy(array, offset, c.mArray, c.mLength, amount);
61 c.mLength += amount;
62 length -= amount;
63 offset += amount;
  /frameworks/native/libs/utils/
VectorImpl.cpp 319 ssize_t amount = new_capacity - size();
320 if (amount <= 0) {
347 void* VectorImpl::_grow(size_t where, size_t amount)
349 // ALOGV("_grow(this=%p, where=%d, amount=%d) count=%d, capacity=%d",
350 // this, (int)where, (int)amount, (int)mCount, (int)capacity());
353 "[%p] _grow: where=%d, amount=%d, count=%d",
354 this, (int)where, (int)amount, (int)mCount); // caller already checked
356 const size_t new_size = mCount + amount;
377 void* dest = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize;
388 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/adb/
LinearInterpolator.java 101 private static float lerp(float start, float stop, float amount) {
102 return start + (stop - start) * amount;
115 float amount = (float) (1.0 / steps); local
120 float newX = lerp(start.getX(), end.getX(), amount * i);
121 float newY = lerp(start.getY(), end.getY(), amount * i);
  /frameworks/rs/scriptc/
rs_atomic.rsh 72 * @param value Amount to add to the value at addr
82 * @param value Amount to add to the value at addr
93 * @param value Amount to subtract from the value at addr
103 * @param value Amount to subtract from the value at addr
114 * @param value Amount to and with the value at addr
124 * @param value Amount to and with the value at addr
135 * @param value Amount to or with the value at addr
145 * @param value Amount to or with the value at addr
156 * @param value Amount to xor with the value at addr
166 * @param value Amount to xor with the value at add
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_atomic.rsh 72 * @param value Amount to add to the value at addr
82 * @param value Amount to add to the value at addr
93 * @param value Amount to subtract from the value at addr
103 * @param value Amount to subtract from the value at addr
114 * @param value Amount to and with the value at addr
124 * @param value Amount to and with the value at addr
135 * @param value Amount to or with the value at addr
145 * @param value Amount to or with the value at addr
156 * @param value Amount to xor with the value at addr
166 * @param value Amount to xor with the value at add
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_nss.c 50 static PRInt32 nss_io_read(PRFileDesc *fd, void *buf, PRInt32 amount)
52 wpa_printf(MSG_DEBUG, "NSS: I/O read(%d)", amount);
57 static PRInt32 nss_io_write(PRFileDesc *fd, const void *buf, PRInt32 amount)
59 wpa_printf(MSG_DEBUG, "NSS: I/O write(%d)", amount);
72 static PRInt32 nss_io_recv(PRFileDesc *fd, void *buf, PRInt32 amount,
78 wpa_printf(MSG_DEBUG, "NSS: I/O recv(%d)", amount);
86 if (end - conn->pull_buf_offset < amount)
87 amount = end - conn->pull_buf_offset;
88 os_memcpy(buf, conn->pull_buf_offset, amount);
89 conn->pull_buf_offset += amount;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 110 uint64_t Amount = Old->getOperand(0).getImm();
111 if (Amount != 0) {
113 // amount of space needed for the outgoing arguments up to the next
116 Amount = (Amount+Align-1)/Align*Align;
118 assert(Amount%4 == 0);
119 Amount /= 4;
121 bool isU6 = isImmU6(Amount);
122 if (!isU6 && !isImmU16(Amount)) {
126 << Amount << "\n"
    [all...]
  /external/chromium/chrome/browser/download/
download_status_updater_delegate.h 19 // Returns the amount of received data, in bytes.
  /external/chromium/chrome/browser/ui/cocoa/
dock_icon.h 27 // Indicates the amount of progress made of the download. Ranges from [0..1].
styled_text_field.h 20 // Returns the amount of the field's width which is not being taken up
  /external/dropbear/libtomcrypt/src/misc/
burn_stack.c 20 @param len amount of stack to burn in bytes
  /external/icu4c/i18n/unicode/
measure.h 30 * An amount of a specified unit, consisting of a number and a Unit.
48 * Construct an object with the given numeric amount and the given
51 * @param number a numeric object; amount.isNumeric() must be TRUE
53 * @param ec input-output error code. If the amount or the unit

Completed in 468 milliseconds

12 3 4 5 6 7 8 91011>>