bitpos             80 source3/auth/auth_sam.c 	uint8 bitmask, bitpos;
bitpos             97 source3/auth/auth_sam.c 	bitpos = (utctime->tm_wday * 24 + utctime->tm_hour) % 168;
bitpos             98 source3/auth/auth_sam.c 	bitmask = 1 << (bitpos % 8);
bitpos            100 source3/auth/auth_sam.c 	if (! (hours[bitpos/8] & bitmask)) {
bitpos             88 source4/auth/sam.c 	uint8_t bitmask, bitpos;
bitpos            110 source4/auth/sam.c 	bitpos = (utctime->tm_wday * 24 + utctime->tm_hour) % 168;
bitpos            111 source4/auth/sam.c 	bitmask = 1 << (bitpos % 8);
bitpos            113 source4/auth/sam.c 	if (! (hours->data[bitpos/8] & bitmask)) {