HomeSort by relevance Sort by last modified time
    Searched defs:snprintf (Results 126 - 138 of 138) sorted by null

1 2 3 4 56

  /external/vulkan-validation-layers/demos/
vulkaninfo.c 60 #define snprintf _snprintf macro
    [all...]
  /external/webp/src/mux/
anim_encode.c 27 #define snprintf _snprintf macro
223 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s.", str) < 0) {
230 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s: %d.", str,
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 93 #undef snprintf macro
252 snprintf(filename, MAX_PATHNAME_LENGTH, "%s/jobstream.%s", jq->debug_path, ext);
309 snprintf(buff.filename, MAX_PATHNAME_LENGTH, "%s/page%4.4d.ppm", jq->debug_path,
313 int length = snprintf(buff.ppm_header, sizeof(buff.ppm_header), "%s\n#%*c\n%d %d\n%d\n",
316 snprintf(buff.ppm_header, sizeof(buff.ppm_header), "%s\n#%*c\n%d %d\n%d\n",
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 23 // snprintf is implemented in VS 2015
25 #define snprintf _snprintf_s macro
413 int n = snprintf(num, sizeof(num), float_data<Float>::spec, value);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 375 #define snprintf _snprintf macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 370 #define snprintf _snprintf macro
    [all...]
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 211 #define snprintf sprintf_s macro
213 #define snprintf std::snprintf
215 #define snprintf _snprintf
218 #define snprintf snprintf
220 #define snprintf std::snprintf
1000 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
4020 #define snprintf macro
4035 #define snprintf macro
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 399 #define snprintf _snprintf macro
    [all...]
  /external/syslinux/lzo/src/
lzo_supp.h 432 # define snprintf _snprintf macro
442 # ifndef snprintf
443 # define snprintf _snprintf macro
452 # ifndef snprintf
453 # define snprintf _snprintf macro
468 # ifndef snprintf
469 # define snprintf _snprintf macro
475 # ifndef snprintf
476 # define snprintf _snprintf macro
491 # define snprintf _snprint macro
525 # define snprintf macro
538 # define snprintf macro
568 # define snprintf macro
    [all...]
miniacc.h 2281 # define snprintf macro
2293 # define snprintf macro
2305 # define snprintf macro
2320 # define snprintf macro
2354 # define snprintf macro
2367 # define snprintf macro
2397 # define snprintf macro
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 421 #define snprintf _snprintf macro
    [all...]
  /external/pcre/dist2/src/
pcre2_internal.h 76 /* Older versions of MSVC lack snprintf(). This define allows for
81 #define snprintf _snprintf macro
    [all...]
  /external/valgrind/perf/
tinycc.c 5371 #define snprintf macro
    [all...]

Completed in 581 milliseconds

1 2 3 4 56