HomeSort by relevance Sort by last modified time
    Searched refs:ins (Results 1 - 25 of 232) sorted by null

1 2 3 4 5 6 7 8 910

  /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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h 14 struct ins;
31 struct ins *ins; member in struct:ins_operands::__anon29785::__anon29787
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...]
annotate.c 24 static struct ins *ins__find(const char *name);
35 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size,
38 return scnprintf(bf, size, "%-6.6s %s", ins->name, ops->raw);
41 int ins__scnprintf(struct ins *ins, char *bf, size_t size,
44 if (ins->ops->scnprintf)
45 return ins->ops->scnprintf(ins, bf, size, ops);
47 return ins__raw_scnprintf(ins, bf, size, ops)
411 const struct ins *ins = insp; local
    [all...]
  /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/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.cc 83 params->ins()[i]->u.bval = input;
88 params->ins()[i]->u.dval = input;
101 params->ins()[i]->arrays.carr = input;
102 params->ins()[i]->u.count = static_cast<nacl_abi_size_t>(len);
107 params->ins()[i]->u.hval = input;
112 params->ins()[i]->u.ival = input;
117 params->ins()[i]->u.lval = input;
128 params->ins()[i]->arrays.str = input;
srpc_params.h 36 NaClSrpcArg** ins() const { return const_cast<NaClSrpcArg**>(ins_); } function in class:plugin::SrpcParams
srpc_client.cc 26 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(),
  /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...]
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 73 if (sl->ins[ct]) {
74 mp->ptrIn = (const uint8_t *)sl->ins[ct]->mHal.drvState.lod[0].mallocPtr;
75 istep = sl->ins[ct]->mHal.state.elementSizeBytes;
78 mp->in = mp->ptrIn + sl->ins[ct]->mHal.drvState.lod[0].stride * p->y;
80 if (sl->ins[ct]->mHal.drvState.lod[0].dimY > p->lid) {
81 mp->in = mp->ptrIn + sl->ins[ct]->mHal.drvState.lod[0].stride * p->lid;
112 Vector<Allocation *> ins; local
182 ins.add(ain);
194 for (size_t ct=0; ct < ins.size(); ct++) {
199 si->forEachMtlsSetup(ins[ct], outs[ct], NULL, 0, NULL, &mtls)
    [all...]
rsCpuScriptGroup.h 43 Allocation *const* ins; member in struct:android::renderscript::CpuScriptGroupImpl::ScriptList
  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 96 InputStream ins = context.getContentResolver() local
98 return new WebResourceResponse("text/html", "utf-8", ins);
103 PipedInputStream ins = new PipedInputStream(); local
104 PipedOutputStream outs = new PipedOutputStream(ins);
106 return new WebResourceResponse("text/html", "utf-8", ins);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h 99 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/
getpc.h 97 char ins[16]; member in struct:CallUnrollInfo
98 // How many bytes to match from ins array?
144 callunrollinfo[i].ins, callunrollinfo[i].ins_size)) {
  /build/core/tasks/tools/
package-modules.mk 30 $(eval ins := $(word 2,$(bui_ins)))\
31 $(if $(filter $(TARGET_OUT_ROOT)/%,$(ins)),\
36 $(patsubst $(PRODUCT_OUT)/%,%,$(ins)))))\
  /bionic/libc/arch-mips/string/
memset.S 85 ins a2,zero,0,1
93 ins a1,a1,16,16
135 ins $a2,$0,0,2
165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
166 ins a1, a1, 16, 16 # Replicate fill byte into word.
  /bionic/libc/arch-mips64/string/
memset.S 85 ins a2,zero,0,1
93 ins a1,a1,16,16
135 ins $a2,$0,0,2
165 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
166 ins a1, a1, 16, 16 # Replicate fill byte into word.
  /frameworks/base/core/tests/coretests/src/android/text/
PackedIntVectorTest.java 29 int[] ins = new int[width]; local
46 ins[j] = i + j;
52 p.insertAt(at, ins);
  /external/owasp/sanitizer/empiricism/
canned-data.js 68 "ins": true,
190 "ins",
305 "ins",
420 "ins",
535 "ins",
650 "ins",
766 "ins",
881 "ins",
996 "ins",
1111 "ins",
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 65 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/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 65 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/
p6.cpp 165 A ins; member in class:test7::B
168 void foo(int arg[__builtin_offsetof(B, ins)]);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 414 InputStream[] ins = new InputStream[valueCount]; local
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) {
674 this.ins = ins;
689 return ins[index]
    [all...]
  /external/openfst/src/include/fst/
label-reachable.h 161 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) {
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/jpeg/
mips_idct_le.S 104 ins $t0, $v0, 16, 16 # ... tmp0
143 ins $t2, $v0, 16, 16 # ... tmp1
148 ins $t4, $v1, 16, 16 # ... tmp2
153 ins $t6, $v0, 16, 16 # ... tmp3
177 ins $t1, $v0, 16, 16 # ... tmp4
185 ins $t7, $v1, 16, 16 # ... tmp7
193 ins $t5, $v0, 16, 16 # ... tmp6
197 ins $t3, $v1, 16, 16 # ... tmp5
341 ins $t0, $s0, 16, 16 # A a
357 ins $s0, $s0, 16, 16 # a
    [all...]
  /external/javassist/src/main/javassist/tools/rmi/
AppletServer.java 144 private void processRMI(InputStream ins, OutputStream outs)
147 ObjectInputStream in = new ObjectInputStream(ins);
221 private void lookupName(String cmd, InputStream ins, OutputStream outs)
224 ObjectInputStream in = new ObjectInputStream(ins);

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 910