Home
last modified time | relevance | path

Searched refs:printSize (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/fortify/
Dstdio.c343 int printSize = 10; in stdio_dynamic_chk_011() local
351 snprintf(buf, printSize, "hello : %s", "world!"); in stdio_dynamic_chk_011()
369 int printSize = 10; in vsnprintf_test() local
372 int result = vsnprintf(buf, printSize, format, va); in vsnprintf_test()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp399 static void printSize(raw_ostream &OS, double Bits) { in printSize() function
402 static void printSize(raw_ostream &OS, uint64_t Bits) { in printSize() function
621 printSize(O.OS, BufferSizeBits); in printStats()
658 printSize(O.OS, Stats.NumBits); in printStats()
664 printSize(O.OS, Stats.NumBits / (double)Stats.NumInstances); in printStats()