HomeSort by relevance Sort by last modified time
    Searched defs:res_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
md5_helper.h 55 res_[i * 2 + 0] = hex[tmp[i] >> 4];
56 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
58 res_[32] = 0;
60 return res_;
64 char res_[33]; member in class:libvpx_test::MD5
  /external/libvpx/libvpx/test/
md5_helper.h 53 res_[i * 2 + 0] = hex[tmp[i] >> 4];
54 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
56 res_[32] = 0;
58 return res_;
62 char res_[33]; member in class:libvpx_test::MD5
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
md5_helper.h 53 res_[i * 2 + 0] = hex[tmp[i] >> 4];
54 res_[i * 2 + 1] = hex[tmp[i] & 0xf];
56 res_[32] = 0;
58 return res_;
62 char res_[33]; member in class:libvpx_test::MD5

Completed in 201 milliseconds