Searched defs:words (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.c28 byteSwap(UWORD32 *buf, unsigned words) { argument
43 } while (--words);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3288 static std::string FormatWordList(const std::vector<std::string>& words) { argument
3290 for (size_t i = 0; i < words.size(); ++i) {
3291 if (i > 0 && words.size() > 2) {
3294 if (i == words.size() - 1) {
3297 word_list << "'" << words[i] << "'"; local

Completed in 42 milliseconds