/external/chromium_org/third_party/icu/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 | 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/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 | 154 SmallString<32> ReadName("__tsan_read" + itostr(ByteSize)); 158 SmallString<32> WriteName("__tsan_write" + itostr(ByteSize)); 164 SmallString<32> AtomicLoadName("__tsan_atomic" + itostr(BitSize) + 169 SmallString<32> AtomicStoreName("__tsan_atomic" + itostr(BitSize) + 195 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); 200 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/chromium_org/third_party/mesa/src/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/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...] |
/frameworks/compile/slang/ |
slang_rs_reflection.h | 169 return mPaddingPrefix + llvm::itostr(mPaddingFieldIndex++);
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 374 Value = llvm::itostr(LineNumber + Offset); [all...] |
/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...] |