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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/compression/
H A Dlzxpress.c239 uint32_t indicator, indicator_bit; local
247 indicator_bit = 0;
253 if (indicator_bit == 0) {
256 indicator_bit = 32;
258 indicator_bit--;
261 * check whether the bit specified by indicator_bit is set or not
262 * set in indicator. For example, if indicator_bit has value 4
265 if (((indicator >> indicator_bit) & 1) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/compression/
H A Dlzxpress.c239 uint32_t indicator, indicator_bit; local
247 indicator_bit = 0;
253 if (indicator_bit == 0) {
256 indicator_bit = 32;
258 indicator_bit--;
261 * check whether the bit specified by indicator_bit is set or not
262 * set in indicator. For example, if indicator_bit has value 4
265 if (((indicator >> indicator_bit) & 1) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/compression/
H A Dlzxpress.c239 uint32_t indicator, indicator_bit; local
247 indicator_bit = 0;
253 if (indicator_bit == 0) {
256 indicator_bit = 32;
258 indicator_bit--;
261 * check whether the bit specified by indicator_bit is set or not
262 * set in indicator. For example, if indicator_bit has value 4
265 if (((indicator >> indicator_bit) & 1) == 0) {

Completed in 194 milliseconds