HomeSort by relevance Sort by last modified time
    Searched defs:b4 (Results 1 - 25 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
for.c 7 void b4 (void) { for (typedef int f;;); } // expected-error {{declaration of non-local variable}} function
attr-alias-elf.c 53 extern int a4 __attribute__((alias("b4"))); // expected-error {{alias must point to a defined variable or function}}
54 typedef int b4; typedef
string-init.c 18 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v32-b1.s 17 b4: label
rd-v32-b2.s 17 b4: label
rd-v10_32o-2.s 15 b4: label
  /ndk/tests/device/test-stlport_shared-exception/jni/
dyncast7.cpp 18 const B& b4 = dynamic_cast<const B&>(a); local
  /ndk/tests/device/test-stlport_static-exception/jni/
dyncast7.cpp 18 const B& b4 = dynamic_cast<const B&>(a); local
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p6.cpp 14 bool b4 = !E; variable
18 bool b6 = !&b4; // expected-warning{{address of 'b4' will always evaluate to 'true'}}
  /external/skia/src/core/
SkPM4fPriv.h 22 uint32_t b4; local
23 SkNx_cast<uint8_t>(f4).store((uint8_t*)&b4);
24 return b4;
27 static inline Sk4f to_4f(uint32_t b4) {
28 return SkNx_cast<float>(Sk4b::Load((const uint8_t*)&b4));
  /external/valgrind/none/tests/s390x/
clc.c 7 char b4[23] ="00000000000000000000000"; variable
41 testrun(b1 + offset1, b4 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l);
47 testrun(b4 + offset1, b4 + offset2, l);
clcle.c 7 char b4[23] ="00000000000000000000000"; variable
52 testrun(b1, l1, b4, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
57 testrun(b3, l1, b4, l3, pad);
58 testrun(b4, l1, b4, l3, pad);
icm.c 26 char *b4="\x00\xff\x00\x00"; local
87 test(b4,192);
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp 20 int b4 = f(E::e, 0); // expected-note {{in instantiation of}} member in namespace:bullet2
  /external/valgrind/massif/tests/
alloc-fns.c 8 void b4(int n) { malloc(n); } function
9 void b3(int n) { b4(n); }
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
HighamHall54StepInterpolator.java 81 final double b4 = h * (-125.0/96.0 + theta2 * (375.0/32.0 + theta * (-625.0/24.0 + theta * 125.0/8.0))); local
96 currentState[i] + b0 * yDot0 + b2 * yDot2 + b3 * yDot3 + b4 * yDot4 + b5 * yDot5;
  /external/clang/test/CodeGen/
le32-arguments.c 55 int b4 : 4; member in struct:__anon7288
wasm-arguments.c 86 int b4 : 4; member in struct:__anon7380
  /external/testng/src/test/java/test/thread/
MultiThreadedDependentSampleTest.java 72 public void b4() { method in class:MultiThreadedDependentSampleTest
74 log("b4");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
reldl-1.s 15 ! = (a1, a2, a3, a4, a12, a13, a23, a123, b1, b2, b3, b4, b12,
48 .global b4
49 b4: label
127 .long datalabel b4
  /art/runtime/native/
libcore_util_CharsetUtils.cc 235 jbyte b4 = (ch & 0x3f) | 0x80; local
236 if (!out.append(b1) || !out.append(b2) || !out.append(b3) || !out.append(b4)) {
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
DexRandomAccessFile.java 77 int b4 = readUnsignedByte(); local
78 return (b4 << 24) | (b3 << 16) | (b2 << 8) | b1;
91 int b4 = (value & 0xff000000) >> 24; local
92 writeByte(b4);
  /external/clang/test/SemaCXX/
string-init.cpp 13 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 207 __m128i b4 = _mm_srli_epi64(b, 32); /* shift by one dword */ local
209 __m128i b4a4 = _mm_mul_epu32(b4, a4); /* multiply dwords 1, 3 */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 72 TestNode b4 = TestNode.create(FQCN_BUTTON).id("@+id/Button4"); local
76 targetNode.add(b4);
77 b4.setAttribute(ANDROID_URI, ATTR_LAYOUT_COLUMN_SPAN, "2");
95 assertEquals("0", b4.getStringAttr(ANDROID_URI, ATTR_LAYOUT_COLUMN));
96 assertEquals("1", b4.getStringAttr(ANDROID_URI, ATTR_LAYOUT_ROW));
97 assertEquals("2", b4.getStringAttr(ANDROID_URI, ATTR_LAYOUT_COLUMN_SPAN));
116 assertEquals("0", b4.getStringAttr(ANDROID_URI, ATTR_LAYOUT_COLUMN));
117 assertEquals("1", b4.getStringAttr(ANDROID_URI, ATTR_LAYOUT_ROW));
118 assertEquals("3", b4.getStringAttr(ANDROID_URI, ATTR_LAYOUT_COLUMN_SPAN));
    [all...]

Completed in 732 milliseconds

1 2 3 4 5 6 7 8 91011>>