Searched refs:count_fill (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1539 Z_word count_fill = 0; local
1549 for ( count = count_fill; (ok and (length > 0) and (count < BITS)); count += 3 )
1560 count_fill = (Z_word)count-(Z_word)BITS;
1561 if (count_fill > 0)
1562 value_fill = (((N_word) digit) >> (3-count_fill));

Completed in 56 milliseconds