HomeSort by relevance Sort by last modified time
    Searched full:bit1 (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
rx-asm-bad.s 33 .BTGLB bit1
37 bit1 .BTEQU 1,dmem
  /external/llvm/test/Transforms/MemCpyOpt/
2011-06-02-CallSlotOverwritten.ll 25 %bit1 = bitcast %struct1* %x to i64*
27 %load = load i64, i64* %bit1, align 8
30 ; CHECK: %load = load i64, i64* %bit1, align 8
  /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...]
  /cts/tests/app/app/res/values/
styles.xml 101 <item name="testFlags">bit1</item>
113 <item name="testFlags">bit1|bit2</item>
117 <item name="testFlags">bit1|bit2|bit31</item>
attrs.xml 75 <flag name="bit1" value="0x1" />
  /cts/tests/tests/content/res/values/
styles.xml 104 <item name="testFlags">bit1</item>
116 <item name="testFlags">bit1|bit2</item>
120 <item name="testFlags">bit1|bit2|bit31</item>
attrs.xml 81 <flag name="bit1" value="0x1" />
  /cts/tests/tests/graphics/res/values/
styles.xml 101 <item name="testFlags">bit1</item>
113 <item name="testFlags">bit1|bit2</item>
117 <item name="testFlags">bit1|bit2|bit31</item>
attrs.xml 75 <flag name="bit1" value="0x1" />
  /cts/tests/tests/view/res/values/
styles.xml 101 <item name="testFlags">bit1</item>
113 <item name="testFlags">bit1|bit2</item>
117 <item name="testFlags">bit1|bit2|bit31</item>
attrs.xml 75 <flag name="bit1" value="0x1" />
  /cts/tests/tests/widget/res/values/
styles.xml 125 <item name="testFlags">bit1</item>
137 <item name="testFlags">bit1|bit2</item>
141 <item name="testFlags">bit1|bit2|bit31</item>
  /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...]
  /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;
  /external/regex-re2/util/
rune.cc 22 Bit1 = 7,
29 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
36 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
  /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;
  /external/libutf/
rune.c 21 Bit1 = 7,
28 T1 = ((1<<(Bit1+1))-1) ^ 0xFF, /* 0000 0000 */
35 Rune1 = (1<<(Bit1+0*Bitx))-1, /* 0000 0000 0111 1111 */
  /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 */
23 bit1 = 7 const
  /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 */
23 bit1 = 7 const
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
reloc-insn.s 138 orr x0,x0,bit1
206 .set bit1,0xf000000000000000
  /external/libhevc/common/
ihevc_cabac_tables.h 120 * input : curpState[bits7-2] | curMPS[bit1] | decodedBin[bit0]
  /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/skia/src/effects/
SkPixelXorXfermode.cpp 76 "float bit1 = floor(f1 / fPowerOf2Divisor);"
79 "return mod(bit1 + bit2 + bit3, 2.0);",
  /cts/tests/tests/text/res/values/
attrs.xml 75 <flag name="bit1" value="0x1" />

Completed in 1467 milliseconds

1 2 3 4