/external/quake/quake/src/QW/progs/ |
D | combat.qc | 4 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 …]
|
D | client.qc | 1206 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 …]
|
D | plats.qc | 253 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);
|
D | defs.qc | 721 void(entity targ, entity inflictor, entity attacker, float damage) T_Damage; 726 float(entity targ, entity inflictor) CanDamage;
|
/external/llvm/tools/llvm-objdump/ |
D | MCFunction.cpp | 59 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 …]
|
D | MachODump.cpp | 614 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, in DisassembleInputMachO() local 617 if (targ != -1ULL) in DisassembleInputMachO() 618 DumpAddress(targ, Sections, MachOObj, outs()); in DisassembleInputMachO()
|
/external/icu4c/test/cintltst/ |
D | ncnvfbts.c | 140 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 …]
|
D | ncnvtst.c | 1018 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 …]
|
D | nccbtst.c | 2654 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 …]
|
D | nucnvtst.c | 382 char *targ; in testConvertFromU() local 415 targ = junkout; in testConvertFromU() 427 end = nct_min(targ + gOutBufferSize, realBufferEnd); in testConvertFromU() 432 if(targ == realBufferEnd) { in testConvertFromU() 433 …overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName); in testConvertFromU() 436 …RCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE"… in testConvertFromU() 442 &targ, in testConvertFromU() 457 sourceLen, targ-junkout); in testConvertFromU() 467 for(ptr = junkout;ptr<targ;ptr++) { in testConvertFromU() 482 if(expectLen != targ-junkout) { in testConvertFromU() [all …]
|
/external/icu4c/test/intltest/ |
D | transrt.cpp | 553 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/ |
D | opimport.cpp | 69 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/ |
D | FileRemapper.cpp | 248 Target &targ = FromToMappings[file]; in remap() local 249 resetTarget(targ); in remap() 250 targ = memBuf; in remap() 255 Target &targ = FromToMappings[file]; in remap() local 256 resetTarget(targ); in remap() 257 targ = newfile; in remap() 275 void FileRemapper::resetTarget(Target &targ) { in resetTarget() argument 276 if (!targ) in resetTarget() 279 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) { in resetTarget() 282 const FileEntry *toFE = targ.get<const FileEntry *>(); in resetTarget()
|
/external/dropbear/ |
D | scp.c | 304 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/openssh/ |
D | scp.c | 372 char *targ, **newargv; in main() local 515 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */ in main() 516 toremote(targ, argc, argv); in main() 554 toremote(char *targ, int argc, char **argv) in toremote() argument 564 *targ++ = 0; in toremote() 565 if (*targ == 0) in toremote() 566 targ = "."; in toremote() 609 xasprintf(&bp, "%s -t -- %s", cmd, targ); in toremote() 650 thost, targ); in toremote() 655 xasprintf(&bp, "%s -t -- %s", cmd, targ); in toremote() [all …]
|
/external/icu4c/tools/pkgdata/ |
D | pkgtypes.c | 248 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/ |
D | qemu-char.c | 1221 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/ |
D | dfa.c | 401 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/ |
D | FileRemapper.h | 69 void resetTarget(Target &targ);
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 425 Elf_Word* targ; in do_Elf_Rel_relocations() local 432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); in do_Elf_Rel_relocations() 440 Elf_Addr P = ((Elf_Addr)targ) + offset; in do_Elf_Rel_relocations() 551 Elf_Addr targ; in do_Elf_Rela_relocations() local 558 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); in do_Elf_Rela_relocations() 566 Elf_Addr P = targ + offset; in do_Elf_Rela_relocations()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 519 Elf_Word* targ; 526 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset); 534 Elf_Addr P = ((Elf_Addr)targ) + offset; 645 Elf_Addr targ; 652 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset); 663 Elf_Addr P = targ + offset;
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | DefineGrammarItemsWalker.g | 507 | ^( t=TOKEN_REF (targ=ARG_ACTION )? ) 509 if ( $targ != null ) 511 $targ.outerAltNum = this.outerAltNum; 512 trackInlineAction($targ);
|
D | ANTLRTreePrinter.g | 437 (targ=ARG_ACTION {out("["+$targ.toString()+"]");} )?
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 1537 const mDNSu8 *targ = result; in FindCompressionPointer() local 1538 while (targ + *name < end) in FindCompressionPointer() 1543 for (i=0; i <= *name; i++) if (targ[i] != name[i]) break; in FindCompressionPointer() 1545 targ += 1 + *name; // Else, did match, so advance target pointer in FindCompressionPointer() 1547 if (*name == 0 && *targ == 0) return(result); // If no more labels, we found a match! in FindCompressionPointer() 1551 if (targ[0] < 0x40) continue; // If length value, continue to check next label in FindCompressionPointer() 1552 if (targ[0] < 0xC0) break; // If 40-BF, not valid in FindCompressionPointer() 1553 if (targ+1 >= end) break; // Second byte not present! in FindCompressionPointer() 1554 pointertarget = base + (((mDNSu16)(targ[0] & 0x3F)) << 8) + targ[1]; in FindCompressionPointer() 1555 if (targ < pointertarget) break; // Pointertarget must point *backwards* in the packet in FindCompressionPointer() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 228 | #( t:TOKEN_REF (targ:ARG_ACTION )? ) {out.token(#t);}
|