HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 1 - 25 of 263) 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...]
  /art/libdexfile/dex/
dex_instruction_test.cc 80 DexInstructionIterator ins(instruction, /*dex_pc=*/ 0u);
81 ASSERT_EQ(4u, ins->SizeInCodeUnits());
83 ASSERT_TRUE(ins->HasVRegA());
84 ASSERT_EQ(4, ins->VRegA());
85 ASSERT_EQ(4u, ins->VRegA_45cc());
86 ASSERT_EQ(4u, ins->VRegA_45cc(instruction[0]));
88 ASSERT_TRUE(ins->HasVRegB());
89 ASSERT_EQ(16, ins->VRegB());
90 ASSERT_EQ(16u, ins->VRegB_45cc());
92 ASSERT_TRUE(ins->HasVRegC())
    [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...]
  /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 51 string RunInferShapes(const string& op_name, const string& ins,
54 const int num_inputs = 1 + std::count(ins.begin(), ins.end(), ';');
64 return ShapeInferenceTestutil::InferShapes(op, ins, expected_outs)
146 const string ins = "[0,1,?];[2];[1]"; local
147 EXPECT_CONTAINS(RunInferShapes(op, ins, "[?,2,?,d2_0]", fn),
149 EXPECT_CONTAINS(RunInferShapes(op, ins, "[0,2,?,d2_0]", fn),
152 RunInferShapes(op, ins, "[d0_0,2,?,d2_0]", fn),
154 EXPECT_CONTAINS(RunInferShapes(op, ins, "[x,2,?,d2_0]", fn),
157 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);
cstool_ppc.c 39 void print_insn_detail_ppc(csh handle, cs_insn *ins)
45 if (ins->detail == NULL)
48 ppc = &(ins->detail->ppc);
cstool_sparc.c 10 void print_insn_detail_sparc(csh handle, cs_insn *ins)
16 if (ins->detail == NULL)
19 sparc = &(ins->detail->sparc);
cstool_systemz.c 10 void print_insn_detail_sysz(csh handle, cs_insn *ins)
16 if (ins->detail == NULL)
19 sysz = &(ins->detail->sysz);
cstool_xcore.c 9 void print_insn_detail_xcore(csh handle, cs_insn *ins)
15 if (ins->detail == NULL)
18 xcore = &(ins->detail->xcore);
cstool_x86.c 11 void print_insn_detail_x86(csh ud, cs_mode mode, cs_insn *ins)
17 if (ins->detail == NULL)
20 x86 = &(ins->detail->x86);
63 count = cs_op_count(ud, ins, X86_OP_IMM);
67 int index = cs_op_index(ud, ins, X86_OP_IMM, i);
  /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)}}
  /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/swiftshader/third_party/llvm-7.0/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/capstone/bindings/java/
TestX86.java 43 public static void print_ins_detail(Capstone.CsInsn ins) {
44 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
46 X86.OpInfo operands = (X86.OpInfo) ins.operands;
70 ins.regName(operands.sibBase), ins.regName(operands.sibIndex), operands.sibScale);
85 int count = ins.opCount(X86_OP_IMM);
89 int index = ins.opIndex(X86_OP_IMM, i + 1);
100 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg))
    [all...]
TestSparc.java 35 public static void print_ins_detail(Capstone.CsInsn ins) {
36 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
38 Sparc.OpInfo operands = (Sparc.OpInfo) ins.operands;
45 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
51 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
53 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
TestSystemz.java 34 public static void print_ins_detail(Capstone.CsInsn ins) {
35 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
37 Systemz.OpInfo operands = (Systemz.OpInfo) ins.operands;
44 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
52 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
54 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
TestXcore.java 33 public static void print_ins_detail(Capstone.CsInsn ins) {
34 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
36 Xcore.OpInfo operands = (Xcore.OpInfo) ins.operands;
43 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
49 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
51 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
  /external/scapy/scapy/
supersocket.py 38 self.ins = socket.socket(family, type, proto)
39 self.outs = self.ins
47 return conf.raw_layer(self.ins.recv(x))
49 return self.ins.fileno()
55 if not hasattr(self, "ins") or self.ins != self.outs:
58 if hasattr(self, "ins"):
59 if self.ins and self.ins.fileno() != -1:
60 self.ins.close(
    [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
  /external/swiftshader/third_party/llvm-7.0/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

Completed in 2422 milliseconds

1 2 3 4 5 6 7 8 91011