Home
last modified time | relevance | path

Searched defs:write_zeros (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/src/acpi/
H A Dacpigen_dptf.c50 static void write_zeros(int count) in write_zeros() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Draw_ostream.cpp501 raw_ostream &raw_ostream::write_zeros(unsigned NumZeros) { in write_zeros() function in raw_ostream
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A Draw_ostream.cpp500 raw_ostream &raw_ostream::write_zeros(unsigned NumZeros) { in write_zeros() function in raw_ostream
/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp1170 static void write_zeros(int bytes, borrowed_fd fd) { in write_zeros() function