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

1 2

  /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 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/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->u.fIntVector.fArray[i], 10, 0);
781 len = itostr(buf, res->u.fIntValue.fValue, 10, 0);
879 len = itostr(temp, res->u.fBinaryValue.fData[i], 16, 2);
884 len = itostr(temp, crc, 10, 0);
891 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/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...]
MemorySanitizer.cpp 329 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize);
334 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize);
    [all...]
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 137 FatalError(Twine("storage class value '") + itostr(StorageClass) +
149 FatalError(Twine("type value '") + itostr(Type) + "' out of range");
  /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 177 itostr(opShift) + ";\n";
180 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 53 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...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 358 Value = llvm::itostr(LineNumber + Offset);
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 94 return mPaddingPrefix + llvm::itostr(mPaddingFieldIndex++);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 584 return itostr(Value);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]

Completed in 794 milliseconds

1 2