Searched refs:DState (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | crash_netbsd_decompress.ll | 6 %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/ |
D | crash_netbsd_decompress.ll | 6 %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/ |
D | bzlib.c | 548 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()
|
D | bzlib_private.h | 466 DState; typedef 509 BZ2_decompress ( DState* );
|
D | bzlib_decompress.c | 70 void makeMaps_d ( DState* s ) in makeMaps_d() 149 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
|
/external/bzip2/ |
D | bzlib_private.h | 438 DState; typedef 488 BZ2_decompress ( DState* );
|
D | bzlib.c | 497 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()
|
D | decompress.c | 27 void makeMaps_d ( DState* s ) in makeMaps_d() 106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()
|