Searched refs:snprint (Results 1 – 14 of 14) sorted by relevance
/external/llvm/unittests/IR/ |
D | UseTest.cpp | 53 format("v%u", I++).snprint(vnbuf, sizeof(vnbuf)); in TEST() 63 format("v%u", (7 - I++)).snprint(vnbuf, sizeof(vnbuf)); in TEST() 98 format("v%u", I++).snprint(vnbuf, sizeof(vnbuf)); in TEST() 106 format("v%u", (7 - I++)).snprint(vnbuf, sizeof(vnbuf)); in TEST()
|
/external/llvm-project/llvm/unittests/IR/ |
D | UseTest.cpp | 51 format("v%u", I++).snprint(vnbuf, sizeof(vnbuf)); in TEST() 61 format("v%u", (7 - I++)).snprint(vnbuf, sizeof(vnbuf)); in TEST() 96 format("v%u", I++).snprint(vnbuf, sizeof(vnbuf)); in TEST() 104 format("v%u", (7 - I++)).snprint(vnbuf, sizeof(vnbuf)); in TEST()
|
/external/llvm/include/llvm/Support/ |
D | Format.h | 45 virtual int snprint(char *Buffer, unsigned BufferSize) const = 0; 57 int N = snprint(Buffer, BufferSize); in print() 96 int snprint(char *Buffer, unsigned BufferSize) const override { in snprint() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Format.h | 46 virtual int snprint(char *Buffer, unsigned BufferSize) const = 0; 58 int N = snprint(Buffer, BufferSize); in print() 109 int snprint(char *Buffer, unsigned BufferSize) const override {
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Format.h | 46 virtual int snprint(char *Buffer, unsigned BufferSize) const = 0; 58 int N = snprint(Buffer, BufferSize); in print() 109 int snprint(char *Buffer, unsigned BufferSize) const override {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Format.h | 46 virtual int snprint(char *Buffer, unsigned BufferSize) const = 0; 58 int N = snprint(Buffer, BufferSize); in print() 109 int snprint(char *Buffer, unsigned BufferSize) const override {
|
/external/mdnsresponder/mDNSWindows/ |
D | PosixCompat.h | 68 # define snprint _snprintf macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 217 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf)); in write_double() 245 Len = format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | NativeFormatting.cpp | 216 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf)); in write_double() 243 format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double()
|
/external/llvm-project/llvm/lib/Support/ |
D | NativeFormatting.cpp | 215 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf)); in write_double() 242 format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 247 len = format("%e", N).snprint(buf, sizeof(buf)); in operator <<()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC64.cpp | 223 format("%s%d", prefix, r).snprint(name, sizeof(name)); in writeSequence()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 917 format("+0x%X", PC).snprint(Buffer, 32); in printCodeViewSymbolSection()
|
/external/arm-trusted-firmware/docs/ |
D | change-log.rst | 66 ``snprint()``
|