HomeSort by relevance Sort by last modified time
    Searched refs:bit (Results 426 - 450 of 1204) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-137768.js 69 // Pass in an elements buffer where the bit representation of the double numbers
70 // are two adjacent small 32-bit values with the lowest bit set to one, causing
  /external/qemu/hw/android/goldfish/
events_device.c 337 events_set_bit(events_state* s, int type, int bit)
339 events_set_bits(s, type, bit, bit);
343 events_clr_bit(events_state* s, int type, int bit)
345 int ii = bit / 8;
348 uint8_t mask = 0x01U << (bit & 7);
467 * of (min,max,fuzz,flat) 32-bit values.
  /cts/suite/cts/deviceTests/dram/
Android.mk 21 # Include both the 32 and 64 bit versions
  /cts/suite/cts/deviceTests/opengl/
Android.mk 21 # Include both the 32 and 64 bit versions
  /cts/suite/cts/deviceTests/simplecpu/
Android.mk 21 # Include both the 32 and 64 bit versions
  /cts/tests/core/
ctscore.mk 28 # Include both the 32 and 64 bit versions of libjavacoretests,
  /cts/tests/tests/drm/
Android.mk 19 # Include both the 32 and 64 bit versions of libs
  /cts/tests/tests/jni/
Android.mk 24 # Include both the 32 and 64 bit versions
  /cts/tests/tests/media/
Android.mk 24 # include both the 32 and 64 bit versions
  /cts/tests/tests/mediastress/
Android.mk 23 # Include both the 32 and 64 bit versions
  /cts/tests/tests/nativeopengl/
Android.mk 27 # Include both the 32 and 64 bit versions
  /cts/tests/tests/opengl/
Android.mk 24 # Include both the 32 and 64 bit versions
  /cts/tests/tests/openglperf/
Android.mk 24 # Include both the 32 and 64 bit versions
  /cts/tests/tests/provider/
Android.mk 22 # Include both the 32 and 64 bit versions of libs
  /cts/tests/tests/renderscript/
Android.mk 25 # Include both the 32 and 64 bit versions
  /cts/tests/tests/rscpp/
Android.mk 25 # Include both the 32 and 64 bit versions
  /external/aac/libFDK/include/
fixmul.h 20 individually for the purpose of encoding or decoding bit streams in products that are compliant with
257 #error Fallback for fixpow2div2_D is not 16 bit safe !
266 #error Fallback for fixpow2_D is not 16 bit safe !
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIterator.java 95 int bit = walker.getAnalysisBits(); local
96 bits |= bit;
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 128 int bit; member in struct:__anon10285::ProductData
151 if ((type & product_data.bit) != 0) {
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.h 240 unsigned bit);
255 unsigned bit);
  /external/chromium_org/third_party/openssl/openssl/android.testssl/
testssl 110 echo test sslv2/sslv3 with 1024bit DHE via BIO pair
147 echo test tls1 with 1024bit anonymous DH, multiple handshakes
154 echo 'test tls1 with 1024bit RSA, no (EC)DHE, multiple handshakes'
160 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips-mont.S 231 li $11,0 # clear borrow bit
248 subu $11,$25,$11 # handle upmost overflow bit
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_mult.c 199 int bit, next_bit, mask; local
220 bit = 1 << w; /* at most 128 */
221 next_bit = bit << 1; /* at most 256 */
256 if (window_val & bit)
277 if (digit <= -bit || digit >= bit || !(digit & 1))
288 if (window_val != 0 && window_val != next_bit && window_val != bit)
298 window_val += bit * BN_is_bit_set(scalar, j + w);
417 * (NB: maximum wNAF length is bit length plus one) */
809 * one point per bit
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathUtilsTest.cpp 27 int bit = x & 7; local
29 return buffer[byte] & (128 >> bit);
38 bool bit = get_bit(&bits[y], x)!=0;
39 std::cout << bit;
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
vector_scaling_operations_neon.S 13 @ optimized for ARM Neon platform. Output is bit-exact with the reference
54 vmovn.i32 d0, q0 @ Cast to 16 bit values.

Completed in 1640 milliseconds

<<11121314151617181920>>