Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/IPConstantProp/
Duser-with-multiple-uses.ll9 ; CHECK-NEXT: %call2 = tail call i32 @wwrite(i64 0) [[NUW:#[0-9]+]]
14 %call2 = tail call i32 @wwrite(i64 0) nounwind
18 define internal i32 @wwrite(i64 %i) nounwind readnone {
/external/liblzf/
Dlzf.c137 wwrite (int fd, void *buf, size_t len) in wwrite() function
211 if (wwrite (to, header, len) == -1) in compress_fd()
291 if (wwrite (to, buf1, us)) in uncompress_fd()
302 if (wwrite (to, buf2, us)) in uncompress_fd()