HomeSort by relevance Sort by last modified time
    Searched refs:itostr (Results 1 - 14 of 14) 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 180 itostr(str+2,source[i],16,4);
405 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
417 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
439 len=itostr(buf, res->u.fIntValue.fValue, 10, 0);
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 226 ItinString += " { " + itostr(Cycles) + ", ";
239 ItinString += ", " + itostr(TimeInc);
242 ItinString += ", (llvm::InstrStage::ReservationKinds)" + itostr(Kind);
267 ItinString += " " + itostr(OCycle);
398 StageTable += ItinStageString + ", // " + itostr(StageCount);
400 StageTable += "-" + itostr(StageCount + NStages - 1);
416 std::string OperandIdxComment = itostr(OperandCycleCount);
419 + itostr(OperandCycleCount + NOperandCycles - 1);
CodeEmitterGen.cpp 173 itostr(opShift) + ";\n";
176 itostr(-opShift) + ";\n";
AsmMatcherEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/ADT/
StringExtras.h 97 static inline std::string itostr(int64_t X) { function in namespace:llvm
  /frameworks/compile/slang/
slang_rs_backend.cpp 490 llvm::itostr(EPT->getKind())));
497 llvm::itostr(
slang_rs_reflection.h 158 return "#padding_" + llvm::itostr(mPaddingFieldIndex++);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 55 return itostr(I - SDNodeIterator::begin((SDNode *) Node));
  /external/llvm/lib/TableGen/
Record.cpp 552 return itostr(Value);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1611 milliseconds