HomeSort by relevance Sort by last modified time
    Searched defs:targ (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 59 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); local
60 if (targ != -1ULL && targ == Index+Size)
65 if (targ != -1ULL) {
66 Splits.insert(targ);
67 WorkList.push_back(targ);
77 uint64_t targ = Ana->evaluateBranch(Inst, Index, Size); local
79 if (targ != -1ULL && targ != Index+Size)
80 Calls.push_back(targ);
119 uint64_t targ = Ana->evaluateBranch(Inst.Inst, Inst.Address, Inst.Size); local
    [all...]
MachODump.cpp 614 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, local
617 if (targ != -1ULL)
618 DumpAddress(targ, Sections, MachOObj, outs());
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 248 Target &targ = FromToMappings[file]; local
249 resetTarget(targ);
250 targ = memBuf;
255 Target &targ = FromToMappings[file]; local
256 resetTarget(targ);
257 targ = newfile;
275 void FileRemapper::resetTarget(Target &targ) {
276 if (!targ)
279 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
282 const FileEntry *toFE = targ.get<const FileEntry *>()
    [all...]
  /dalvik/vm/analysis/
DexVerify.cpp 612 u4 targ; local
673 for (targ = 1; targ < switchCount; targ++) {
674 s4 key = (s4) switchInsns[offsetToKeys + targ*2] |
675 (s4) (switchInsns[offsetToKeys + targ*2 +1] << 16);
687 for (targ = 0; targ < switchCount; targ++) {
688 offset = (s4) switchInsns[offsetToTargets + targ*2]
    [all...]
CodeVerify.cpp 5940 int offsetToTargets, targ; local
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.c 140 char *targ; local
178 targ = junkout;
193 end = nct_min(targ + gOutBufferSize, realBufferEnd);
198 if(targ == realBufferEnd)
200 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
203 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
209 (char **)&targ,
226 sourceLen, targ-junkout);
234 for(p = junkout;p<targ;p++
302 UChar *targ; local
    [all...]
ncnvtst.c 1018 char *targ; local
1108 UChar *targ; local
1204 char *targ; local
1377 UChar *targ; local
    [all...]
nccbtst.c 2654 char *targ; local
2854 UChar *targ; local
3051 char *targ; local
3230 UChar *targ; local
    [all...]
nucnvtst.c 382 char *targ; local
415 targ = junkout;
427 end = nct_min(targ + gOutBufferSize, realBufferEnd);
432 if(targ == realBufferEnd) {
433 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
436 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
442 &targ,
457 sourceLen, targ-junkout);
467 for(ptr = junkout;ptr<targ;ptr++)
540 UChar *targ; local
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
dfa.c 401 int targptr, totaltrans, i, comstate, comfreq, targ; local
656 targ = state[duplist[sym]];
657 state[sym] = targ;
661 sym, targ );
668 while ( targstate[++i] != targ )
  /dalvik/tests/046-reflect/src/
Main.java 338 Target targ; local
344 targ = cons.newInstance(args);
345 targ.myMethod(17);
  /dalvik/dexdump/
DexDump.cpp 898 s4 targ = (s4) pDecInsn->vA; local
900 insnIdx + targ,
901 (targ < 0) ? '-' : '+',
902 (targ < 0) ? -targ : targ);
910 s4 targ = (s4) pDecInsn->vB; local
912 insnIdx + targ,
913 (targ < 0) ? '-' : '+',
914 (targ < 0) ? -targ : targ)
946 s4 targ = (s4) pDecInsn->vC; local
    [all...]
  /external/dropbear/
scp.c 304 char *targ, *endp; local
426 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
427 toremote(targ, argc, argv);
454 toremote(char *targ, int argc, char **argv)
463 *targ++ = 0;
464 if (*targ == 0)
465 targ = ".";
518 thost, targ);
523 len = strlen(targ) + CMDNEEDS + 20;
525 (void) snprintf(bp, len, "%s -t %s", cmd, targ);
835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 553 UnicodeString targ = srcStr; local
554 t->transliterate(targ);
555 if (srcStr == targ) return TRUE;
562 UnicodeString srcStr, targ, reverse; local
631 UnicodeString targ = srcStr; local
632 sourceToTarget->transliterate(targ);
635 if (targ != targ2) {
636 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2);
646 UnicodeString targ = srcStr; local
647 targetToSource->transliterate(targ);
665 UnicodeString targ = srcStr; local
714 UnicodeString targ = srcStr; local
    [all...]
  /external/openssh/
scp.c 372 char *targ, **newargv; local
515 if ((targ = colon(argv[argc - 1]))) /* Dest is remote host. */
516 toremote(targ, argc, argv);
554 toremote(char *targ, int argc, char **argv)
564 *targ++ = 0;
565 if (*targ == 0)
566 targ = ".";
609 xasprintf(&bp, "%s -t -- %s", cmd, targ);
650 thost, targ);
655 xasprintf(&bp, "%s -t -- %s", cmd, targ);
912 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 425 Elf_Word* targ; local
432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
440 Elf_Addr P = ((Elf_Addr)targ) + offset;
551 Elf_Addr targ; local
558 targ = (Elf_Addr) (ehdrC + shdr[ target_shndx ].sh_offset);
566 Elf_Addr P = targ + offset;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 809 int targ = one.getHandlerPc(); local
816 mergeAndWorkAsNecessary(targ, block.getLabel(),
820 Hex.u2(targ));
829 Type already = catchTypes[targ];
831 catchTypes[targ] = exceptionClass.getClassType();
833 catchTypes[targ] = Type.OBJECT;
838 * label getExceptionSetupLabel(targ).
840 newSucc.add(getExceptionSetupLabel(targ));
    [all...]
  /external/qemu/
qemu-char.c 1221 int *targ = (int *)arg; local
1223 *targ = 0;
1225 *targ |= CHR_TIOCM_CTS;
1227 *targ |= CHR_TIOCM_CAR;
1229 *targ |= CHR_TIOCM_DSR;
1231 *targ |= CHR_TIOCM_RI;
1233 *targ |= CHR_TIOCM_DTR;
1235 *targ |= CHR_TIOCM_RTS;
1241 int targ = 0; local
1242 ioctl(s->fd_in, TIOCMGET, &targ);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 1537 const mDNSu8 *targ = result; local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 636 u64 targ:4; member in struct:ate_u::ate_s
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 636 u64 targ:4; member in struct:ate_u::ate_s
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 807 u64 targ:4; member in struct:ate_u::ate_s
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/pci/
bridge.h 636 u64 targ:4; member in struct:ate_u::ate_s
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/pci/
bridge.h 636 u64 targ:4; member in struct:ate_u::ate_s
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1872 milliseconds

1 2