Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_netbsd_decompress.ll6 %struct.DState = type { i32, i32 }
8 @b = common global %struct.DState zeroinitializer, align 4
16 …%0 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), ali…
17 …%1 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), ali…
37 …store i32 %t.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), al…
38 …store i32 %f.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), al…
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dcrash_netbsd_decompress.ll6 %struct.DState = type { i32, i32 }
8 @b = common global %struct.DState zeroinitializer, align 4
16 …%0 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), ali…
17 …%1 = load i32, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), ali…
37 …store i32 %t.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 0), al…
38 …store i32 %f.0, i32* getelementptr inbounds (%struct.DState, %struct.DState* @b, i32 0, i32 1), al…
/external/u-boot/lib/bzip2/
Dbzlib.c548 DState* s; in BZ_API()
559 s = BZALLOC( sizeof(DState) ); in BZ_API()
584 void unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
741 void unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
838 DState* s; in BZ_API()
893 DState* s; in BZ_API()
Dbzlib_private.h466 DState; typedef
509 BZ2_decompress ( DState* );
Dbzlib_decompress.c70 void makeMaps_d ( DState* s ) in makeMaps_d()
149 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
/external/bzip2/
Dbzlib_private.h438 DState; typedef
488 BZ2_decompress ( DState* );
Dbzlib.c497 DState* s; in BZ_API()
508 s = BZALLOC( sizeof(DState) ); in BZ_API()
536 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
706 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
811 DState* s; in BZ_API()
864 DState* s; in BZ_API()
Ddecompress.c27 void makeMaps_d ( DState* s ) in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()