Home
last modified time | relevance | path

Searched refs:targ (Results 1 – 25 of 113) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.cpp59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); in createFunctionFromMC() local
60 if (targ != -1ULL && targ == Index+Size) in createFunctionFromMC()
65 if (targ != -1ULL) { in createFunctionFromMC()
66 Splits.insert(targ); in createFunctionFromMC()
67 WorkList.push_back(targ); in createFunctionFromMC()
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); in createFunctionFromMC() local
79 if (targ != -1ULL && targ != Index+Size) in createFunctionFromMC()
80 Calls.push_back(targ); in createFunctionFromMC()
119 uint64_t targ = Ana->evaluateBranch(Inst.Inst, Inst.Address, Inst.Size); in createFunctionFromMC() local
120 if (targ == -1ULL) { in createFunctionFromMC()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dncnvfbts.c142 char *targ; in testConvertFromUnicode() local
180 targ = junkout; in testConvertFromUnicode()
195 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
200 if(targ == realBufferEnd) in testConvertFromUnicode()
202 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode()
205 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromUnicode()
211 (char **)&targ, in testConvertFromUnicode()
228 sourceLen, targ-junkout); in testConvertFromUnicode()
236 for(p = junkout;p<targ;p++) in testConvertFromUnicode()
254 if(expectLen != targ-junkout) in testConvertFromUnicode()
[all …]
Dncnvtst.c1017 char *targ; in convertFromU() local
1037 targ=buffer; in convertFromU()
1038 targetLimit=targ+MAX_LENGTH; in convertFromU()
1041 (char **)&targ, in convertFromU()
1055 sourceLen, targ-buffer); in convertFromU()
1057 if(expectLen != targ-buffer) in convertFromU()
1059 … log_err("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage); in convertFromU()
1060 …log_verbose("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage… in convertFromU()
1061 printSeqErr((const unsigned char *)buffer, (int32_t)(targ-buffer)); in convertFromU()
1079 log_verbose("comparing %d offsets..\n", targ-buffer); in convertFromU()
[all …]
Dnccbtst.c2637 char *targ; in testConvertFromUnicode() local
2688 targ = junkout; in testConvertFromUnicode()
2703 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
2708 if(targ == realBufferEnd) in testConvertFromUnicode()
2710 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode()
2713 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromUnicode()
2719 (char **)&targ, in testConvertFromUnicode()
2753 sourceLen, targ-junkout); in testConvertFromUnicode()
2759 for(p = junkout;p<targ;p++) in testConvertFromUnicode()
2777 if(expectLen != targ-junkout) in testConvertFromUnicode()
[all …]
Dnucnvtst.c371 char *targ; in testConvertFromU() local
404 targ = junkout; in testConvertFromU()
416 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
421 if(targ == realBufferEnd) { in testConvertFromU()
422 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromU()
425 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromU()
431 &targ, in testConvertFromU()
446 sourceLen, targ-junkout); in testConvertFromU()
456 for(ptr = junkout;ptr<targ;ptr++) { in testConvertFromU()
471 if(expectLen != targ-junkout) { in testConvertFromU()
[all …]
/external/android-clat/
Dgetaddr.c103 struct target targ; in getinterface_ip() local
106 targ.family = family; in getinterface_ip()
107 targ.foundip = 0; in getinterface_ip()
108 targ.ifindex = if_nametoindex(interface); in getinterface_ip()
109 if(targ.ifindex == 0) { in getinterface_ip()
114 ifa.ifa_family = targ.family; in getinterface_ip()
120 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ); in getinterface_ip()
121 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ); in getinterface_ip()
126 if(targ.foundip) { in getinterface_ip()
132 memcpy(retval, &targ.ip, sizeof(union anyip)); in getinterface_ip()
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp557 UnicodeString targ = srcStr; in checkIrrelevants() local
558 t->transliterate(targ); in checkIrrelevants()
559 if (srcStr == targ) return TRUE; in checkIrrelevants()
566 UnicodeString srcStr, targ, reverse; in test2() local
635 UnicodeString targ = srcStr; in test2() local
636 sourceToTarget->transliterate(targ); in test2()
639 if (targ != targ2) { in test2()
640 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); in test2()
650 UnicodeString targ = srcStr; in test2() local
651 targetToSource->transliterate(targ); in test2()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java1295 String targ = t.transliterate(cs); in checkIrrelevants() local
1296 if (cs.equals(targ)) return true; in checkIrrelevants()
1384 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSource() local
1386 if (!targ.equals(targ2)) { in checkSourceTargetSource()
1387 … logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource()
1400 String targ = targetToSource.transliterate(cs); in checkTargetSourceTarget() local
1402 if (!targ.equals(targ2)) { in checkTargetSourceTarget()
1403 … logToRulesFails("" + getTargetSource(transliteratorID) + ", toRules", cs, targ, targ2); in checkTargetSourceTarget()
1422 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSingles() local
1423 if (!toTarget.containsAll(targ) in checkSourceTargetSingles()
[all …]
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1292 String targ = t.transliterate(cs); in checkIrrelevants() local
1293 if (cs.equals(targ)) return true; in checkIrrelevants()
1381 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSource() local
1383 if (!targ.equals(targ2)) { in checkSourceTargetSource()
1384 … logToRulesFails("" + getSourceTarget(transliteratorID) + ", toRules", cs, targ, targ2); in checkSourceTargetSource()
1397 String targ = targetToSource.transliterate(cs); in checkTargetSourceTarget() local
1399 if (!targ.equals(targ2)) { in checkTargetSourceTarget()
1400 … logToRulesFails("" + getTargetSource(transliteratorID) + ", toRules", cs, targ, targ2); in checkTargetSourceTarget()
1419 String targ = sourceToTarget.transliterate(cs); in checkSourceTargetSingles() local
1420 if (!toTarget.containsAll(targ) in checkSourceTargetSingles()
[all …]
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h226 thread_arg targ = *(thread_arg *)arg;
229 targ.start_(targ.arg_);
235 thread_arg *targ = (thread_arg *)malloc(sizeof(*targ));
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);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_shader_state.c294 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); in nvc0_tfb_validate() local
297 if (!targ) { in nvc0_tfb_validate()
303 targ->stride = tfb->stride[b]; in nvc0_tfb_validate()
305 buf = nv04_resource(targ->pipe.buffer); in nvc0_tfb_validate()
312 if (!targ->clean) in nvc0_tfb_validate()
313 nvc0_hw_query_fifo_wait(nvc0, nvc0_query(targ->pq)); in nvc0_tfb_validate()
317 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate()
318 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate()
319 PUSH_DATA (push, targ->pipe.buffer_size); in nvc0_tfb_validate()
320 if (!targ->clean) { in nvc0_tfb_validate()
[all …]
Dnvc0_state.c996 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); in nvc0_so_target_create() local
997 if (!targ) in nvc0_so_target_create()
1000 targ->pq = pipe->create_query(pipe, NVC0_HW_QUERY_TFB_BUFFER_OFFSET, 0); in nvc0_so_target_create()
1001 if (!targ->pq) { in nvc0_so_target_create()
1002 FREE(targ); in nvc0_so_target_create()
1005 targ->clean = true; in nvc0_so_target_create()
1007 targ->pipe.buffer_size = size; in nvc0_so_target_create()
1008 targ->pipe.buffer_offset = offset; in nvc0_so_target_create()
1009 targ->pipe.context = pipe; in nvc0_so_target_create()
1010 targ->pipe.buffer = NULL; in nvc0_so_target_create()
[all …]
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp214 Target &targ = FromToMappings[file]; in remap() local
215 resetTarget(targ); in remap()
216 targ = memBuf.release(); in remap()
221 Target &targ = FromToMappings[file]; in remap() local
222 resetTarget(targ); in remap()
223 targ = newfile; in remap()
241 void FileRemapper::resetTarget(Target &targ) { in resetTarget() argument
242 if (!targ) in resetTarget()
245 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) { in resetTarget()
248 const FileEntry *toFE = targ.get<const FileEntry *>(); in resetTarget()
/external/selinux/libsemanage/src/
Dsemanage_store.c1262 char **argv = NULL, *s, *arg = NULL, *targ; in split_args() local
1275 targ = append(arg, '\\'); in split_args()
1276 if (targ == NULL) in split_args()
1278 arg = targ; in split_args()
1280 targ = append(arg, *(s + 1)); in split_args()
1281 if (targ == NULL) in split_args()
1283 arg = targ; in split_args()
1290 targ = append(arg, *s); in split_args()
1291 if (targ == NULL) in split_args()
1293 arg = targ; in split_args()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1120 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); in nv50_so_target_create() local
1121 if (!targ) in nv50_so_target_create()
1125 targ->pq = pipe->create_query(pipe, in nv50_so_target_create()
1127 if (!targ->pq) { in nv50_so_target_create()
1128 FREE(targ); in nv50_so_target_create()
1132 targ->pq = NULL; in nv50_so_target_create()
1134 targ->clean = true; in nv50_so_target_create()
1136 targ->pipe.buffer_size = size; in nv50_so_target_create()
1137 targ->pipe.buffer_offset = offset; in nv50_so_target_create()
1138 targ->pipe.context = pipe; in nv50_so_target_create()
[all …]
Dnv50_shader_state.c690 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); in nv50_stream_output_validate() local
691 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); in nv50_stream_output_validate()
695 if (n == 4 && !targ->clean) in nv50_stream_output_validate()
696 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq)); in nv50_stream_output_validate()
698 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); in nv50_stream_output_validate()
699 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); in nv50_stream_output_validate()
702 PUSH_DATA(push, targ->pipe.buffer_size); in nv50_stream_output_validate()
703 if (!targ->clean) { in nv50_stream_output_validate()
704 assert(targ->pq); in nv50_stream_output_validate()
706 nv50_query(targ->pq), 0x4); in nv50_stream_output_validate()
[all …]
Dnv50_push.c295 struct nv50_so_target *targ; in nv50_push_vbo() local
296 targ = nv50_so_target(info->count_from_stream_output); in nv50_push_vbo()
297 if (!targ->pq) { in nv50_push_vbo()
301 pipe->get_query_result(pipe, targ->pq, true, (void *)&vert_count); in nv50_push_vbo()
302 vert_count /= targ->stride; in nv50_push_vbo()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgtypes.c250 const char *targ;
258 targ = s+len;
260 while(*s && s<targ) {
261 while(s<targ&&isspace(*s)) s++;
262 for(p=s;s<targ&&!isspace(*p);p++);
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.cpp172 void Target::destroy(Target *targ) in destroy() argument
174 delete targ; in destroy()
177 CodeEmitter::CodeEmitter(const Target *target) : targ(target), fixupInfo(NULL) in CodeEmitter()
290 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) { in prepareEmission()
527 nv50_ir::Target *targ = nv50_ir::Target::create(chipset); in nv50_ir_get_target_library() local
528 targ->getBuiltinCode(code, size); in nv50_ir_get_target_library()
529 nv50_ir::Target::destroy(targ); in nv50_ir_get_target_library()
Dnv50_ir.h922 Target(TexTarget targ = TEX_TARGET_2D) : target(targ) { } in target() argument
941 Target& operator=(TexTarget targ)
943 assert(targ < TEX_TARGET_COUNT);
944 target = targ;
948 inline bool operator==(TexTarget targ) const { return target == targ; }
949 inline bool operator!=(TexTarget targ) const { return target != targ; }
989 inline void setTexture(Target targ, uint8_t r, uint8_t s) in setTexture() argument
993 tex.target = targ; in setTexture()
1235 Program(Type type, Target *targ);
/external/clang/test/OpenMP/
Dtarget_update_ast_print.cpp12 T foo(T targ, U uarg) { in foo() argument
19 return a + targ + (T)b; in foo()
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer355 targ="-t"
357 targ=""
2717 …echo "$ssh -f -x $ssh_port1 $targ -e none $ssh_NHAFL $ukhf -L $proxport:$ssh_host2:$ssh_port2 \"$u…
2719 …$ssh -f -x $ssh_port1 $targ -e none $ssh_NHAFL $ukhf -L $proxport:$ssh_host2:$ssh_port2 "$uath" "s…
2786 echo "$ssh -x $ssh_port $targ $C $ssh_args \"$uath\" \"$info\""
2788 $ssh -x $ssh_port $targ $C $ssh_args "$uath" "$ssh_cmd"
2792 echo "$ssh -x $ssh_port $targ $C $ssh_redir $ssh_args \"$uath\" \"$info\""
2794 $ssh -x $ssh_port $targ $C $ssh_redir $ssh_args "$uath" "$ssh_cmd"
2809 targ="-t"
2810 $ssh -x $ssh_port $targ $ssh_args "$uath" "sudo id; tty"
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java35 Object[] targ = (Object[]) target; in arrayEquals()
36 return (source.length == targ.length in arrayEquals()
37 && arrayRegionMatches(source, 0, targ, 0, source.length)); in arrayEquals()
47 int[] targ = (int[]) target; in arrayEquals() local
48 return (source.length == targ.length in arrayEquals()
49 && arrayRegionMatches(source, 0, targ, 0, source.length)); in arrayEquals()
59 double[] targ = (double[]) target; in arrayEquals() local
60 return (source.length == targ.length in arrayEquals()
61 && arrayRegionMatches(source, 0, targ, 0, source.length)); in arrayEquals()
66 byte[] targ = (byte[]) target; in arrayEquals()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUtility.java39 Object[] targ = (Object[]) target; in arrayEquals()
40 return (source.length == targ.length in arrayEquals()
41 && arrayRegionMatches(source, 0, targ, 0, source.length)); in arrayEquals()
51 int[] targ = (int[]) target; in arrayEquals() local
52 return (source.length == targ.length in arrayEquals()
53 && arrayRegionMatches(source, 0, targ, 0, source.length)); in arrayEquals()
63 double[] targ = (double[]) target; in arrayEquals() local
64 return (source.length == targ.length in arrayEquals()
65 && arrayRegionMatches(source, 0, targ, 0, source.length)); in arrayEquals()
70 byte[] targ = (byte[]) target; in arrayEquals()
[all …]
/external/ply/ply/ply/
Dyacc.py477 targ = symstack[-plen-1:]
478 targ[0] = sym
482 t1 = targ[1]
485 t1 = targ[-1]
495 pslice.slice = targ
512 … symstack.extend(targ[1:-1]) # Put the production slice back on the stack
532 targ = [sym]
539 pslice.slice = targ
797 targ = symstack[-plen-1:]
798 targ[0] = sym
[all …]

12345