Searched refs:fmtbuf (Results 1 - 5 of 5) sorted by relevance

/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_init.c22 static char fmtbuf[MAX_FMT+1]; variable
28 fmtbuf[i] = format[i];
30 fmtbuf[i+1] = 'l';
34 fmtbuf[i] = '\0';
35 return fmtbuf;
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp446 std::string fmtbuf;
447 raw_string_ostream fmt(fmtbuf);
450 Result.append(fmtbuf.begin(), fmtbuf.end());
457 std::string fmtbuf;
458 raw_string_ostream fmt(fmtbuf);
461 Result.append(fmtbuf.begin(), fmtbuf.end());
468 std::string fmtbuf;
469 raw_string_ostream fmt(fmtbuf);
[all...]
/external/netperf/src/
H A Dnetlib.c2082 static char fmtbuf[64];
2086 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f" , number);
2089 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f" , number / 1024.0);
2092 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number / 1024.0 / 1024.0);
2095 snprintf(fmtbuf, sizeof(fmtbuf), "%-7.2f", number / 1024.0 / 1024.0 / 1024.0);
2098 snprintf(fmtbuf, sizeo
2064 static char fmtbuf[64]; local
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp119 std::string fmtbuf; local
120 raw_string_ostream fmt(fmtbuf);
267 std::string fmtbuf; local
268 raw_string_ostream fmt(fmtbuf);
314 fmtbuf.clear();
334 fmtbuf.clear();
373 fmtbuf.clear();
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1768 UChar fmtbuf[FORMAT_BUF_CAPACITY]; local
1772 len = unum_formatDouble(formats[1], nanvalue, fmtbuf, FORMAT_BUF_CAPACITY, NULL, &status);
1777 if ( len != 3 || u_strcmp(fmtbuf, nansym) != 0 ) {

Completed in 269 milliseconds