Searched refs:ins (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/external/iptables/utils/
H A Dnfbpf_compile.c18 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
[all...]
/external/python/cpython2/RISCOS/Modules/
H A Driscosmodule.c407 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(
[all...]
/external/python/cpython2/Modules/
H A Dfcntlmodule.c426 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;
456 if (ins(
[all...]
/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference_testutil_test.cc49 string RunInferShapes(const string& op_name, const string& ins, argument
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_
[all...]
/external/capstone/cstool/
H A Dcstool_mips.c11 void print_insn_detail_mips(csh handle, cs_insn *ins) argument
17 if (ins->detail == NULL)
20 mips = &(ins->detail->mips);
H A Dcstool_ppc.c39 void print_insn_detail_ppc(csh handle, cs_insn *ins) argument
45 if (ins->detail == NULL)
48 ppc = &(ins->detail->ppc);
H A Dcstool_sparc.c10 void print_insn_detail_sparc(csh handle, cs_insn *ins) argument
16 if (ins->detail == NULL)
19 sparc = &(ins->detail->sparc);
H A Dcstool_systemz.c10 void print_insn_detail_sysz(csh handle, cs_insn *ins) argument
16 if (ins->detail == NULL)
19 sysz = &(ins->detail->sysz);
H A Dcstool_xcore.c9 void print_insn_detail_xcore(csh handle, cs_insn *ins) argument
15 if (ins->detail == NULL)
18 xcore = &(ins->detail->xcore);
H A Dcstool_x86.c11 void print_insn_detail_x86(csh ud, cs_mode mode, cs_insn *ins) argument
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/
H A Doutofbound.c95 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/capstone/suite/MC/AArch64/
H A Dneon-simd-copy.s.cs2 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 v
[all...]
/external/llvm/test/MC/AArch64/
H A Dneon-simd-copy.s9 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}} v
[all...]
/external/scapy/scapy/arch/bpf/
H A Dsupersocket.py40 ins = None variable in class:_L2bpfSocket
57 (self.ins, self.dev_bpf) = get_dev_bpf()
58 self.outs = self.ins
62 fcntl.ioctl(self.ins, BIOCSBLEN, struct.pack('I', BPF_BUFFER_LENGTH))
69 fcntl.ioctl(self.ins, BIOCSETIF, struct.pack("16s16x", self.iface.encode()))
80 fcntl.ioctl(self.ins, BIOCIMMEDIATE, struct.pack('I', 1))
88 fcntl.ioctl(self.ins, BIOCSHDRCMPLT, struct.pack('i', 1))
101 attach_filter(self.ins, self.iface, filter)
110 fcntl.ioctl(self.ins, BIOCPROMISC, struct.pack('i', value))
127 ret = fcntl.ioctl(self.ins, BIOCGDL
[all...]
/external/capstone/bindings/java/
H A DTestX86.java43 public static void print_ins_detail(Capstone.CsInsn ins) { argument
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
[all...]
H A DTestSparc.java35 public static void print_ins_detail(Capstone.CsInsn ins) { argument
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));
H A DTestSystemz.java34 public static void print_ins_detail(Capstone.CsInsn ins) { argument
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));
H A DTestXcore.java33 public static void print_ins_detail(Capstone.CsInsn ins) { argument
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));
H A DTestMips.java35 public static void print_ins_detail(Capstone.CsInsn ins) { argument
36 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
38 Mips.OpInfo operands = (Mips.OpInfo) ins.operands;
46 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
51 String base = ins.regName(i.value.mem.base);
H A DTestPpc.java34 public static void print_ins_detail(Capstone.CsInsn ins) { argument
35 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
37 Ppc.OpInfo operands = (Ppc.OpInfo) ins.operands;
44 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
50 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
/external/scapy/scapy/
H A Dsupersocket.py38 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
[all...]
/external/llvm/test/MC/Mips/cnmips/
H A Dinvalid.s16 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/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1350 struct etna_inst ins = { }; local
1351 ins.opcode = INST_OPCODE_SELECT;
1352 ins.cond = INST_CONDITION_LT;
1353 ins.dst = etna_native_to_dst(inner_temp, INST_COMPS_Y);
1354 ins.src[0] = ins.src[2] = alloc_imm_f32(c, 0.0);
1355 ins.src[1] = swizzle(src[0], SWIZZLE(Y, Y, Y, Y));
1356 emit_inst(c, &ins);
1367 struct etna_inst ins = { }; local
1368 ins
1386 struct etna_inst ins[3] = { }; local
1422 struct etna_inst ins[2] = { }; local
1523 struct etna_inst *p, ins[9] = { }; local
1534 struct etna_inst ins = { }; local
1618 struct etna_inst ins[2] = { }; local
1645 struct etna_inst ins[2] = { }; local
[all...]
/external/libxcam/tests/
H A Dtest-soft-image.cpp381 write_image (const SoftElements &ins, const SoftElements &outs, const bool &nv12_output) { argument
394 for (uint32_t i = 0; i < ins.size (); ++i) {
397 ins[i]->cv_write_image (img_name, frame_str, idx_str);
477 const SoftElements &ins, const SoftElements &outs,
481 CHECK (check_elements (ins), "invalid input elements");
486 for (uint32_t i = 0; i < ins.size (); ++i) {
487 CHECK (ins[i]->rewind_file (), "rewind buffer from file(%s) failed", ins[i]->get_file_name ());
493 for (uint32_t i = 0; i < ins.size (); ++i) {
494 ret = ins[
475 run_stitcher( const SmartPtr<Stitcher> &stitcher, const SoftElements &ins, const SoftElements &outs, bool nv12_output, bool save_output, int loop) argument
556 SoftElements ins; local
[all...]
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtraining_eager.py221 def train_on_batch(model, ins):
226 ins: Input and output batch numpy arrays.
232 for ib in ins:
251 def test_on_batch(model, ins):
256 ins: Input and output batch numpy arrays.
262 for ib in ins:
284 ins,
296 """Abstract fit function for `f(ins)`.
302 ins: List of tensors to be fed to `f`
335 if (verbose and ins an
[all...]

Completed in 669 milliseconds

1234567891011>>