Lines Matching defs:wordsLeft

1878 	register u_int32_t	wordsLeft;		//	Number of words left in this bitmap block
1931 wordsLeft = wordsPerBlock - wordIndexInBlock;
1952 if (--wordsLeft == 0) {
1973 wordsLeft = wordsPerBlock;
2024 if (--wordsLeft == 0) {
2051 wordsLeft = wordsPerBlock;
2262 register u_int32_t wordsLeft; // Number of words left in this bitmap block
2285 // Initialize currentWord, and wordsLeft.
2295 wordsLeft = wordsPerBlock - wordIndexInBlock;
2326 --wordsLeft; // one less word left in this block
2335 if (wordsLeft == 0) {
2351 // Readjust currentWord and wordsLeft
2353 wordsLeft = wordsPerBlock;
2364 --wordsLeft; // one less word left in this block
2373 if (wordsLeft == 0) {
2389 // Readjust currentWord and wordsLeft
2391 wordsLeft = wordsPerBlock;
2400 // No need to update currentWord or wordsLeft
2681 u_int32_t wordsLeft; // Number of words left in this bitmap block
2759 wordsLeft = wordsPerBlock - wordIndexInBlock;
2776 --wordsLeft; // one less word left in this block
2784 if (wordsLeft == 0) {
2800 // Readjust currentWord and wordsLeft
2802 wordsLeft = wordsPerBlock;
2812 --wordsLeft; // one less word left in this block
2821 if (wordsLeft == 0) {
2837 // Readjust currentWord and wordsLeft
2839 wordsLeft = wordsPerBlock;
2847 // No need to update currentWord or wordsLeft
2855 wordsLeft = wordsPerBlock - wordIndexInBlock;
2860 // Move currentWord/bitMask/wordsLeft forward one bit
2863 if (--wordsLeft == 0)
3051 register u_int32_t wordsLeft;
3104 wordsLeft = (currentBlock / kBitsPerWord) & (wordsPerBlock-1); // Current index into buffer
3105 currentWord = buffer + wordsLeft;
3106 wordsLeft = wordsPerBlock - wordsLeft;
3136 --wordsLeft;
3145 if (wordsLeft == 0)
3165 wordsLeft = wordsPerBlock;
3185 --wordsLeft;
3222 --wordsLeft;
3231 if (wordsLeft == 0)
3253 wordsLeft = wordsPerBlock;
3273 --wordsLeft;
3586 u_int32_t wordsLeft; // Number of words left in this bitmap block
3608 * Initialize currentWord, and wordsLeft.
3618 wordsLeft = wordsPerBlock - wordIndexInBlock;
3641 --wordsLeft;
3648 if (wordsLeft == 0) {
3659 /* Readjust currentWord and wordsLeft. */
3661 wordsLeft = wordsPerBlock;
3672 --wordsLeft;
3680 if (wordsLeft == 0) {
3692 wordsLeft = wordsPerBlock;
3963 * Initialize currentWord, and wordsLeft.