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

/external/qemu/
H A Dvnc-android.c240 static inline void vnc_set_bits(uint32_t *d, int n, int nb_words) argument
251 while (j < nb_words)
261 int nb_words)
264 for(i = 0; i < nb_words; i++) {
260 vnc_and_bits(const uint32_t *d1, const uint32_t *d2, int nb_words) argument
H A Dvnc.c234 static inline void vnc_set_bits(uint32_t *d, int n, int nb_words) argument
245 while (j < nb_words)
255 int nb_words)
258 for(i = 0; i < nb_words; i++) {
254 vnc_and_bits(const uint32_t *d1, const uint32_t *d2, int nb_words) argument
/external/valgrind/main/perf/
H A Dtinycc.c8049 int nb_words;
8052 nb_words = (sizeof(CString) + cv->cstr->size + 3) >> 2;
8053 while ((len + nb_words) > s->allocated_len)
8062 len += nb_words;
8047 int nb_words; local

Completed in 305 milliseconds