/third_party/icu/icu4c/source/tools/genrb/ |
D | rbutil.h | 29 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
D | wrtjava.cpp | 183 itostr(str+2,source[i],16,4); in uCharsToChars() 407 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 419 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 441 len=itostr(buf, res->fValue, 10, 0); in int_write_java()
|
D | wrtxml.cpp | 705 itostr(c, index, 10, 0); in array_write_xml() 740 itostr(c, i, 10, 0); in intvector_write_xml() 742 len = itostr(buf, res->fArray[i], 10, 0); in intvector_write_xml() 788 len = itostr(buf, res->fValue, 10, 0); in int_write_xml() 886 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml() 891 len = itostr(temp, crc, 10, 0); in bin_write_xml() 898 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml()
|
D | rbutil.c | 68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() function
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | rbutil.h | 29 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
D | wrtjava.cpp | 183 itostr(str+2,source[i],16,4); in uCharsToChars() 407 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 419 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 441 len=itostr(buf, res->fValue, 10, 0); in int_write_java()
|
D | wrtxml.cpp | 705 itostr(c, index, 10, 0); in array_write_xml() 740 itostr(c, i, 10, 0); in intvector_write_xml() 742 len = itostr(buf, res->fArray[i], 10, 0); in intvector_write_xml() 788 len = itostr(buf, res->fValue, 10, 0); in int_write_xml() 886 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml() 891 len = itostr(temp, crc, 10, 0); in bin_write_xml() 898 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml()
|
D | rbutil.c | 68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() function
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | rbutil.h | 29 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
D | wrtjava.cpp | 183 itostr(str+2,source[i],16,4); in uCharsToChars() 407 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 419 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 441 len=itostr(buf, res->fValue, 10, 0); in int_write_java()
|
D | wrtxml.cpp | 705 itostr(c, index, 10, 0); in array_write_xml() 740 itostr(c, i, 10, 0); in intvector_write_xml() 742 len = itostr(buf, res->fArray[i], 10, 0); in intvector_write_xml() 788 len = itostr(buf, res->fValue, 10, 0); in int_write_xml() 886 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml() 891 len = itostr(temp, crc, 10, 0); in bin_write_xml() 898 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml()
|
D | rbutil.c | 68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() function
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | rbutil.h | 29 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
D | wrtjava.cpp | 183 itostr(str+2,source[i],16,4); in uCharsToChars() 407 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 419 len=itostr(buf,res->fArray[i],10,0); in intvector_write_java() 441 len=itostr(buf, res->fValue, 10, 0); in int_write_java()
|
D | wrtxml.cpp | 705 itostr(c, index, 10, 0); in array_write_xml() 740 itostr(c, i, 10, 0); in intvector_write_xml() 742 len = itostr(buf, res->fArray[i], 10, 0); in intvector_write_xml() 788 len = itostr(buf, res->fValue, 10, 0); in int_write_xml() 886 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml() 891 len = itostr(temp, crc, 10, 0); in bin_write_xml() 898 len = itostr(temp, res->fData[i], 16, 2); in bin_write_xml()
|
D | rbutil.c | 68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 193 : Key(Key), Val(itostr(N)) {} in Argument() 199 : Key(Key), Val(itostr(N)) {} in Argument() 202 : Key(Key), Val(itostr(N)) {} in Argument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 50 return itostr(I - SDNodeIterator::begin((const SDNode *) Node)); in getEdgeSourceLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 95 static inline std::string itostr(int64_t X) { in itostr() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 449 itostr(1ULL << AccessSizeIndex) + EndingStr, in initializeCallbacks() 677 "int3\nnopl " + itostr(0x40 + AccessInfo) + "(%rax)", in instrumentMemAccessInline() 686 "brk #" + itostr(0x900 + AccessInfo), in instrumentMemAccessInline() 1035 AI->hasName() ? AI->getName().str() : "alloca." + itostr(N); in instrumentStack()
|
D | ThreadSanitizer.cpp | 269 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); in initialize()
|
D | AddressSanitizer.cpp | 2499 const std::string Suffix = TypeStr + itostr(1ULL << AccessSizeIndex); in initializeCallbacks() 2765 std::string Suffix = itostr(i); in initializeCallbacks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 238 inline std::string itostr(int64_t X) { in itostr() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 335 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); in lowerPrintfForGpu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordMapping.cpp | 349 Attr += ", SizeOf: " + itostr(PtrSizeOf); in visitKnownRecord()
|