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

12345678

/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/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/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/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/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/jsmin/
H A D__init__.py56 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
/external/libese/esed/pn81a/
H A Dapdu.cpp23 CommandApdu::CommandApdu(const uint8_t cla, const uint8_t ins, const uint8_t p1, const uint8_t p2, argument
42 *it++ = ins;
H A Dapdu.h35 CommandApdu(uint8_t cla, uint8_t ins, uint8_t p1, uint8_t p2) argument
36 : CommandApdu(cla, ins, p1, p2, 0, 0) {}
37 CommandApdu(uint8_t cla, uint8_t ins, uint8_t p1, uint8_t p2, size_t lc, size_t le);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp65 Item *ins = new Item(data); local
67 ins->next = pos->next;
68 ins->prev = pos;
69 pos->next->prev = ins;
70 pos->next = ins;
73 term = ins;
/external/clang/test/CXX/class.access/
H A Dp6.cpp165 A ins; member in class:test7::B
168 void foo(int arg[__builtin_offsetof(B, ins)]);
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp812 // Transform "ins[bwl] %dx, %es:(%edi)" into "ins[bwl]"
813 if (Name.startswith("ins") && Operands.size() == 3 &&
858 const char *ins; local
862 ins = "lodsb";
864 ins = "lodsw";
866 ins = "lodsl";
868 ins = "lodsq";
870 ins = NULL;
871 if (ins !
888 const char *ins; local
[all...]
/external/ImageMagick/www/api/
H A Ddeprecate.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
H A Dmagick-deprecate.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
H A Dmagick.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
H A Danimate.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
H A Dsignature.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
H A Dcolormap.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
H A Dmogrify.php33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle"
37 data-ad-format="auto"></ins>
/external/javassist/src/main/javassist/tools/rmi/
H A DAppletServer.java144 private void processRMI(InputStream ins, OutputStream outs) argument
147 ObjectInputStream in = new ObjectInputStream(ins);
221 private void lookupName(String cmd, InputStream ins, OutputStream outs) argument
224 ObjectInputStream in = new ObjectInputStream(ins);
H A DObjectImporter.java237 InputStream ins = new BufferedInputStream(sock.getInputStream());
238 skipHeader(ins);
239 ObjectInputStream din = new ObjectInputStream(ins);
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
H A Dtest_object_graph.py245 outs, ins = graph.get_edges(n1)
248 self.assertFalse(isinstance(ins, list))
250 ins = list(ins)
261 self.assertTrue(n1 not in ins)
262 self.assertTrue(n2 not in ins)
263 self.assertTrue(n3 in ins)
264 self.assertTrue(n4 not in ins)
265 self.assertTrue(n5 in ins)
266 self.assertTrue(n6 not in ins)
[all...]
/external/boringssl/linux-aarch64/crypto/modes/
H A Dghashv8-armx64.S43 ins v2.d[0],v1.d[1]
44 ins v1.d[1],v0.d[0]
84 ins v2.d[0],v1.d[1]
85 ins v1.d[1],v0.d[0]
177 ins v2.d[0],v1.d[1]
178 ins v1.d[1],v0.d[0]
214 ins v2.d[0],v1.d[1]
215 ins v1.d[1],v0.d[0]
/external/javassist/src/main/javassist/
H A DClassPoolTail.java331 InputStream ins = null;
335 ins = list.path.openClassfile(classname);
342 if (ins == null)
345 return ins;
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_64.c34 sljit_ins ins; local
85 ins = (shift == 32) ? DSLL32 : DSLL;
87 ins |= SH_IMM(shift);
88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar));
142 ins = op_dimm32; \
146 ins = (op & SLJIT_I32_OP) ? op_imm : op_dimm; \
148 FAIL_IF(push_inst(compiler, ins | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \
150 FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \
153 ins = (op & SLJIT_I32_OP) ? op_v : op_dv; \
155 FAIL_IF(push_inst(compiler, ins |
163 sljit_ins ins; local
[all...]
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2.S318 ins t2, t1, 16, 16
1249 ins t0, t1, 16, 16 // t0 = |Q1|Q0|P1|P0|
1256 ins t2, t3, 16, 16
1276 ins t0, t1, 16, 16
1383 ins v0, v1, 16, 16
1384 ins t0, t1, 16, 16
1421 ins v0, v1, 16, 16
1422 ins t0, t1, 16, 16
1460 ins v0, v1, 16, 16
1461 ins t
[all...]
/external/llvm/test/MC/Mips/micromips/
H A Dinvalid.s26 ins $2, $3, -1, 31 # CHECK: :[[@LINE]]:15: error: expected 5-bit unsigned immediate
27 ins $2, $3, 32, 31 # CHECK: :[[@LINE]]:15: error: expected 5-bit unsigned immediate
28 ins $2, $3, -1, 1 # CHECK: :[[@LINE]]:15: error: expected 5-bit unsigned immediate
29 ins $2, $3, 32, 1 # CHECK: :[[@LINE]]:15: error: expected 5-bit unsigned immediate
30 ins $2, $3, 0, -1 # CHECK: :[[@LINE]]:18: error: expected immediate in range 1 .. 32
31 ins $2, $3, 0, 33 # CHECK: :[[@LINE]]:18: error: expected immediate in range 1 .. 32

Completed in 661 milliseconds

12345678