HomeSort by relevance Sort by last modified time
    Searched full:fmtbuf (Results 1 - 9 of 9) sorted by null

  /external/stlport/src/
num_put_float.cpp 399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier);
409 char fmtbuf[32]; local
410 __fill_fmtbuf(fmtbuf, 0, 'L');
411 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x);
449 char fmtbuf[32]; local
450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L');
451 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x);
710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) {
711 fmtbuf[0] = '%';
715 fmtbuf[i++] = '+'
759 char fmtbuf[32]; local
761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 399 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier);
409 char fmtbuf[32]; local
410 __fill_fmtbuf(fmtbuf, 0, 'L');
411 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x);
449 char fmtbuf[32]; local
450 __fill_fmtbuf(fmtbuf, ios_base::fixed, 'L');
451 sprintf(buf, fmtbuf, n, x < 0.0l ? -x : x);
710 static void __fill_fmtbuf(char* fmtbuf, ios_base::fmtflags flags, char long_modifier) {
711 fmtbuf[0] = '%';
715 fmtbuf[i++] = '+'
759 char fmtbuf[32]; local
761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x); local
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 354 char FmtBuf[100] = "", Buffer[1000] = "";
355 char *FB = FmtBuf;
372 sprintf(Buffer, FmtBuf, uint32_t(Args[ArgNo++].IntVal.getZExtValue()));
383 unsigned Size = strlen(FmtBuf);
384 FmtBuf[Size] = FmtBuf[Size-1];
385 FmtBuf[Size+1] = 0;
386 FmtBuf[Size-1] = 'l';
388 sprintf(Buffer, FmtBuf, Args[ArgNo++].IntVal.getZExtValue());
390 sprintf(Buffer, FmtBuf,uint32_t(Args[ArgNo++].IntVal.getZExtValue()))
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 713 std::string fmtbuf; local
714 raw_string_ostream fmt(fmtbuf);
717 Result.append(fmtbuf.begin(), fmtbuf.end());
724 std::string fmtbuf;
725 raw_string_ostream fmt(fmtbuf);
728 Result.append(fmtbuf.begin(), fmtbuf.end());
735 std::string fmtbuf;
736 raw_string_ostream fmt(fmtbuf);
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 118 std::string fmtbuf; local
119 raw_string_ostream fmt(fmtbuf);
279 std::string fmtbuf; local
280 raw_string_ostream fmt(fmtbuf);
330 fmtbuf.clear();
354 fmtbuf.clear();
401 fmtbuf.clear();
  /external/netperf/
netlib.c 1750 static char fmtbuf[64]; local
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1016 std::string fmtbuf; local
1017 raw_string_ostream fmt(fmtbuf);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 1759 UChar fmtbuf[FORMAT_BUF_CAPACITY]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 1762 UChar fmtbuf[FORMAT_BUF_CAPACITY]; local
    [all...]

Completed in 489 milliseconds