Searched defs:tmp_s (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c591 uint8_t *tmp_s = NULL; local
603 tmp_s = MALLOC(width * sizeof *tmp_s);
612 if (tmp_s) {
613 src_format_desc->unpack_s_8uint(tmp_s, 0, src_row, src_stride, width, 1);
614 dst_format_desc->pack_s_8uint(dst_row, dst_stride, tmp_s, 0, width, 1);
621 if (tmp_s) {
622 FREE(tmp_s);
/external/clang/test/CodeGen/
H A Dbuiltins-x86.c38 signed short tmp_s; local
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format.c591 uint8_t *tmp_s = NULL; local
603 tmp_s = MALLOC(width * sizeof *tmp_s);
612 if (tmp_s) {
613 src_format_desc->unpack_s_8uint(tmp_s, 0, src_row, src_stride, width, 1);
614 dst_format_desc->pack_s_8uint(dst_row, dst_stride, tmp_s, 0, width, 1);
621 if (tmp_s) {
622 FREE(tmp_s);

Completed in 310 milliseconds