Searched defs:ins (Results 1 - 25 of 49) sorted by relevance

12

/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/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.h36 NaClSrpcArg** ins() const { return const_cast<NaClSrpcArg**>(ins_); } function in class:plugin::SrpcParams
H A Dsrpc_client.cc26 const char* ins,
34 ins_(STRDUP(ins)),
46 char* ins() const { return ins_; } function in class:plugin::MethodInfo
156 return params->Init(method_info->ins(), method_info->outs());
181 params->ins(),
24 MethodInfo(const RpcFunction function_ptr, const char* name, const char* ins, const char* outs, const uint32_t index = UINT_MAX) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dgetpc.h99 char ins[16]; member in struct:CallUnrollInfo
100 // How many bytes to match from ins array?
147 callunrollinfo[i].ins, callunrollinfo[i].ins_size)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dgetpc.h97 char ins[16]; member in struct:CallUnrollInfo
98 // How many bytes to match from ins array?
144 callunrollinfo[i].ins, callunrollinfo[i].ins_size)) {
/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/pcre/dist/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_INT_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_INT_OP) ? op_v : op_dv; \
155 FAIL_IF(push_inst(compiler, ins |
163 sljit_ins ins; local
[all...]
H A DsljitNativeARM_32.c2481 sljit_uw cc, ins; local
2501 ins = (op == SLJIT_AND ? AND_DP : (op == SLJIT_OR ? ORR_DP : EOR_DP));
2503 FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(ins, 0, dst, dst, SRC2_IMM | 1) & ~COND_MASK) | cc));
2520 FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(ins, 0, dst_r, src, SRC2_IMM | 1) & ~COND_MASK) | cc));
2521 FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(ins, 0, dst_r, src, SRC2_IMM | 0) & ~COND_MASK) | (cc ^ 0x10000000)));
/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);
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Ddfa.c124 DFA_new(Ins *ins, unsigned int ni, unsigned int lb, unsigned int ub, Char *rep) argument
139 DFA_findState(d, work, closure(work, &ins[0]) - work);
H A Dactions.c195 re->d.RuleOp.ins = i;
607 r->d.RuleOp.ins = NULL;
644 Ins *ins, *eoi; local
671 ins = malloc(sizeof(Ins)*(re->size+1));
672 memset(ins, 0, (re->size+1)*sizeof(Ins));
673 RegExp_compile(re, rep, ins);
674 eoi = &ins[re->size];
678 optimize(ins);
680 unmark(&ins[j]);
681 if(ins[
[all...]
H A Dre.h6 #include "tools/re2c/ins.h"
90 Ins *ins; member in struct:RegExp::__anon16385::__anon16386
/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/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h14 struct ins;
31 struct ins *ins; member in struct:ins_operands::__anon25174::__anon25176
40 int (*scnprintf)(struct ins *ins, char *bf, size_t size,
44 struct ins { struct
49 bool ins__is_jump(const struct ins *ins);
50 bool ins__is_call(const struct ins *ins);
60 struct ins *ins; member in struct:disasm_line
[all...]
H A Dannotate.c24 static struct ins *ins__find(const char *name);
35 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, argument
38 return scnprintf(bf, size, "%-6.6s %s", ins->name, ops->raw);
41 int ins__scnprintf(struct ins *ins, char *bf, size_t size, argument
44 if (ins->ops->scnprintf)
45 return ins->ops->scnprintf(ins, bf, size, ops);
47 return ins__raw_scnprintf(ins, b
87 call__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
104 ins__is_call(const struct ins *ins) argument
123 jump__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
134 ins__is_jump(const struct ins *ins) argument
193 lock__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
264 mov__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
306 dec__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops) argument
411 const struct ins *ins = insp; local
[all...]
/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/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c276 pANTLR3_INPUT_STREAM ins; local
281 ins = NULL;
294 ins = lexer->input;
295 is = ins->istream;
338 ex->line = ins->getLine (ins); /* Line number comes from stream */
339 ex->charPositionInLine = ins->getCharPositionInLine (ins); /* Line offset also comes from the stream */
341 ex->streamName = ins->fileName;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java932 public void readConfiguration(InputStream ins) throws IOException { argument
934 super.readConfiguration(ins);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java414 InputStream[] ins = new InputStream[valueCount];
417 ins[i] = new FileInputStream(entry.getCleanFile(i));
422 if (ins[i] != null) {
423 Util.closeQuietly(ins[i]);
437 return new Snapshot(key, entry.sequenceNumber, ins, entry.lengths);
668 private final InputStream[] ins; field in class:DiskLruCache.Snapshot
671 private Snapshot(String key, long sequenceNumber, InputStream[] ins, long[] lengths) { argument
674 this.ins = ins;
689 return ins[inde
[all...]
/external/openfst/src/include/fst/
H A Dlabel-reachable.h161 StateId ins = fst_->NumStates(); local
163 FindIntervals(ins);
410 StateId ins = fst_->NumStates(); local
411 StateId ons = ins;
413 vector<ssize_t> indeg(ins, 0);
416 for (StateId s = 0; s < ins; ++s) {
467 void FindIntervals(StateId ins) { argument
477 isets.resize(ins);
493 for (ssize_t s = 0; s < ins; ++s) {
500 VLOG(2) << "# of states: " << ins;
502 VLOG(2) << "# of intervals/state: " << nintervals/ins; local
[all...]
/external/openssl/crypto/des/
H A Ddes.c131 struct stat ins,outs; local
266 (stat(in,&ins) != -1) &&
268 (ins.st_dev == outs.st_dev) &&
269 (ins.st_ino == outs.st_ino))
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... final long sequenceNumber private final java.io.InputStream[] ins private final long[] lengths final synthetic com.jakewharton. ...
/external/javassist/src/main/javassist/
H A DCtClassType.java92 CtClassType(InputStream ins, ClassPool cp) throws IOException { argument
94 classfile = new ClassFile(new DataInputStream(ins));
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp348 FX_BYTE ins = ins_array[ins_off++]; local
349 if (ins == 0xff) {
360 int next_off = ins_off + ins * 3;

Completed in 9854 milliseconds

12