HomeSort by relevance Sort by last modified time
    Searched refs:tmp_s (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 591 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/mesa3d/src/gallium/auxiliary/util/
u_format.c 591 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);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 28 AVCPictureData *tmp_s; local
126 tmp_s = video->RefPicList1[0];
128 video->RefPicList1[1] = tmp_s;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 546 Word32 tmp_s, tmp2_s; local
579 tmp_s = sfbOffset[sfb + 1] - i;
580 if ( tmp_s == 0 ) {
  /external/clang/test/CodeGen/
builtins-x86.c 38 signed short tmp_s; local

Completed in 241 milliseconds