HomeSort by relevance Sort by last modified time
    Searched refs:bit1 (Results 1 - 19 of 19) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-bad.s 33 .BTGLB bit1
37 bit1 .BTEQU 1,dmem
  /prebuilts/go/darwin-x86/src/runtime/
rune.go 24 bit1 = 7
31 t1 = ((1 << (bit1 + 1)) - 1) ^ 0xFF /* 0000 0000 */
38 rune1 = (1 << (bit1 + 0*bitx)) - 1 /* 0000 0000 0111 1111 */
  /prebuilts/go/linux-x86/src/runtime/
rune.go 24 bit1 = 7
31 t1 = ((1 << (bit1 + 1)) - 1) ^ 0xFF /* 0000 0000 */
38 rune1 = (1 << (bit1 + 0*bitx)) - 1 /* 0000 0000 0111 1111 */
  /external/blktrace/
blkiomon.c 131 struct blk_io_trace *bit1 = &t1->bit; local
138 fprintf(debug.fp, "magic %16d %16d\n", bit1->magic, bit2->magic);
140 bit1->sequence, bit2->sequence);
142 (unsigned long)bit1->time, (unsigned long)bit2->time);
144 (unsigned long)bit1->sector, (unsigned long)bit2->sector);
145 fprintf(debug.fp, "bytes %16d %16d\n", bit1->bytes, bit2->bytes);
146 fprintf(debug.fp, "action %16x %16x\n", bit1->action, bit2->action);
147 fprintf(debug.fp, "pid %16d %16d\n", bit1->pid, bit2->pid);
148 fprintf(debug.fp, "device %16d %16d\n", bit1->device, bit2->device);
149 fprintf(debug.fp, "cpu %16d %16d\n", bit1->cpu, bit2->cpu)
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
IconTest.java 135 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) local
139 bit1.compress(Bitmap.CompressFormat.PNG, 100,
151 if (!equalBitmaps(bit1, test1)) {
152 findBitmapDifferences(bit1, test1);
159 final Bitmap bit1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape)) local
163 bit1.compress(Bitmap.CompressFormat.PNG, 100,
188 if (!equalBitmaps(bit1, test1)) {
189 findBitmapDifferences(bit1, test1);
221 final Icon bit1 = Icon.createWithBitmap(originalbits); local
222 imgs.add(bit1);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 141 const int bit1 = VP8GetBit(br, p[8]); local
142 const int bit0 = VP8GetBit(br, p[9 + bit1]);
143 const int cat = 2 * bit1 + bit0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 141 const int bit1 = VP8GetBit(br, p[8]); local
142 const int bit0 = VP8GetBit(br, p[9 + bit1]);
143 const int cat = 2 * bit1 + bit0;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
reloc-insn.s 138 orr x0,x0,bit1
206 .set bit1,0xf000000000000000
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 379 for (int bit1 = 0; bit1 < keyBits; bit1++) {
381 if (bit2 <= bit1) continue;
382 int delta = (1 << bit1) | (1 << bit2);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 305 FX_BOOL bit1 = NEXTBIT; local
310 if (bit1 && bit2) {
312 } else if (bit1) {
367 FX_BOOL bit1 = NEXTBIT; local
372 if (bit1 && bit2) {
374 } else if (bit1) {
  /external/webp/src/dec/
vp8.c 402 const int bit1 = VP8GetBit(br, p[8]); local
403 const int bit0 = VP8GetBit(br, p[9 + bit1]);
404 const int cat = 2 * bit1 + bit0;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
binary.hpp 127 #define BOOST_DETAIL_TERNARY_TRIPLE_TO_OCTAL( bit2, bit1, bit0 ) \
128 BOOST_DETAIL_TRIPLE_TO_OCTAL_ ## bit2 ## bit1 ## bit0
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 352 const int bit1 = vpx_read(r, fc->single_ref_prob[ctx1][1]); local
354 ++counts->single_ref[ctx1][1][bit1];
355 ref_frame[0] = bit1 ? ALTREF_FRAME : GOLDEN_FRAME;
  /external/opencv3/3rdparty/libwebp/dec/
vp8.c 486 const int bit1 = VP8GetBit(br, p[8]); local
487 const int bit0 = VP8GetBit(br, p[9 + bit1]);
488 const int cat = 2 * bit1 + bit0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]); local
303 ++counts->single_ref[ctx1][1][bit1];
304 ref_frame[0] = bit1 ? ALTREF_FRAME : GOLDEN_FRAME;
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 229 const int bit1 = mbmi->ref_frame[0] != GOLDEN_FRAME; local
230 vpx_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 221 const int bit1 = mbmi->ref_frame[0] != GOLDEN_FRAME; local
222 vp9_write(w, bit1, vp9_get_pred_prob_single_ref_p2(cm, xd));
    [all...]
  /system/core/libmincrypt/
p256_ec.c 1068 char bit1 = p256_get_bit(scalar, 95 - i + j); local
    [all...]
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 680 milliseconds