Home
last modified time | relevance | path

Searched refs:DState (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/Transforms/SLPVectorizer/X86/
H A Dcrash_netbsd_decompress.ll6 %struct.DState = type { i32, i32 }
8 @b = common global %struct.DState zeroinitializer, align 4
16 %0 = load i32* getelementptr inbounds (%struct.DState* @b, i32 0, i32 0), align 4
17 %1 = load i32* getelementptr inbounds (%struct.DState* @b, i32 0, i32 1), align 4
37 store i32 %t.0, i32* getelementptr inbounds (%struct.DState* @b, i32 0, i32 0), align 4
38 store i32 %f.0, i32* getelementptr inbounds (%struct.DState* @b, i32 0, i32 1), align 4
/minix/external/bsd/bzip2/dist/
H A Dbzlib_private.h440 DState; typedef
490 BZ2_decompress ( DState* );
H A Dbzlib.c499 DState* s; in BZ_API()
510 s = BZALLOC( sizeof(DState) ); in BZ_API()
538 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
708 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
813 DState* s; in BZ_API()
866 DState* s; in BZ_API()
H A Ddecompress.c29 void makeMaps_d ( DState* s ) in makeMaps_d()
108 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
/minix/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib_private.h444 DState; typedef
494 BZ2_decompress ( DState* );
H A Dbzlib.c253 DState* s; in BZ_API()
264 s = BZALLOC( sizeof(DState) ); in BZ_API()
292 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
462 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
567 DState* s; in BZ_API()
620 DState* s; in BZ_API()
1111 void makeMaps_d ( DState* s ) in makeMaps_d()
1190 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()