HomeSort by relevance Sort by last modified time
    Searched defs:targ (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/android-clat/
getaddr.c 103 struct target targ; local
106 targ.family = family;
107 targ.foundip = 0;
108 targ.ifindex = if_nametoindex(interface);
109 if(targ.ifindex == 0) {
114 ifa.ifa_family = targ.family;
120 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ);
121 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
126 if(targ.foundip) {
132 memcpy(retval, &targ.ip, sizeof(union anyip))
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MCFunction.cpp 59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); local
60 if (targ != -1ULL && targ == Index+Size)
65 if (targ != -1ULL) {
66 Splits.insert(targ);
67 WorkList.push_back(targ);
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); local
79 if (targ != -1ULL && targ != Index+Size)
80 Calls.push_back(targ);
119 uint64_t targ = Ana->evaluateBranch(Inst.Inst, Inst.Address, Inst.Size); local
    [all...]
MachODump.cpp 591 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, local
594 if (targ != -1ULL)
595 DumpAddress(targ, Sections, MachOObj.get(), outs());
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 252 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); local
253 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer);
256 targ->stride = tfb->stride[b];
261 if (!targ->clean)
262 nvc0_query_fifo_wait(push, targ->pq);
265 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset);
266 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset);
267 PUSH_DATA (push, targ->pipe.buffer_size);
268 if (!targ->clean) {
269 nvc0_query_pushbuf_submit(push, targ->pq, 0x4)
    [all...]
nvc0_push.c 345 struct nvc0_so_target *targ; local
346 targ = nvc0_so_target(info->count_from_stream_output);
347 pipe->get_query_result(pipe, targ->pq, TRUE, (void*)&vert_count);
348 vert_count /= targ->stride;
nvc0_query.c 500 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local
508 nvc0_query(targ->pq)->index = index;
510 nvc0_query_end(pipe, targ->pq);
nvc0_state.c 875 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); local
876 if (!targ)
879 targ->pq = pipe->create_query(pipe, NVC0_QUERY_TFB_BUFFER_OFFSET);
880 if (!targ->pq) {
881 FREE(targ);
884 targ->clean = TRUE;
886 targ->pipe.buffer_size = size;
887 targ->pipe.buffer_offset = offset;
888 targ->pipe.context = pipe;
889 targ->pipe.buffer = NULL
900 struct nvc0_so_target *targ = nvc0_so_target(ptarg); local
    [all...]
nvc0_vbo_translate.c 464 struct nvc0_so_target *targ; local
465 targ = nvc0_so_target(info->count_from_stream_output);
466 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
467 vert_count /= targ->stride;
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 214 Target &targ = FromToMappings[file]; local
215 resetTarget(targ);
216 targ = memBuf.release();
221 Target &targ = FromToMappings[file]; local
222 resetTarget(targ);
223 targ = newfile;
241 void FileRemapper::resetTarget(Target &targ) {
242 if (!targ)
245 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
248 const FileEntry *toFE = targ.get<const FileEntry *>()
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_push.c 254 struct nv50_so_target *targ; local
255 targ = nv50_so_target(info->count_from_stream_output);
256 if (!targ->pq) {
260 pipe->get_query_result(pipe, targ->pq, TRUE, (void *)&vert_count);
261 vert_count /= targ->stride;
nv50_query.c 370 struct nv50_so_target *targ = nv50_so_target(ptarg); local
379 nv50_query(targ->pq)->index = index;
380 nv50_query_end(pipe, targ->pq);
nv50_shader_state.c 586 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); local
587 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer);
591 if (n == 4 && !targ->clean)
592 nv84_query_fifo_wait(push, targ->pq);
594 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset);
595 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset);
598 PUSH_DATA(push, targ->pipe.buffer_size);
601 if (!targ->clean) {
602 assert(targ->pq);
603 nv50_query_pushbuf_submit(push, targ->pq, 0x4)
    [all...]
nv50_state.c 953 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); local
954 if (!targ)
958 targ->pq = pipe->create_query(pipe,
960 if (!targ->pq) {
961 FREE(targ);
965 targ->pq = NULL;
967 targ->clean = TRUE;
969 targ->pipe.buffer_size = size;
970 targ->pipe.buffer_offset = offset;
971 targ->pipe.context = pipe
983 struct nv50_so_target *targ = nv50_so_target(ptarg); local
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 226 thread_arg targ = *(thread_arg *)arg; local
229 targ.start_(targ.arg_);
235 thread_arg *targ = (thread_arg *)malloc(sizeof(*targ)); local
236 if (targ == NULL) return 1;
240 targ->start_ = start;
241 targ->arg_ = arg;
242 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
244 free(targ);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
aout-adobe.c 198 char *targ; local
218 targ = getenv ("GNUTARGET");
219 if (targ && !strcmp (targ, aout_adobe_vec.name))
pe-mips.c 623 bfd_vma val, tmp, targ, src, low; local
734 /* printf ("refword: src=%08x targ=%08x+%08x\n", src, tmp, val); */
741 targ = val + (tmp & 0x03ffffff) * 4;
742 if ((src & 0xf0000000) != (targ & 0xf0000000))
749 tmp |= (targ / 4) & 0x3ffffff;
759 targ = val + rel[1].r_offset + ((tmp & 0xffff) << 16);
767 targ = val + low + ((tmp & 0xffff) << 16);
776 tmp |= (targ >> 16) & 0xffff;
782 targ = val + (tmp & 0xffff);
783 /* printf ("refword: src=%08x targ=%08x\n", src, targ); *
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 38 Object[] targ = (Object[]) target;
39 return (source.length == targ.length
40 && arrayRegionMatches(source, 0, targ, 0, source.length));
50 int[] targ = (int[]) target; local
51 return (source.length == targ.length
52 && arrayRegionMatches(source, 0, targ, 0, source.length));
62 double[] targ = (double[]) target; local
63 return (source.length == targ.length
64 && arrayRegionMatches(source, 0, targ, 0, source.length));
69 byte[] targ = (byte[]) target
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ncnvfbts.c 142 char *targ; local
180 targ = junkout;
195 end = nct_min(targ + gOutBufferSize, realBufferEnd);
200 if(targ == realBufferEnd)
202 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
205 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
211 (char **)&targ,
228 sourceLen, targ-junkout);
236 for(p = junkout;p<targ;p++
304 UChar *targ; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 34 Object[] targ = (Object[]) target;
35 return (source.length == targ.length
36 && arrayRegionMatches(source, 0, targ, 0, source.length));
46 int[] targ = (int[]) target; local
47 return (source.length == targ.length
48 && arrayRegionMatches(source, 0, targ, 0, source.length));
58 double[] targ = (double[]) target; local
59 return (source.length == targ.length
60 && arrayRegionMatches(source, 0, targ, 0, source.length));
65 byte[] targ = (byte[]) target
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 541 Converter::cvtTexTarget(enum sm4_target targ,
550 switch (targ) {
559 switch (targ) {
857 enum sm4_target targ = (enum sm4_target)dcl.dcl_resource.target; local
860 resourceType[idx][0] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE, NULL);
861 resourceType[idx][1] = cvtTexTarget(targ, SM4_OPCODE_SAMPLE_C, NULL);
    [all...]
nv50_ir_ssa.cpp 448 const Target *targ = prog->getTarget(); local
456 ssa = new_LValue(func, targ->nativeFile(lval->reg.file));
481 new_LValue(func, targ->nativeFile(lval->reg.file)));
nv50_ir_target.h 87 const Target *targ; member in class:nv50_ir::CodeEmitter
nv50_ir.cpp 952 FlowInstruction::FlowInstruction(Function *fn, operation op, void *targ)
956 target.fn = reinterpret_cast<Function *>(targ);
958 target.bb = reinterpret_cast<BasicBlock *>(targ);
966 terminator = targ ? 1 : 0;
1114 nv50_ir::Target *targ = nv50_ir::Target::create(info->target); local
1115 if (!targ)
1118 nv50_ir::Program *prog = new nv50_ir::Program(type, targ);
1143 targ->parseDriverInfo(info);
1179 nv50_ir::Target::destroy(targ);
nv50_ir_emit_nv50.cpp 49 const TargetNV50 *targ; member in class:nv50_ir::CodeEmitterNV50
607 if (targ->getChipset() >= 0x84) {
    [all...]
nv50_ir_lowering_nv50.cpp 545 const Target *const targ; member in class:nv50_ir::NV50LoweringPreSSA
553 targ(prog->getTarget()), tid(NULL)
853 uint32_t addr = targ->getSVAddress(FILE_SHADER_OUTPUT, sym);
892 uint32_t addr = targ->getSVAddress(FILE_SHADER_INPUT, sym);

Completed in 442 milliseconds

1 2 3 4 5