Searched refs:targ (Results 1 - 25 of 55) sorted by relevance

123

/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.cpp614 uint64_t targ = InstrAnalysis->evaluateBranch(Inst.Inst, local
617 if (targ != -1ULL)
618 DumpAddress(targ, Sections, MachOObj, outs());
/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/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/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/clang/lib/ARCMigrate/
H A DFileRemapper.cpp248 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) { argument
276 if (!targ)
279 if (llvm::MemoryBuffer *oldmem = targ.dyn_cast<llvm::MemoryBuffer *>()) {
282 const FileEntry *toFE = targ
[all...]
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.c248 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/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/clang/include/clang/ARCMigrate/
H A DFileRemapper.h69 void resetTarget(Target &targ);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g507 | ^( t=TOKEN_REF (targ=ARG_ACTION )? )
509 if ( $targ != null )
511 $targ.outerAltNum = this.outerAltNum;
512 trackInlineAction($targ);
H A DANTLRTreePrinter.g437 (targ=ARG_ACTION {out("["+$targ.toString()+"]");} )?
H A DCodeGenTreeWalker.g1013 | ^( t=TOKEN_REF (targ=ARG_ACTION)? )
1023 grammar.checkRuleReference(scope, $t, $targ, currentRuleName);
1054 if ( $targ!=null )
1056 List args = generator.translateAction(currentRuleName,$targ);
H A DTreeToNFAConverter.g587 | ^( t=TOKEN_REF (targ=ARG_ACTION)? (as2=ast_suffix)? )
/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/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/valgrind/main/VEX/switchback/
H A Dlinker.c519 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/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/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/quake/quake/src/QW/progs/
H A Dweapons.qc3 void (entity targ, entity inflictor, entity attacker, float damage) T_Damage;
/external/fdlibm/
H A Dconfigure540 -target | --target | --targe | --targ | --tar | --ta | --t)
542 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)

Completed in 448 milliseconds

123