Searched refs:dst_d (Results 1 – 2 of 2) sorted by relevance
/external/lz4/examples/ |
D | compress_functions.c | 318 char *dst_d = calloc(1, src_size); in main() local 325 …c, ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_dst, dst_d, src_size, max_dst… in main() 326 …c, ID__LZ4_DECOMPRESS_FAST, iterations, known_good_dst, dst_d, src_size, max_dst… in main() 334 … ID__LZ4_DECOMPRESS_SAFE, iterations, known_good_hc_dst, dst_d, src_size, max_dst… in main() 335 … ID__LZ4_DECOMPRESS_FAST, iterations, known_good_hc_dst, dst_d, src_size, max_dst… in main()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_generator.cpp | 722 struct brw_reg dst_d = retype(spread(gdst, 2), in generate_shuffle() local 725 brw_MOV(p, dst_d, in generate_shuffle() 728 brw_MOV(p, byte_offset(dst_d, 4), in generate_shuffle()
|