HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 1 - 25 of 508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/utils/
nfbpf_compile.c 18 struct bpf_insn *ins; local
46 ins = program.bf_insns;
47 for (i = 0; i < program.bf_len-1; ++ins, ++i)
48 printf("%u %u %u %u,", ins->code, ins->jt, ins->jf, ins->k);
50 printf("%u %u %u %u\n", ins->code, ins->jt, ins->jf, ins->k)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips32r2-ill-fp64.s 29 # ins constraint: 0 <= pos < 32
30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
35 # ins constraint: 0 < size <= 32
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # erro
    [all...]
mips32r2-ill-nofp.s 29 # ins constraint: 0 <= pos < 32
30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
35 # ins constraint: 0 < size <= 32
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # erro
    [all...]
mips32r2-ill.s 29 # ins constraint: 0 <= pos < 32
30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
35 # ins constraint: 0 < size <= 32
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # erro
    [all...]
mipsr6@mips32r2-ill.s 29 # ins constraint: 0 <= pos < 32
30 ins $4, $5, -1, 1 # error
31 ins $4, $5, 0, 1
32 ins $4, $5, 31, 1
33 ins $4, $5, 32, 1 # error
35 # ins constraint: 0 < size <= 32
36 ins $4, $5, 0, 0 # error
37 ins $4, $5, 0, 1
38 ins $4, $5, 0, 32
39 ins $4, $5, 0, 33 # erro
    [all...]
mips32r2-ill-fp64.l 8 .*:30: Error: operand 3 out of range `ins \$4,\$5,-1,1'
9 .*:33: Error: operand 3 out of range `ins \$4,\$5,32,1'
10 .*:36: Error: operand 4 out of range `ins \$4,\$5,0,0'
11 .*:39: Error: operand 4 out of range `ins \$4,\$5,0,33'
12 .*:42: Error: operand 4 out of range `ins \$4,\$5,0,0'
13 .*:45: Error: operand 4 out of range `ins \$4,\$5,31,2'
mips32r2-ill-nofp.l 8 .*:30: Error: operand 3 out of range `ins \$4,\$5,-1,1'
9 .*:33: Error: operand 3 out of range `ins \$4,\$5,32,1'
10 .*:36: Error: operand 4 out of range `ins \$4,\$5,0,0'
11 .*:39: Error: operand 4 out of range `ins \$4,\$5,0,33'
12 .*:42: Error: operand 4 out of range `ins \$4,\$5,0,0'
13 .*:45: Error: operand 4 out of range `ins \$4,\$5,31,2'
mipsr6@mips32r2-ill.l 8 .*:30: Error: operand 3 out of range `ins \$4,\$5,-1,1'
9 .*:33: Error: operand 3 out of range `ins \$4,\$5,32,1'
10 .*:36: Error: operand 4 out of range `ins \$4,\$5,0,0'
11 .*:39: Error: operand 4 out of range `ins \$4,\$5,0,33'
12 .*:42: Error: operand 4 out of range `ins \$4,\$5,0,0'
13 .*:45: Error: operand 4 out of range `ins \$4,\$5,31,2'
mips32r2-ill.l 8 .*:30: Error: operand 3 out of range `ins \$4,\$5,-1,1'
9 .*:33: Error: operand 3 out of range `ins \$4,\$5,32,1'
10 .*:36: Error: operand 4 out of range `ins \$4,\$5,0,0'
11 .*:39: Error: operand 4 out of range `ins \$4,\$5,0,33'
12 .*:42: Error: operand 4 out of range `ins \$4,\$5,0,0'
13 .*:45: Error: operand 4 out of range `ins \$4,\$5,31,2'
  /art/libdexfile/dex/
dex_instruction_test.cc 77 DexInstructionIterator ins(instruction, /*dex_pc*/ 0u);
78 ASSERT_EQ(4u, ins->SizeInCodeUnits());
80 ASSERT_TRUE(ins->HasVRegA());
81 ASSERT_EQ(4, ins->VRegA());
82 ASSERT_EQ(4u, ins->VRegA_45cc());
83 ASSERT_EQ(4u, ins->VRegA_45cc(instruction[0]));
85 ASSERT_TRUE(ins->HasVRegB());
86 ASSERT_EQ(16, ins->VRegB());
87 ASSERT_EQ(16u, ins->VRegB_45cc());
89 ASSERT_TRUE(ins->HasVRegC())
    [all...]
  /hardware/qcom/neuralnetworks/hvxservice/1.0/
