HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 351 - 375 of 2384) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op_arm_gcc_v5.h 316 L_var1_hi = most significant word of first input (Word16).
317 L_var1_lo = least significant word of first input (Word16).
318 L_var2_hi = most significant word of second input (Word16).
319 L_var2_lo = least significant word of second input (Word16).
401 L_var1_hi = most significant 16 bits of 32-bit input (Word16).
402 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
basic_op_arm_v5.h 286 L_var1_hi = most significant word of first input (Word16).
287 L_var1_lo = least significant word of first input (Word16).
288 L_var2_hi = most significant word of second input (Word16).
289 L_var2_lo = least significant word of second input (Word16).
341 L_var1_hi = most significant 16 bits of 32-bit input (Word16).
342 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
basic_op_c_equivalent.h 308 L_var1_hi = most significant word of first input (Word16).
309 L_var1_lo = least significant word of first input (Word16).
310 L_var2_hi = most significant word of second input (Word16).
311 L_var2_lo = least significant word of second input (Word16).
382 L_var1_hi = most significant 16 bits of 32-bit input (Word16).
383 L_var1_lo = least significant 16 bits of 32-bit input (Word16).
  /dalvik/docs/
verifier.html 36 <li>"Precise" GC. The work peformed during verification has significant
180 This adds significant overhead. This is mitigated somewhat by the DEX
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 213 * Big endian read. Most significant bytes come first.
232 * Little endian read. Least significant bytes come first.
  /external/chromium/crypto/
rsa_private_key.cc 196 // from the most-significant end of the integer.
205 // (the most significant bit) would otherwise be set and make the number
  /external/chromium_org/crypto/
rsa_private_key.cc 193 // from the most-significant end of the integer.
202 // (the most significant bit) would otherwise be set and make the number
  /external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter.cc 137 // five least significant bits of first NAL unit byte signify nal_unit_type
282 // Five least significant bits of first NAL unit byte signify
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.h 86 /* Coefficient, from least significant unit */
93 /* These contain the remaining (more significant) digits of the */
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 235 * value into the least significant bits of the destination, or may be shifted
236 * into more significant bits by the shift parameter. The destination bits are
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 151 * returns a {@code long} value with {@code hashCode.asInt()} as the least-significant
152 * four bytes and {@code 0x00} as each of the most-significant four bytes.
  /external/icu4c/i18n/
decNumber.h 86 /* Coefficient, from least significant unit */
93 /* These contain the remaining (more significant) digits of the */
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 42 * By default, there are 3 significant digits. After creation, if more than
43 * three significant digits are set (with setMaximumSignificantDigits), or if a
  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 153 * the Most Significant 1 Bit. Returns zero if the specified integer is
173 * to as the Least Significant 1 Bit. Returns zero if the specified integer
  /external/libvorbis/doc/
05-comment.tex 208 bitstream mapping which renders least-significant-bit of the word to be
209 coded into the least significant available bit of the current
v-comment.html 258 bitstream mapping which renders least-significant-bit of the word to be
259 coded into the least significant available bit of the current
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 202 // Output least significant register of a 64-bit general register pair
204 // Output most significant register of a 64-bit general register pair
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DistinguishedNameParser.java 42 // significant values of repeated attributes occur first.
344 * Parses the DN and returns the most significant attribute value
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosmouse.c 159 cursor_def[6] = ((int)(cursor->data) & 0xFF); /* Least significant byte of pointer to data */
162 cursor_def[9] = ((int)(cursor->data) >> 24) & 0xFF; /* Most significant byte of pointer to data */
  /external/valgrind/main/none/tests/s390x/
cksm.c 224 The data is such that the least significant byte is zero,
226 in the least significant byte. */
  /frameworks/base/include/androidfw/
AssetManager.h 170 * this call may incur significant disk overhead.
182 * this call may incur significant disk overhead.
  /libcore/luni/src/main/java/javax/net/ssl/
DistinguishedNameParser.java 44 // significant values of repeated attributes occur first.
346 * Parses the DN and returns the most significant attribute value
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 121 /* The sBIT chunk specifies the number of significant high-order bits
127 png_color_8 sig_bit; /* significant bits in color channels */
pngstruct.h 188 png_color_8 sig_bit; /* significant bits in each available channel */
192 png_color_8 shift; /* shift for significant bit tranformation */
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 41 // Each MediaSet and MediaItem has a unique 64 bits id. The most significant
42 // 32 bits represents its parent, and the least significant 32 bits represents

Completed in 670 milliseconds

<<11121314151617181920>>