Lines Matching refs:numberOfBools
57 , uint32_t numberOfBools
89 , uint32_t numberOfBools in FUNC()
123 uint32_t blkCnt = numberOfBools / 128; in FUNC()
161 blkCnt = numberOfBools & 0x7F; in FUNC()
240 , uint32_t numberOfBools in FUNC()
313 nbBoolBlock = numberOfBools >> 7; in FUNC()
383 nbBoolBlock = numberOfBools & 0x7F; in FUNC()
460 , uint32_t numberOfBools in FUNC()
491 while(numberOfBools >= 32) in FUNC()
517 numberOfBools -= 32; in FUNC()
523 a = a >> (32 - numberOfBools); in FUNC()
524 b = b >> (32 - numberOfBools); in FUNC()
526 while(numberOfBools > 0) in FUNC()
545 numberOfBools --; in FUNC()