HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 351 - 375 of 866) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
idctllm_altivec.asm 77 vmrglw v6, v0, v1 ;# a2 b2 a3 b3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
130 vmrglh v3, v0, v1 ;# b0 d0 b1 d1 b2 d2 b3 d3
133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 55 | B1 (4bits)| B2 (4bits)| cw 1 | cw 2 |bit |bit |
211 int r1, r2, g1, g2, b1, b2; local
222 b2 = convertDiff(bBase, high >> 8);
230 b2 = convert4To8(high >> 8);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
387 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
410 b2 = convert5To8(b51 + db);
428 b2 = convert4To8(b42);
437 pBaseColors[5] = b2;
  /external/clang/test/CodeGen/
tbaa-class.cpp 194 StructB *b2 = &(D->b); local
195 // b1, b2 have different context.
197 b2->a.f32 = 4;
tbaa.cpp 188 StructB *b2 = &(D->b); local
189 // b1, b2 have different context.
191 b2->a.f32 = 4;
  /external/clang/test/CodeGenCXX/
member-function-pointers.cpp 95 void bar(B1 b2) { while (b2()) ; }
global-init.cpp 167 const B &b2 = B(); member in namespace:test7
mangle-ms-return-qualifiers.cpp 24 const char *b2() { return 0; } function
25 // CHECK: "\01?b2@@YAPBDXZ"
  /external/clang/test/SemaCXX/
undefined-internal.cpp 264 void test2(B &b1, B &b2) {
267 b1 + b2; // expected-note {{used here}} local
cxx0x-initializer-references.cpp 105 B b2 { { 0 } };
  /external/libvpx/libvpx/vp8/common/ppc/
idctllm_altivec.asm 77 vmrglw v6, v0, v1 ;# a2 b2 a3 b3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
130 vmrglh v3, v0, v1 ;# b0 d0 b1 d1 b2 d2 b3 d3
133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ByteVector.java 90 * @param b2 another byte.
93 ByteVector put11(final int b1, final int b2) {
100 data[length++] = (byte) b2;
  /external/skia/third_party/etc1/
etc1.cpp 55 | B1 (4bits)| B2 (4bits)| cw 1 | cw 2 |bit |bit |
211 int r1, r2, g1, g2, b1, b2; local
222 b2 = convertDiff(bBase, high >> 8);
230 b2 = convert4To8(high >> 8);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
387 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
410 b2 = convert5To8(b51 + db);
428 b2 = convert4To8(b42);
437 pBaseColors[5] = b2;
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 59 #define DEFINE_DLSID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) const DLSID name = { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
  /external/valgrind/main/none/tests/s390x/
icm.c 24 char *b2="\x00\x00\x00\x01"; local
80 test(b2,112);
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 47 | B1 (4bits)| B2 (4bits)| cw 1 | cw 2 |bit |bit |
203 int r1, r2, g1, g2, b1, b2; local
214 b2 = convertDiff(bBase, high >> 8);
222 b2 = convert4To8(high >> 8);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
402 b2 = convert5To8(b51 + db);
420 b2 = convert4To8(b42);
429 pBaseColors[5] = b2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
idctllm_altivec.asm 77 vmrglw v6, v0, v1 ;# a2 b2 a3 b3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
130 vmrglh v3, v0, v1 ;# b0 d0 b1 d1 b2 d2 b3 d3
133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 112 double b2 = y1 - m2 * x1; local
116 double x = (b2 - b1) / (m1 - m2);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 112 double b2 = y1 - m2 * x1; local
116 double x = (b2 - b1) / (m1 - m2);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 47 | B1 (4bits)| B2 (4bits)| cw 1 | cw 2 |bit |bit |
203 int r1, r2, g1, g2, b1, b2; local
214 b2 = convertDiff(bBase, high >> 8);
222 b2 = convert4To8(high >> 8);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
402 b2 = convert5To8(b51 + db);
420 b2 = convert4To8(b42);
429 pBaseColors[5] = b2;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
primitives.rs 73 _RS_ASSERT(avt->b2.x == 1);
74 _RS_ASSERT(avt->b2.y == 2);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 163 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 326 uint8 b2 = GetByte(); local
329 return b1 | (b2 << 8) | (b3 << 16) | (b4 << 24);
334 uint8 b2 = GetByte(); local
335 return b1 | (b2 << 8);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-305309.js 36 var b2 = new BadProto();
47 b2.constant_function = "no longer constant!";
regress-omit-checks.js 37 var b2 = create();
47 set(b2);
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p3-0x.cpp 101 B b2 { 1, 2.0 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{silence}}

Completed in 4551 milliseconds

<<11121314151617181920>>