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

  /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 606 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, local
609 if (targ != -1ULL)
610 DumpAddress(targ, Sections, MachOObj, outs());
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 237 Target &targ = FromToMappings[file]; local
238 resetTarget(targ);
239 targ = memBuf;
244 Target &targ = FromToMappings[file]; local
245 resetTarget(targ);
246 targ = newfile;
264 void FileRemapper::resetTarget(Target &targ) {
265 if (!targ)
268 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
271 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 6258 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 383 char *targ; local
416 targ = junkout;
428 end = nct_min(targ + gOutBufferSize, realBufferEnd);
433 if(targ == realBufferEnd) {
434 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
437 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
443 &targ,
458 sourceLen, targ-junkout);
468 for(ptr = junkout;ptr<targ;ptr++)
541 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 289 Target targ; local
295 targ = cons.newInstance(args);
296 targ.myMethod(17);
  /dalvik/dexdump/
DexDump.cpp 905 s4 targ = (s4) pDecInsn->vA; local
907 insnIdx + targ,
908 (targ < 0) ? '-' : '+',
909 (targ < 0) ? -targ : targ);
917 s4 targ = (s4) pDecInsn->vB; local
919 insnIdx + targ,
920 (targ < 0) ? '-' : '+',
921 (targ < 0) ? -targ : targ)
955 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...]
  /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...]

Completed in 3393 milliseconds