HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 1 - 25 of 420) 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.25/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/runtime/
dex_instruction_test.cc 76 const Instruction* ins = Instruction::At(instruction); local
77 ASSERT_EQ(4u, ins->SizeInCodeUnits());
79 ASSERT_TRUE(ins->HasVRegA());
80 ASSERT_EQ(4, ins->VRegA());
81 ASSERT_EQ(4u, ins->VRegA_45cc());
82 ASSERT_EQ(4u, ins->VRegA_45cc(instruction[0]));
84 ASSERT_TRUE(ins->HasVRegB());
85 ASSERT_EQ(16, ins->VRegB());
86 ASSERT_EQ(16u, ins->VRegB_45cc());
88 ASSERT_TRUE(ins->HasVRegC())
111 const Instruction* ins = Instruction::At(instruction); local
    [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...]
  /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...]
  /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();
  /toolchain/binutils/binutils-2.25/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)}}
  /art/runtime/interpreter/mterp/mips64/
op_goto_32.S 13 ins rINST, a1, 16, 16 # rINST <- offset (sign-extended AAAAaaaa)
op_const_wide.S 8 ins a0, a1, 16, 16 # a0 = BBBBbbbb
9 ins a2, a3, 16, 16 # a2 = HHHHhhhh
  /external/llvm/test/MC/AArch64/
neon-simd-copy.s 9 ins v2.b[2], w1
10 ins v7.h[7], w14
11 ins v20.s[0], w30
12 ins v1.d[1], x7
19 // CHECK: {{mov|ins}} v2.b[2], w1 // encoding: [0x22,0x1c,0x05,0x4e]
20 // CHECK: {{mov|ins}} v7.h[7], w14 // encoding: [0xc7,0x1d,0x1e,0x4e]
21 // CHECK: {{mov|ins}} v20.s[0], w30 // encoding: [0xd4,0x1f,0x04,0x4e]
22 // CHECK: {{mov|ins}} v1.d[1], x7 // encoding: [0xe1,0x1c,0x18,0x4e]
24 // CHECK: {{mov|ins}} v2.b[2], w1 // encoding: [0x22,0x1c,0x05,0x4e]
25 // CHECK: {{mov|ins}} v7.h[7], w14 // encoding: [0xc7,0x1d,0x1e,0x4e
    [all...]
  /external/llvm/test/MC/Mips/cnmips/
invalid.s 16 ins $2, $3, -1, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate
17 ins $2, $3, 32, 1 # CHECK: :[[@LINE]]:17: error: expected 5-bit unsigned immediate
18 ins $2, $3, 0, -1 # CHECK: :[[@LINE]]:20: error: expected immediate in range 1 .. 32
19 ins $2, $3, 0, 33 # CHECK: :[[@LINE]]:20: error: expected immediate in range 1 .. 32
  /prebuilts/go/darwin-x86/test/
235.go 50 ins := make([]T, n)
54 ins[i], outs[i] = M(F[i])
60 ins[i] <- x
  /prebuilts/go/linux-x86/test/
235.go 50 ins := make([]T, n)
54 ins[i], outs[i] = M(F[i])
60 ins[i] <- x
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/jsmin/
__init__.py 56 ins = klass(js)
58 JavascriptMinify(ins, outs, **kwargs).minify()
69 self.ins = instream
75 self.ins, self.outs = instream, outstream
93 read = self.ins.read
196 read = self.ins.read
220 read = self.ins.read
233 read = self.ins.read
252 read = self.ins.read
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-io-intel.d 18 a: 48 6d rex.W ins DWORD PTR es:\[rdi\],dx
19 c: 66 48 6d data16 rex.W ins DWORD PTR es:\[rdi\],dx
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-io-intel.d 18 a: 48 6d rex.W ins DWORD PTR es:\[rdi\],dx
19 c: 66 48 6d data16 rex.W ins DWORD PTR es:\[rdi\],dx
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 66 if (sl->ins[ct]) {
69 mkinfo->inPtr[0] = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr;
71 mkinfo->inStride[0] = sl->ins[ct]->mHal.state.elementSizeBytes;
76 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->current.y);
78 } else if (sl->ins[ct]->mHal.drvState.lod[0].dimY > kinfo->lid) {
81 sl->ins[ct]->mHal.drvState.lod[0].stride * kinfo->lid);
125 std::vector<Allocation *> ins; local
195 ins.push_back(ain);
207 for (size_t ct=0; ct < ins.size(); ct++) {
215 if (ins[ct] == nullptr)
    [all...]

Completed in 788 milliseconds

1 2 3 4 5 6 7 8 91011>>