Home
last modified time | relevance | path

Searched refs:n_words (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dstrinfo.c123 guint n_words; in strinfo_string_to_words() local
128 n_words = MAX (2, (size + 6) >> 2); in strinfo_string_to_words()
130 if (n_words > STRINFO_MAX_WORDS) in strinfo_string_to_words()
134 words[n_words - 1] = GUINT32_TO_BE (0xff); in strinfo_string_to_words()
137 return n_words; in strinfo_string_to_words()
144 guint n_words) in strinfo_scan() argument
148 if (length < n_words) in strinfo_scan()
151 while (i <= length - n_words) in strinfo_scan()
155 for (j = 0; j < n_words; j++) in strinfo_scan()
159 if (j == n_words) in strinfo_scan()
[all …]
/third_party/boost/libs/random/test/
Dtest_generator.ipp101 …std::iterator_traits<std::vector<int>::const_iterator>::difference_type n_words = (it - v.begin());
102 BOOST_CHECK_GT(n_words, 0);
103 BOOST_CHECK_EQUAL(n_words, BOOST_RANDOM_SEED_WORDS);
109 BOOST_CHECK_EQUAL(n_words, n_words2);
116 if(n_words > 1) {
/third_party/ffmpeg/libavcodec/x86/
Dvideodsp_init.c98 x86_reg start_x, x86_reg n_words, x86_reg bh);
Dvideodsp.asm95 cglobal emu_edge_hvar, 5, 6, 1, dst, dst_stride, start_x, n_words, h, w