Home
last modified time | relevance | path

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

12

/external/quake/quake/src/QW/progs/
Dcombat.qc4 void(entity targ, entity attacker) ClientObituary;
21 float(entity targ, entity inflictor) CanDamage =
24 if (targ.movetype == MOVETYPE_PUSH)
26 traceline(inflictor.origin, 0.5 * (targ.absmin + targ.absmax), TRUE, self);
29 if (trace_ent == targ)
34 traceline(inflictor.origin, targ.origin, TRUE, self);
37 traceline(inflictor.origin, targ.origin + '15 15 0', TRUE, self);
40 traceline(inflictor.origin, targ.origin + '-15 -15 0', TRUE, self);
43 traceline(inflictor.origin, targ.origin + '-15 15 0', TRUE, self);
46 traceline(inflictor.origin, targ.origin + '15 -15 0', TRUE, self);
[all …]
Dclient.qc1206 void(entity targ, entity attacker) ClientObituary =
1216 targteam = infokey(targ, "team");
1218 if (targ.classname == "player")
1223 if (targ.deathtype == "selfwater")
1225 bprint (PRINT_MEDIUM, targ.netname);
1227 targ.frags = targ.frags - 1;
1234 bprint (PRINT_MEDIUM,targ.netname);
1238 logfrag (attacker.owner, targ);
1247 bprint (PRINT_MEDIUM,targ.netname);
1250 targ.frags = targ.frags - 1;
[all …]
Dplats.qc253 local entity targ;
255 targ = find (world, targetname, self.target);
256 self.target = targ.target;
259 if (targ.wait)
260 self.wait = targ.wait;
264 SUB_CalcMove (targ.origin - self.mins, self.speed, train_wait);
270 local entity targ;
272 targ = find (world, targetname, self.target);
273 self.target = targ.target;
274 setorigin (self, targ.origin - self.mins);
Ddefs.qc721 void(entity targ, entity inflictor, entity attacker, float damage) T_Damage;
726 float(entity targ, entity inflictor) CanDamage;
Dweapons.qc3 void (entity targ, entity inflictor, entity attacker, float damage) T_Damage;
/external/icu4c/test/cintltst/
Dncnvfbts.c140 char *targ; in testConvertFromUnicode() local
178 targ = junkout; in testConvertFromUnicode()
193 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
198 if(targ == realBufferEnd) in testConvertFromUnicode()
200 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode()
203 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromUnicode()
209 (char **)&targ, in testConvertFromUnicode()
226 sourceLen, targ-junkout); in testConvertFromUnicode()
234 for(p = junkout;p<targ;p++) in testConvertFromUnicode()
252 if(expectLen != targ-junkout) in testConvertFromUnicode()
[all …]
Dncnvtst.c1018 char *targ; in convertFromU() local
1038 targ=buffer; in convertFromU()
1039 targetLimit=targ+MAX_LENGTH; in convertFromU()
1042 (char **)&targ, in convertFromU()
1056 sourceLen, targ-buffer); in convertFromU()
1058 if(expectLen != targ-buffer) in convertFromU()
1060 … log_err("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage); in convertFromU()
1061 …log_verbose("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage… in convertFromU()
1062 printSeqErr((const unsigned char *)buffer, (int32_t)(targ-buffer)); in convertFromU()
1080 log_verbose("comparing %d offsets..\n", targ-buffer); in convertFromU()
[all …]
Dnccbtst.c2654 char *targ; in testConvertFromUnicode() local
2705 targ = junkout; in testConvertFromUnicode()
2720 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromUnicode()
2725 if(targ == realBufferEnd) in testConvertFromUnicode()
2727 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromUnicode()
2730 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromUnicode()
2736 (char **)&targ, in testConvertFromUnicode()
2773 sourceLen, targ-junkout); in testConvertFromUnicode()
2779 for(p = junkout;p<targ;p++) in testConvertFromUnicode()
2797 if(expectLen != targ-junkout) in testConvertFromUnicode()
[all …]
Dnucnvtst.c383 char *targ; in testConvertFromU() local
416 targ = junkout; in testConvertFromU()
428 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU()
433 if(targ == realBufferEnd) { in testConvertFromU()
434 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromU()
437 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromU()
443 &targ, in testConvertFromU()
458 sourceLen, targ-junkout); in testConvertFromU()
468 for(ptr = junkout;ptr<targ;ptr++) { in testConvertFromU()
483 if(expectLen != targ-junkout) { in testConvertFromU()
[all …]
/external/icu4c/test/intltest/
Dtransrt.cpp553 UnicodeString targ = srcStr; in checkIrrelevants() local
554 t->transliterate(targ); in checkIrrelevants()
555 if (srcStr == targ) return TRUE; in checkIrrelevants()
562 UnicodeString srcStr, targ, reverse; in test2() local
631 UnicodeString targ = srcStr; in test2() local
632 sourceToTarget->transliterate(targ); in test2()
635 if (targ != targ2) { in test2()
636 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); in test2()
646 UnicodeString targ = srcStr; in test2() local
647 targetToSource->transliterate(targ); in test2()
[all …]
/external/oprofile/libabi/
Dopimport.cpp69 void extract(T & targ, void const * src_,
75 void extractor::extract(T & targ, void const * src_, in extract() argument
82 targ = 0; in extract()
97 targ = (targ << 8) | src[nbytes]; in extract()
100 targ = (targ << 8) | src[i]; in extract()
103 cerr << " = " << targ << endl; in extract()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp244 Target &targ = FromToMappings[file]; in remap() local
245 resetTarget(targ); in remap()
246 targ = memBuf; in remap()
251 Target &targ = FromToMappings[file]; in remap() local
252 resetTarget(targ); in remap()
253 targ = newfile; in remap()
271 void FileRemapper::resetTarget(Target &targ) { in resetTarget() argument
272 if (!targ) in resetTarget()
275 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) { in resetTarget()
278 const FileEntry *toFE = targ.get<const FileEntry *>(); in resetTarget()
/external/dropbear/
Dscp.c304 char *targ, *endp; in scp_main() local
426 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */ in scp_main()
427 toremote(targ, argc, argv); in scp_main()
454 toremote(char *targ, int argc, char **argv) in toremote() argument
463 *targ++ = 0; in toremote()
464 if (*targ == 0) in toremote()
465 targ = "."; in toremote()
518 thost, targ); in toremote()
523 len = strlen(targ) + CMDNEEDS + 20; in toremote()
525 (void) snprintf(bp, len, "%s -t %s", cmd, targ); in toremote()
[all …]
/external/icu4c/tools/pkgdata/
Dpkgtypes.c248 const char *targ;
256 targ = s+len;
258 while(*s && s<targ) {
259 while(s<targ&&isspace(*s)) s++;
260 for(p=s;s<targ&&!isspace(*p);p++);
/external/qemu/
Dqemu-char.c1221 int *targ = (int *)arg; in tty_serial_ioctl() local
1223 *targ = 0; in tty_serial_ioctl()
1225 *targ |= CHR_TIOCM_CTS; in tty_serial_ioctl()
1227 *targ |= CHR_TIOCM_CAR; in tty_serial_ioctl()
1229 *targ |= CHR_TIOCM_DSR; in tty_serial_ioctl()
1231 *targ |= CHR_TIOCM_RI; in tty_serial_ioctl()
1233 *targ |= CHR_TIOCM_DTR; in tty_serial_ioctl()
1235 *targ |= CHR_TIOCM_RTS; in tty_serial_ioctl()
1241 int targ = 0; in tty_serial_ioctl() local
1242 ioctl(s->fd_in, TIOCMGET, &targ); in tty_serial_ioctl()
[all …]
/external/webkit/Tools/android/flex-2.5.4a/
Ddfa.c401 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local
656 targ = state[duplist[sym]]; in ntod()
657 state[sym] = targ; in ntod()
661 sym, targ ); in ntod()
668 while ( targstate[++i] != targ ) in ntod()
/external/clang/include/clang/ARCMigrate/
DFileRemapper.h65 void resetTarget(Target &targ);
/external/llvm/projects/sample/
Dconfigure919 -target | --target | --targe | --targ | --tar | --ta | --t)
921 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/external/fdlibm/
Dconfigure540 -target | --target | --targe | --targ | --tar | --ta | --t)
542 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/external/icu4c/i18n/
DdecNumber.c7667 static Flag decBiStr(const char *targ, const char *str1, const char *str2) { argument
7668 for (;;targ++, str1++, str2++) {
7669 if (*targ!=*str1 && *targ!=*str2) return 0;
7671 if (*targ=='\0') break;
/external/clang/test/
Dcxx-sections.data658 20.7.16.2.5 [func.wrap.func.targ]
1621 TR1 3.7.2.5 [tr.func.wrap.func.targ]
/external/elfutils/
Dconfigure543 -target | --target | --targe | --targ | --tar | --ta | --t)
545 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/external/liblzf/
Dconfigure970 -target | --target | --targe | --targ | --tar | --ta | --t)
972 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/external/grub/
Dconfigure577 -target | --target | --targe | --targ | --tar | --ta | --t)
579 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
/external/icu4c/
Dconfigure1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)

12