Home
last modified time | relevance | path

Searched refs:fmtbuf (Results 1 – 6 of 6) sorted by relevance

/external/vboot_reference/firmware/stub/
Dvboot_api_stub_init.c22 static char fmtbuf[MAX_FMT+1]; variable
28 fmtbuf[i] = format[i]; in fixfmt()
30 fmtbuf[i+1] = 'l'; in fixfmt()
34 fmtbuf[i] = '\0'; in fixfmt()
35 return fmtbuf; in fixfmt()
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp93 std::string fmtbuf; in PrintObjectSectionSizes() local
94 raw_string_ostream fmt(fmtbuf); in PrintObjectSectionSizes()
149 fmtbuf.clear(); in PrintObjectSectionSizes()
178 fmtbuf.clear(); in PrintObjectSectionSizes()
225 fmtbuf.clear(); in PrintObjectSectionSizes()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp555 std::string fmtbuf; in getRelocationValueString() local
556 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
559 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
566 std::string fmtbuf; in getRelocationValueString() local
567 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
570 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
578 std::string fmtbuf; in getRelocationValueString() local
579 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
584 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
597 std::string fmtbuf; in getRelocationValueString() local
[all …]
/external/llvm/tools/llvm-size/
Dllvm-size.cpp205 std::string fmtbuf; in printDarwinSectionSizes() local
206 raw_string_ostream fmt(fmtbuf); in printDarwinSectionSizes()
355 std::string fmtbuf; in printObjectSectionSizes() local
356 raw_string_ostream fmt(fmtbuf); in printObjectSectionSizes()
404 fmtbuf.clear(); in printObjectSectionSizes()
433 fmtbuf.clear(); in printObjectSectionSizes()
475 fmtbuf.clear(); in printObjectSectionSizes()
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c1778 UChar fmtbuf[FORMAT_BUF_CAPACITY]; in TestRBNFFormat() local
1782 len = unum_formatDouble(formats[1], nanvalue, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status); in TestRBNFFormat()
1787 if ( len != 3 || u_strcmp(fmtbuf, nansym) != 0 ) { in TestRBNFFormat()
1799 UChar fmtbuf[FORMAT_BUF_CAPACITY]; in TestRBNFRounding() local
1808 len = unum_formatDouble(fmt, 10.123456789, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status); in TestRBNFRounding()
1813 if (u_strcmp(expectedBuf, fmtbuf) != 0) { in TestRBNFRounding()
1827 len = unum_formatDouble(fmt, 10.123456789, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status); in TestRBNFRounding()
1832 if (u_strcmp(expectedBuf, fmtbuf) != 0) { in TestRBNFRounding()
1834 u_austrcpy(temp, fmtbuf); in TestRBNFRounding()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp1062 std::string fmtbuf; in getRelocationValueString() local
1063 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
1066 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()