Home
last modified time | relevance | path

Searched defs:targ (Results 1 – 19 of 19) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMCFunction.cpp59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); in createFunctionFromMC() local
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); in createFunctionFromMC() local
119 uint64_t targ = Ana->evaluateBranch(Inst.Inst, Inst.Address, Inst.Size); in createFunctionFromMC() local
DMachODump.cpp639 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, in DisassembleInputMachO() local
/external/chromium-trace/trace-viewer/src/
Dlinux_perf_cpufreq_parser.js73 targ: targ, property
96 targ: targ property
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp250 Target &targ = FromToMappings[file]; in remap() local
257 Target &targ = FromToMappings[file]; in remap() local
277 void FileRemapper::resetTarget(Target &targ) { in resetTarget()
/external/icu4c/test/intltest/
Dtransrt.cpp553 UnicodeString targ = srcStr; in checkIrrelevants() local
562 UnicodeString srcStr, targ, reverse; in test2() local
631 UnicodeString targ = srcStr; in test2() local
646 UnicodeString targ = srcStr; in test2() local
665 UnicodeString targ = srcStr; in test2() local
714 UnicodeString targ = srcStr; in test2() local
/external/dropbear/
Dscp.c304 char *targ, *endp; in scp_main() local
454 toremote(char *targ, int argc, char **argv) in toremote()
835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
/external/openssh/
Dscp.c372 char *targ, **newargv; in main() local
554 toremote(char *targ, int argc, char **argv) in toremote()
912 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
/external/oprofile/libabi/
Dopimport.cpp75 void extractor::extract(T & targ, void const * src_, in extract()
/external/icu4c/test/cintltst/
Dncnvfbts.c140 char *targ; in testConvertFromUnicode() local
302 UChar *targ; in testConvertToUnicode() local
Dncnvtst.c1018 char *targ; in convertFromU() local
1108 UChar *targ; in convertToU() local
1204 char *targ; in testConvertFromU() local
1377 UChar *targ; in testConvertToU() local
Dnccbtst.c2654 char *targ; in testConvertFromUnicode() local
2854 UChar *targ; in testConvertToUnicode() local
3051 char *targ; in testConvertFromUnicodeWithContext() local
3230 UChar *targ; in testConvertToUnicodeWithContext() local
Dnucnvtst.c382 char *targ; in testConvertFromU() local
540 UChar *targ; in testConvertToU() local
/external/webkit/Tools/android/flex-2.5.4a/
Ddfa.c401 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local
/external/valgrind/main/VEX/unused/
Dlinker.c425 Elf_Word* targ; in do_Elf_Rel_relocations() local
551 Elf_Addr targ; in do_Elf_Rela_relocations() local
/external/qemu/
Dqemu-char.c1221 int *targ = (int *)arg; in tty_serial_ioctl() local
1241 int targ = 0; in tty_serial_ioctl() local
/external/mdnsresponder/mDNSCore/
DDNSCommon.c1537 const mDNSu8 *targ = result; in FindCompressionPointer() local
/external/kernel-headers/original/asm-mips/pci/
Dbridge.h807 u64 targ:4; member
/external/chromium-trace/
Dscript.js197 ….thread.pushSlice(a)},cpufreqUpDownEvent:function(a,b,d,c,e){e=/cpu=(\d+) targ=(\d+) actual=(\d+)/… property
198 …rseInt(l[3]);l=parseInt(l[4]);this.cpufreqSlice(c,a,b,{cpu:b,load:d,cur:e,targ:l});return!0},cpufr… property
/external/icu4c/i18n/
DdecNumber.c7688 static Flag decBiStr(const char *targ, const char *str1, const char *str2) {