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

/external/llvm/tools/llvm-objdump/
H A DMCFunction.cpp59 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...]
H A DMachODump.cpp639 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, local
642 if (targ != -1ULL)
643 DumpAddress(targ, Sections, MachOObj, outs());
/external/oprofile/libabi/
H A Dopimport.cpp69 void extract(T & targ, void const * src_,
75 void extractor::extract(T & targ, void const * src_, argument
82 targ = 0;
97 targ = (targ << 8) | src[nbytes];
100 targ = (targ << 8) | src[i];
103 cerr << " = " << targ << endl;
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp250 Target &targ = FromToMappings[file]; local
251 resetTarget(targ);
252 targ = memBuf;
257 Target &targ = FromToMappings[file]; local
258 resetTarget(targ);
259 targ = newfile;
277 void FileRemapper::resetTarget(Target &targ) { argument
278 if (!targ)
281 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
284 const FileEntry *toFE = targ
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Ddfa.c401 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 )
/external/icu4c/test/cintltst/
H A Dncnvfbts.c140 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;
302 UChar *targ; local
[all...]
H A Dncnvtst.c1018 char *targ; local
1038 targ=buffer;
1039 targetLimit=targ+MAX_LENGTH;
1042 (char **)&targ,
1056 sourceLen, targ-buffer);
1058 if(expectLen != targ-buffer)
1060 log_err("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage);
1061 log_verbose("Expected %d chars out, got %d FROM Unicode to %s\n", expectLen, targ-buffer, codepage);
1062 printSeqErr((const unsigned char *)buffer, (int32_t)(targ-buffer));
1080 log_verbose("comparing %d offsets..\n", targ
1108 UChar *targ; local
1204 char *targ; local
1377 UChar *targ; local
[all...]
H A Dnccbtst.c2654 char *targ; local
2705 targ = junkout;
2720 end = nct_min(targ + gOutBufferSize, realBufferEnd);
2725 if(targ == realBufferEnd)
2727 log_err("Error, overflowed the real buffer while about to call fromUnicode! targ=%08lx %s", targ, gNuConvTestName);
2730 log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src,sourceLimit, targ,end, doFlush?"TRUE":"FALSE");
2736 (char **)&targ,
2773 sourceLen, targ-junkout);
2779 for(p = junkout;p<targ;
2854 UChar *targ; local
3051 char *targ; local
3230 UChar *targ; local
[all...]
H A Dnucnvtst.c382 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;pt
540 UChar *targ; local
[all...]
/external/dropbear/
H A Dscp.c304 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) argument
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/openssh/
H A Dscp.c372 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) argument
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/
H A Dlinker.c425 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;
/external/icu4c/test/intltest/
H A Dtransrt.cpp553 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/qemu/
H A Dqemu-char.c1221 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/icu4c/i18n/
H A DdecNumber.c7676 /* targ is the string to compare */
7681 /* length as str1 and str2, and each character of targ is in either */
7688 static Flag decBiStr(const char *targ, const char *str1, const char *str2) { argument
7689 for (;;targ++, str1++, str2++) {
7690 if (*targ!=*str1 && *targ!=*str2) return 0;
7691 /* *targ has a match in one (or both, if terminator) */
7692 if (*targ=='\0') break;
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c1537 const mDNSu8 *targ = result; local
1538 while (targ + *name < end)
1543 for (i=0; i <= *name; i++) if (targ[i] != name[i]) break;
1545 targ += 1 + *name; // Else, did match, so advance target pointer
1547 if (*name == 0 && *targ == 0) return(result); // If no more labels, we found a match!
1551 if (targ[0] < 0x40) continue; // If length value, continue to check next label
1552 if (targ[0] < 0xC0) break; // If 40-BF, not valid
1553 if (targ+1 >= end) break; // Second byte not present!
1554 pointertarget = base + (((mDNSu16)(targ[0] & 0x3F)) << 8) + targ[
[all...]
/external/kernel-headers/original/asm-mips/pci/
H A Dbridge.h807 u64 targ:4; member in struct:ate_u::ate_s
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 385 milliseconds