Home
last modified time | relevance | path

Searched defs:fillByte (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/Benchmark/musl/
Dutil.cpp65 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled()
72 …* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fillByte) in GetAlignedPtrFilled()
/third_party/node/test/parallel/
Dtest-fs-readfile.js38 const fillByte = 256 * Math.random(); constant