/external/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 142 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 …]
|
D | ncnvtst.c | 1017 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 …]
|
D | nccbtst.c | 2637 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 …]
|
/external/android-clat/ |
D | getaddr.c | 102 struct target targ; in getinterface_ip() local 105 targ.family = family; in getinterface_ip() 106 targ.foundip = 0; in getinterface_ip() 107 targ.ifindex = if_nametoindex(interface); in getinterface_ip() 108 if (targ.ifindex == 0) { in getinterface_ip() 113 ifa.ifa_family = targ.family; in getinterface_ip() 119 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ); in getinterface_ip() 120 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ); in getinterface_ip() 125 if (targ.foundip) { in getinterface_ip() 131 memcpy(retval, &targ.ip, sizeof(union anyip)); in getinterface_ip()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | FixTypeConstructors.cpp | 43 TIntermTyped *targ = arg->getAsTyped(); in visitAggregate() local 45 if (targ) in visitAggregate() 47 argsSize += targ->getNominalSize(); in visitAggregate() 51 beforeSize += targ->getNominalSize(); in visitAggregate() 57 TIntermTyped *targ = lastArg->getAsTyped(); in visitAggregate() local 62 newSwizzle = new TIntermSwizzle(targ->deepCopy(), {0}); in visitAggregate() 65 newSwizzle = new TIntermSwizzle(targ->deepCopy(), {0, 1}); in visitAggregate() 68 newSwizzle = new TIntermSwizzle(targ->deepCopy(), {0, 1, 2}); in visitAggregate()
|
/external/icu/icu4c/source/test/intltest/ |
D | transrt.cpp | 558 UnicodeString targ = srcStr; in checkIrrelevants() local 559 t->transliterate(targ); in checkIrrelevants() 560 if (srcStr == targ) return TRUE; in checkIrrelevants() 567 UnicodeString srcStr, targ, reverse; in test2() local 636 UnicodeString targ = srcStr; in test2() local 637 sourceToTarget->transliterate(targ); in test2() 640 if (targ != targ2) { in test2() 641 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); in test2() 651 UnicodeString targ = srcStr; in test2() local 652 targetToSource->transliterate(targ); in test2() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | RoundTripTest.java | 1295 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/libaom/libaom/aom_util/ |
D | aom_thread.h | 170 thread_arg targ = *(thread_arg *)arg; 173 targ.start_(targ.arg_); 179 thread_arg *targ = (thread_arg *)malloc(sizeof(*targ)); 180 if (targ == NULL) return 1; 184 targ->start_ = start; 185 targ->arg_ = arg; 186 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ); 188 free(targ);
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | RoundTripTest.java | 1292 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/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_shader_state.c | 337 struct nvc0_so_target *targ = nvc0_so_target(nvc0->tfbbuf[b]); in nvc0_tfb_validate() local 340 if (targ && tfb) in nvc0_tfb_validate() 341 targ->stride = tfb->stride[b]; in nvc0_tfb_validate() 343 if (!targ || !targ->stride) { in nvc0_tfb_validate() 348 buf = nv04_resource(targ->pipe.buffer); in nvc0_tfb_validate() 355 if (!targ->clean) in nvc0_tfb_validate() 356 nvc0_hw_query_fifo_wait(nvc0, nvc0_query(targ->pq)); in nvc0_tfb_validate() 360 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate() 361 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); in nvc0_tfb_validate() 362 PUSH_DATA (push, targ->pipe.buffer_size); in nvc0_tfb_validate() [all …]
|
D | nvc0_state.c | 1048 struct nvc0_so_target *targ = MALLOC_STRUCT(nvc0_so_target); in nvc0_so_target_create() local 1049 if (!targ) in nvc0_so_target_create() 1052 targ->pq = pipe->create_query(pipe, NVC0_HW_QUERY_TFB_BUFFER_OFFSET, 0); in nvc0_so_target_create() 1053 if (!targ->pq) { in nvc0_so_target_create() 1054 FREE(targ); in nvc0_so_target_create() 1057 targ->clean = true; in nvc0_so_target_create() 1059 targ->pipe.buffer_size = size; in nvc0_so_target_create() 1060 targ->pipe.buffer_offset = offset; in nvc0_so_target_create() 1061 targ->pipe.context = pipe; in nvc0_so_target_create() 1062 targ->pipe.buffer = NULL; in nvc0_so_target_create() [all …]
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 249 thread_arg targ = *(thread_arg *)arg; 252 targ.start_(targ.arg_); 258 thread_arg *targ = (thread_arg *)malloc(sizeof(*targ)); 259 if (targ == NULL) return 1; 263 targ->start_ = start; 264 targ->arg_ = arg; 265 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ); 267 free(targ);
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 214 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/llvm-project/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 230 Target &targ = FromToMappings[file]; in remap() local 231 resetTarget(targ); in remap() 232 targ = memBuf.release(); in remap() 237 Target &targ = FromToMappings[file]; in remap() local 238 resetTarget(targ); in remap() 239 targ = newfile; in remap() 259 void FileRemapper::resetTarget(Target &targ) { in resetTarget() argument 260 if (!targ) in resetTarget() 263 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) { in resetTarget() 266 const FileEntry *toFE = targ.get<const FileEntry *>(); in resetTarget()
|
/external/icu/icu4c/source/tools/pkgdata/ |
D | pkgtypes.c | 251 const char *targ; 259 targ = s+len; 261 while(*s && s<targ) { 262 while(s<targ&&isspace(*s)) s++; 263 for(p=s;s<targ&&!isspace(*p);p++);
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_update_ast_print.cpp | 24 T foo(T targ, U uarg) { in foo() argument 28 #pragma omp target update to(([a][targ])p, a) if(l>5) device(l) nowait depend(inout:l) in foo() 30 #pragma omp target update from(b, ([a][targ])p) if(l<5) device(l-1) nowait depend(inout:l) in foo() 72 return a + targ + (T)b; in foo()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1127 struct nv50_so_target *targ = MALLOC_STRUCT(nv50_so_target); in nv50_so_target_create() local 1128 if (!targ) in nv50_so_target_create() 1132 targ->pq = pipe->create_query(pipe, in nv50_so_target_create() 1134 if (!targ->pq) { in nv50_so_target_create() 1135 FREE(targ); in nv50_so_target_create() 1139 targ->pq = NULL; in nv50_so_target_create() 1141 targ->clean = true; in nv50_so_target_create() 1143 targ->pipe.buffer_size = size; in nv50_so_target_create() 1144 targ->pipe.buffer_offset = offset; in nv50_so_target_create() 1145 targ->pipe.context = pipe; in nv50_so_target_create() [all …]
|
D | nv50_shader_state.c | 694 struct nv50_so_target *targ = nv50_so_target(nv50->so_target[i]); in nv50_stream_output_validate() local 695 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer); in nv50_stream_output_validate() 699 if (n == 4 && !targ->clean) in nv50_stream_output_validate() 700 nv84_hw_query_fifo_wait(push, nv50_query(targ->pq)); in nv50_stream_output_validate() 702 PUSH_DATAh(push, buf->address + targ->pipe.buffer_offset); in nv50_stream_output_validate() 703 PUSH_DATA (push, buf->address + targ->pipe.buffer_offset); in nv50_stream_output_validate() 706 PUSH_DATA(push, targ->pipe.buffer_size); in nv50_stream_output_validate() 707 if (!targ->clean) { in nv50_stream_output_validate() 708 assert(targ->pq); in nv50_stream_output_validate() 710 nv50_query(targ->pq), 0x4); in nv50_stream_output_validate() [all …]
|
/external/selinux/libsemanage/src/ |
D | semanage_store.c | 1293 char **argv = NULL, *s, *arg = NULL, *targ; in split_args() local 1306 targ = append(arg, '\\'); in split_args() 1307 if (targ == NULL) in split_args() 1309 arg = targ; in split_args() 1311 targ = append(arg, *(s + 1)); in split_args() 1312 if (targ == NULL) in split_args() 1314 arg = targ; in split_args() 1321 targ = append(arg, *s); in split_args() 1322 if (targ == NULL) in split_args() 1324 arg = targ; in split_args() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_sched_gm107.h | 8 SchedDataCalculatorGM107(const TargetGM107 *targ) : targ(targ) {} in SchedDataCalculatorGM107() argument 105 const TargetGM107 *targ; variable
|
D | nv50_ir_target.cpp | 181 void Target::destroy(Target *targ) in destroy() argument 183 delete targ; in destroy() 186 CodeEmitter::CodeEmitter(const Target *target) : targ(target), fixupInfo(NULL) in CodeEmitter() 299 if (i->op == OP_MEMBAR && !targ->isOpSupported(OP_MEMBAR, TYPE_NONE)) { in prepareEmission() 515 nv50_ir::Target *targ = nv50_ir::Target::create(chipset); in nv50_ir_get_target_library() local 516 targ->getBuiltinCode(code, size); in nv50_ir_get_target_library() 517 nv50_ir::Target::destroy(targ); in nv50_ir_get_target_library()
|
/external/cldr/tools/scripts/web/ |
D | bugdiffs | 2273 my $targ = shift || ''; 2277 $targ = " target=\"$targ\"" if ($targ); 2278 "<A href=\"" . jitterbugURL($user, $id) . "\"$targ>$id</A>"; 2288 my $targ = shift; 2289 $targ = " target=\"$targ\"" if ($targ); 2291 "<A href=\"$LOG_URL/$relFile\"$targ>$relFile</A>"; 2304 my $targ = shift; 2305 $targ = " target=\"$targ\"" if ($targ); 2306 "<A href=\"$LOG_URL/$mod/?only_with_tag=$tag\"$targ>$tag</A>";
|
/external/openssh/ |
D | scp.c | 888 char *bp, *tuser, *thost, *targ; in toremote() local 898 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ); in toremote() 906 &targ) == -1) { in toremote() 942 *targ == '-' ? "-- " : "", targ); in toremote() 980 thost, targ); in toremote() 986 *targ == '-' ? "-- " : "", targ); in toremote() 1000 free(targ); in toremote() 1243 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048], visbuf[2048]; local 1263 targ = *argv; 1265 verifydir(targ); [all …]
|
/external/clang/test/OpenMP/ |
D | target_update_ast_print.cpp | 12 T foo(T targ, U uarg) { in foo() argument 19 return a + targ + (T)b; in foo()
|
/external/llvm-project/openmp/runtime/test/misc_bugs/ |
D | omp_foreign_thread_team_reuse.c | 26 thread_arg_t* targ = (thread_arg_t*)arg; in thread_function() local 27 int iterations = targ->iterations; in thread_function()
|