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

  /external/icu4c/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 688 itostr(c, index, 10, 0);
723 itostr(c, i, 10, 0);
725 len = itostr(buf, res->u.fIntVector.fArray[i], 10, 0);
771 len = itostr(buf, res->u.fIntValue.fValue, 10, 0);
869 len = itostr(temp, res->u.fBinaryValue.fData[i], 16, 2);
874 len = itostr(temp, crc, 10, 0);
881 len = itostr(temp, res->u.fBinaryValue.fData[i], 16, 2);
    [all...]
wrtjava.c 179 itostr(str+2,source[i],16,4);
400 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
412 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
434 len=itostr(buf, res->u.fIntValue.fValue, 10, 0);
  /external/llvm/include/llvm/ADT/
StringExtras.h 103 static inline std::string itostr(int64_t X) { function in namespace:llvm
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 145 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize));
149 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize));
155 SmallString<32> AtomicLoadName("__tsan_atomic" + itostr(BitSize) +
160 SmallString<32> AtomicStoreName("__tsan_atomic" + itostr(BitSize) +
186 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart);
191 SmallString<32> AtomicCASName("__tsan_atomic" + itostr(BitSize) +
AddressSanitizer.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 199 itostr(opShift) + ";\n";
202 itostr(-opShift) + ";\n";
SubtargetEmitter.cpp 308 ItinString += " { " + itostr(Cycles) + ", ";
321 ItinString += ", " + itostr(TimeInc);
324 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind);
349 ItinString += " " + itostr(OCycle);
488 StageTable += ItinStageString + ", // " + itostr(StageCount);
490 StageTable += "-" + itostr(StageCount + NStages - 1);
506 std::string OperandIdxComment = itostr(OperandCycleCount);
509 + itostr(OperandCycleCount + NOperandCycles - 1);
    [all...]
AsmMatcherEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 52 return itostr(I - SDNodeIterator::begin((const SDNode *) Node));
  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 613 if (isVector) { name += "_v" + itostr(numEle) + "u32"; } else { name += "_u32"; }
773 name += ".v" + itostr(numEle) + "i32";
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.h 169 return mPaddingPrefix + llvm::itostr(mPaddingFieldIndex++);
  /external/llvm/utils/FileCheck/
FileCheck.cpp 355 Value = llvm::itostr(LineNumber + Offset);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 570 return itostr(Value);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 398 milliseconds