Lines Matching refs:start
942 uint8_t byte_idx, start, i, j, parsed; in wma_parse_he_ppet() local
993 start = parsed + (i * (num_ppet * HE_PPET_SIZE)) + in wma_parse_he_ppet()
995 byte_idx = start / HE_BYTE_SIZE; in wma_parse_he_ppet()
996 start = start % HE_BYTE_SIZE; in wma_parse_he_ppet()
998 if (start <= HE_BYTE_SIZE - HE_PPET_SIZE) { in wma_parse_he_ppet()
999 mask = 0x07 << start; in wma_parse_he_ppet()
1000 ppet = (rcvd_ppet[byte_idx] & mask) >> start; in wma_parse_he_ppet()
1003 mask1 = 0x07 << start; in wma_parse_he_ppet()
1004 ppet1 = (rcvd_ppet[byte_idx] & mask1) >> start; in wma_parse_he_ppet()
1005 mask2 = 0x07 >> (HE_BYTE_SIZE - start); in wma_parse_he_ppet()
1007 (HE_BYTE_SIZE - start); in wma_parse_he_ppet()