HomeSort by relevance Sort by last modified time
    Searched defs:b4 (Results 1 - 25 of 439) 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
  /toolchain/binutils/binutils-2.27/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
  /external/annotation-tools/annotation-file-utilities/tests/
NewInAnnotatedVariable.java 12 ThreadLocal[] b4 = new InheritableThreadLocal[3]; field in class:NewInAnnotatedVariable
  /external/Microsoft-GSL/tests/
bounds_tests.cpp 76 static_bounds<7, dynamic_range, 1> b4 = b2; variable
80 static_bounds<7, 4, 2> b4 = b3; variable
81 (void) b4; variable
  /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/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/libvpx/libvpx/vpx_dsp/ppc/
transpose_vsx.h 40 int16x8_t b0, b1, b2, b3, b4, b5, b6, b7; local
47 b4 = vec_mergeh(v[2], v[6]);
57 // b4: 20 60 21 61 22 62 23 63
62 c0 = vec_mergeh(b0, b4);
63 c1 = vec_mergel(b0, b4);
  /external/valgrind/massif/tests/
alloc-fns.c 8 void b4(int n) { malloc(n); } function
9 void b3(int n) { b4(n); }
  /frameworks/ml/nn/runtime/test/generated/models/
conv_1_h3_w2_SAME.model.cpp 9 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
30 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_1_h3_w2_SAME_relaxed.model.cpp 9 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
30 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_1_h3_w2_VALID.model.cpp 9 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
30 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_1_h3_w2_VALID_relaxed.model.cpp 9 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
30 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_3_h3_w2_SAME.model.cpp 8 auto b4 = model->addOperand(&type0); local
18 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
29 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_3_h3_w2_SAME_relaxed.model.cpp 8 auto b4 = model->addOperand(&type0); local
18 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
29 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_3_h3_w2_VALID.model.cpp 9 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
30 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
conv_3_h3_w2_VALID_relaxed.model.cpp 9 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
30 model->addOperation(ANEURALNETWORKS_CONV_2D, {op2, op0, op1, b4, b5, b6, b7}, {op3});
depthwise_conv.model.cpp 8 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
32 model->addOperation(ANEURALNETWORKS_DEPTHWISE_CONV_2D, {op2, op0, op1, b4, b5, b6, b7, b8}, {op3});
depthwise_conv_relaxed.model.cpp 8 auto b4 = model->addOperand(&type0); local
19 model->setOperandValue(b4, b4_init, sizeof(int32_t) * 1);
32 model->addOperation(ANEURALNETWORKS_DEPTHWISE_CONV_2D, {op2, op0, op1, b4, b5, b6, b7, b8}, {op3});
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/reproducible/
issue20272.go 21 b4 ****byte
20 b4 ****byte var

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 91011>>