HexagonOperationsPrepare.cpp 35 bool add(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) {
36 HEXAGON_SOFT_ASSERT_EQ(3, ins.size(), "Need 3 inputs for float32::add");
40 const hexagon_nn_input& in1 = model->getTensor(ins[0]);
41 const hexagon_nn_input& in2 = model->getTensor(ins[1]);
43 const op_type act = model->getFloatActivation(ins[2]);
49 bool average_pool_2d(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs,
51 HEXAGON_SOFT_ASSERT(ins.size() == 10 || ins.size() == 7,
56 const hexagon_nn_input& input = model->getTensor(ins[0]);
67 if (ins.size() == 10)
    [all...]
HexagonOperationsCheck.cpp 34 bool addMul(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs,
36 HEXAGON_SOFT_ASSERT_EQ(3, ins.size(), "Need 3 inputs for " << toString(op));
40 const Shape in1Shape = model->getShape(ins[0]);
41 const Shape in2Shape = model->getShape(ins[1]);
49 bool add(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) {
50 return addMul(ins, outs, model, OperationType::ADD);
53 bool mul(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model) {
54 return addMul(ins, outs, model, OperationType::MUL);
57 bool pool(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, HexagonModel* model,
59 HEXAGON_SOFT_ASSERT(ins.size() == 10 || ins.size() == 7
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/apdu/
ApduCommand.java 32 public final int ins; field in class:ApduCommand
47 ApduCommand(int channel, int cla, int ins, int p1, int p2, int p3, String cmdHex) {
50 this.ins = ins;
59 return "ApduCommand(channel=" + channel + ", cla=" + cla + ", ins=" + ins + ", p1=" + p1
  /toolchain/binutils/binutils-2.27/opcodes/
visium-dis.c 84 disassem_class0 (disassemble_info *info, unsigned int ins)
86 int opcode = (ins >> 21) & 0x000f;
88 if (ins & CLASS0_UNUSED_MASK)
96 unsigned cbf = (ins >> 27) & 0x000f;
97 int displacement = ((int) (ins << 16)) >> 16;
99 if (ins == 0)
176 disassem_class1 (disassemble_info *info, unsigned int ins)
178 int opcode = (ins >> 21) & 0xf;
179 int source_a = (ins >> 16) & 0x1f;
180 int source_b = (ins >> 4) & 0x1f
761 unsigned ins; local
    [all...]
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 407 ins(PyObject *module, char *symbol, long value) function
417 if (ins(d, "F_OK", (long)F_OK)) return -1;
420 if (ins(d, "R_OK", (long)R_OK)) return -1;
423 if (ins(d, "W_OK", (long)W_OK)) return -1;
426 if (ins(d, "X_OK", (long)X_OK)) return -1;
429 if (ins(d, "NGROUPS_MAX", (long)NGROUPS_MAX)) return -1;
432 if (ins(d, "TMP_MAX", (long)TMP_MAX)) return -1;
435 if (ins(d, "WCONTINUED", (long)WCONTINUED)) return -1;
438 if (ins(d, "WNOHANG", (long)WNOHANG)) return -1;
441 if (ins(d, "WUNTRACED", (long)WUNTRACED)) return -1
    [all...]
  /external/capstone/suite/MC/AArch64/
neon-simd-copy.s.cs 2 0x22,0x1c,0x05,0x4e = ins v2.b[2], w1
3 0xc7,0x1d,0x1e,0x4e = ins v7.h[7], w14
4 0xd4,0x1f,0x04,0x4e = ins v20.s[0], w30
5 0xe1,0x1c,0x18,0x4e = ins v1.d[1], x7
6 0x22,0x1c,0x05,0x4e = ins v2.b[2], w1
7 0xc7,0x1d,0x1e,0x4e = ins v7.h[7], w14
8 0xd4,0x1f,0x04,0x4e = ins v20.s[0], w30
9 0xe1,0x1c,0x18,0x4e = ins v1.d[1], x7
21 0x61,0x34,0x1d,0x6e = ins v1.b[14], v3.b[6]
22 0xe6,0x54,0x1e,0x6e = ins v6.h[7], v7.h[5
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 424 ins(PyObject* d, char* symbol, long value) function
434 #define INS(x) if (ins(d, #x, (long)x)) return -1
439 if (ins(d, "LOCK_SH", (long)LOCK_SH)) return -1;
440 if (ins(d, "LOCK_EX", (long)LOCK_EX)) return -1;
441 if (ins(d, "LOCK_NB", (long)LOCK_NB)) return -1;
442 if (ins(d, "LOCK_UN", (long)LOCK_UN)) return -1;
445 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1;
448 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1;
451 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1;
    [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 426 ins(PyObject* d, char* symbol, long value) function
436 #define INS(x) if (ins(d, #x, (long)x)) return -1
441 if (ins(d, "LOCK_SH", (long)LOCK_SH)) return -1;
442 if (ins(d, "LOCK_EX", (long)LOCK_EX)) return -1;
443 if (ins(d, "LOCK_NB", (long)LOCK_NB)) return -1;
444 if (ins(d, "LOCK_UN", (long)LOCK_UN)) return -1;
447 if (ins(d, "LOCK_MAND", (long)LOCK_MAND)) return -1;
450 if (ins(d, "LOCK_READ", (long)LOCK_READ)) return -1;
453 if (ins(d, "LOCK_WRITE", (long)LOCK_WRITE)) return -1
    [all...]
  /test/vts/tools/build/utils/
vts_package_utils.mk 26 $(eval ins := $(word 2,$(bui_ins)))\
27 $(if $(filter $(TARGET_OUT_ROOT)/%,$(ins)),\
31 $(patsubst $(PRODUCT_OUT)/%,%,$(ins)))))\
44 $(eval ins := $(word 2,$(bui_ins)))\
45 $(if $(filter $(HOST_OUT)/% $(HOST_CROSS_OUT)/%,$(ins)),\
48 $(patsubst $(HOST_CROSS_OUT)/%,%,$(ins))))\
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
db_machdep.h 100 #define inst_trap_return(ins) (ins & 0)
101 #define inst_return(ins) (ins & 0)
102 #define inst_call(ins) (ins & 0)
103 #define inst_branch(ins) (ins & 0)
104 #define inst_load(ins) (ins & 0)
    [all...]
  /external/tensorflow/tensorflow/core/framework/
shape_inference_testutil_test.cc 49 string RunInferShapes(const string& op_name, const string& ins,
52 const int num_inputs = 1 + std::count(ins.begin(), ins.end(), ';');
62 return ShapeInferenceTestutil::InferShapes(op, ins, expected_outs)
144 const string ins = "[0,1,?];[2];[1]"; local
145 EXPECT_CONTAINS(RunInferShapes(op, ins, "[?,2,?,d2_0]", fn),
147 EXPECT_CONTAINS(RunInferShapes(op, ins, "[0,2,?,d2_0]", fn),
150 RunInferShapes(op, ins, "[d0_0,2,?,d2_0]", fn),
152 EXPECT_CONTAINS(RunInferShapes(op, ins, "[x,2,?,d2_0]", fn),
155 EXPECT_CONTAINS(RunInferShapes(op, ins, "[d0_0|d0_2,2,?,d2_0]", fn)
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
ARTBootASLRTest.java 35 FileInputStream ins = new FileInputStream("/proc/self/maps"); local
36 InputStreamReader reader = new InputStreamReader(ins, Charset.defaultCharset());
53 ins.close();
  /external/capstone/cstool/
cstool_mips.c 11 void print_insn_detail_mips(csh handle, cs_insn *ins)
17 if (ins->detail == NULL)
20 mips = &(ins->detail->mips);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
neon-ins.s 24 ins v\reg_num\().\type[\index], \xw_reg\reg_num
29 ins v\reg_num\().\type[\index], v\reg_num\().\type[\index]
38 ins v\reg\().d[0], x\reg
40 ins v\reg\().d[1], x\reg
43 ins v\reg\().d[0], v\reg\().d[1]
45 ins v\reg\().d[1], v\reg\().d[0]
  /external/clang/test/Analysis/
outofbound.c 95 static const double ins[] = {1e-8, 1e-7, 1e-6, 1e-5, 1e-4, 1e-3, 1e-2, 1e-1, local
99 if (in < ins[eee]) {
104 if (in < ins[eee]) {
109 if (in < ins[eee]) {
114 if (in < ins[eee]) {
119 if (in < ins[eee]) { // expected-warning {{Access out-of-bound array element (buffer overflow)}}

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>