Home
last modified time | relevance | path

Searched refs:SNPRINTF (Results 1 – 9 of 9) sorted by relevance

/external/linux-tools-perf/util/
Dtop.c64 #define SNPRINTF(buf, size, fmt, args...) \ macro
79 ret = SNPRINTF(bf, size, in perf_top__header_snprintf()
90 ret = SNPRINTF(bf, size, in perf_top__header_snprintf()
110 ret += SNPRINTF(bf + ret, size - ret, "%" PRIu64 "%s ", in perf_top__header_snprintf()
116 ret += SNPRINTF(bf + ret, size - ret, "%s", in perf_top__header_snprintf()
126 ret += SNPRINTF(bf + ret, size - ret, "%s%s", in perf_top__header_snprintf()
137 ret += SNPRINTF(bf + ret, size - ret, "], "); in perf_top__header_snprintf()
140 ret += SNPRINTF(bf + ret, size - ret, " (target_pid: %d", in perf_top__header_snprintf()
143 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %d", in perf_top__header_snprintf()
146 ret += SNPRINTF(bf + ret, size - ret, " (all"); in perf_top__header_snprintf()
[all …]
/external/e2fsprogs/intl/
Dvasnprintf.c88 # define SNPRINTF _snwprintf macro
91 # define SNPRINTF swprintf macro
102 # define SNPRINTF _snprintf macro
105 # define SNPRINTF snprintf macro
602 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
606 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
610 retcount = SNPRINTF (result + length, maxlen, buf, \ in VASNPRINTF()
878 #undef SNPRINTF
/external/skia/src/core/
DSkString.cpp23 #define SNPRINTF _snprintf macro
26 #define SNPRINTF snprintf macro
138 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value); in SkStrAppendFloat()
650 #undef SNPRINTF
/external/chromium_org/third_party/skia/src/core/
DSkString.cpp23 #define SNPRINTF _snprintf macro
26 #define SNPRINTF snprintf macro
138 int len = SNPRINTF(buffer, sizeof(buffer), gFormat, value); in SkStrAppendFloat()
650 #undef SNPRINTF
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dtemporary_file.cc32 SNPRINTF(reinterpret_cast<char *>(identifier_), sizeof identifier_, in TempFile()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFTypes.cpp15 #define SNPRINTF _snprintf macro
17 #define SNPRINTF snprintf macro
178 int len = SNPRINTF(buffer, kFloat_MaxSize, "%#.8f", value); in Append()
/external/skia/src/pdf/
DSkPDFTypes.cpp15 #define SNPRINTF _snprintf macro
17 #define SNPRINTF snprintf macro
178 int len = SNPRINTF(buffer, kFloat_MaxSize, "%#.8f", value); in Append()
/external/bison/lib/
Dvasnprintf.c156 # define SNPRINTF snwprintf macro
158 # define SNPRINTF _snwprintf macro
162 # define SNPRINTF swprintf macro
180 # define SNPRINTF snprintf macro
184 # define SNPRINTF _snprintf macro
188 # define SNPRINTF snprintf macro
3180 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
3331 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
3793 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
3974 SNPRINTF (p, 6 + 1, decimal_format, exponent); in VASNPRINTF()
[all …]
/external/genext2fs/
Dgenext2fs.c313 # define SNPRINTF portable_snprintf macro
315 # define SNPRINTF snprintf macro
1603 SNPRINTF(dname, len, "%s%lu", name, i); in add2fs_from_file()
2711 SNPRINTF(fname, MAX_FILENAME-1, "%s.blk", gopt[i]);