HomeSort by relevance Sort by last modified time
    Searched refs:itostr (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/tools/genrb/
rbutil.h 25 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
rbutil.c 66 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) function
wrtxml.cpp 698 itostr(c, index, 10, 0);
733 itostr(c, i, 10, 0);
735 len = itostr(buf, res->fArray[i], 10, 0);
781 len = itostr(buf, res->fValue, 10, 0);
879 len = itostr(temp, res->fData[i], 16, 2);
884 len = itostr(temp, crc, 10, 0);
891 len = itostr(temp, res->fData[i], 16, 2);
    [all...]
wrtjava.cpp 180 itostr(str+2,source[i],16,4);
391 len=itostr(buf,res->fArray[i],10,0);
403 len=itostr(buf,res->fArray[i],10,0);
425 len=itostr(buf, res->fValue, 10, 0);
  /external/llvm/include/llvm/ADT/
StringExtras.h 109 static inline std::string itostr(int64_t X) { function in namespace:llvm
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 167 itostr(opShift) + ";\n";
170 itostr(-opShift) + ";\n";
SubtargetEmitter.cpp 290 ItinString += " { " + itostr(Cycles) + ", ";
303 ItinString += ", " + itostr(TimeInc);
306 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind);
331 ItinString += " " + itostr(OCycle);
470 StageTable += ItinStageString + ", // " + itostr(StageCount);
472 StageTable += "-" + itostr(StageCount + NStages - 1);
488 std::string OperandIdxComment = itostr(OperandCycleCount);
491 + itostr(OperandCycleCount + NOperandCycles - 1);
    [all...]
AsmMatcherEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 53 return itostr(I - SDNodeIterator::begin((const SDNode *) Node));
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 659 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
820 name += ".v" + itostr(numEle) + "i32";
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 197 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart);
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp 418 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize);
423 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize);
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 371 Value = llvm::itostr(LineNumber + Offset);
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 403 return itostr(Value);
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 96 return mPaddingPrefix + llvm::itostr(mPaddingFieldIndex++);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 605 milliseconds