Home
last modified time | relevance | path

Searched refs:bi_windup (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/Transforms/GVN/
Dlpre-call-wrap-2.ll6 ; void bi_windup(unsigned char *outbuf, unsigned char bi_buf) {
16 define void @bi_windup(i8* %outbuf, i8 zeroext %bi_buf) nounwind {
/external/llvm-project/llvm/test/Transforms/GVN/PRE/
Dlpre-call-wrap-2.ll6 ; void bi_windup(unsigned char *outbuf, unsigned char bi_buf) {
16 define void @bi_windup(i8* %outbuf, i8 zeroext %bi_buf) nounwind {
/external/rust/crates/libz-sys/src/zlib-ng/
Dtrees_emit.h78 static void bi_windup(deflate_state *s) { in bi_windup() function
214 bi_windup(s); /* align on byte boundary */ in zng_tr_emit_align()
/external/rust/crates/libz-sys/src/zlib/
Dtrees.c153 local void bi_windup OF((deflate_state *s));
870 bi_windup(s); /* align on byte boundary */
1001 bi_windup(s);
1190 local void bi_windup(s) in bi_windup() function
/external/angle/third_party/zlib/
Dtrees.c153 local void bi_windup OF((deflate_state *s));
870 bi_windup(s); /* align on byte boundary */
1001 bi_windup(s);
1168 local void bi_windup(s) in bi_windup() function
/external/zlib/
Dtrees.c153 local void bi_windup OF((deflate_state *s));
870 bi_windup(s); /* align on byte boundary */
1001 bi_windup(s);
1168 local void bi_windup(s) in bi_windup() function
/external/libwebsockets/win32port/zlib/
Dtrees.c158 local void bi_windup OF((deflate_state *s));
1013 bi_windup(s);
1203 local void bi_windup(s) in bi_windup() function
1228 bi_windup(s); /* align on byte boundary */
/external/python/cpython2/Modules/zlib/
Dtrees.c153 local void bi_windup OF((deflate_state *s));
870 bi_windup(s); /* align on byte boundary */
1001 bi_windup(s);
1190 local void bi_windup(s) in bi_windup() function
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c268 bi_windup(state); in dfltcc_deflate()