Searched refs:odd (Results 1 – 6 of 6) sorted by relevance
364 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local371 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */374 odd[n] = row;379 gf2_matrix_square(even, odd);382 gf2_matrix_square(odd, even);388 gf2_matrix_square(even, odd);398 gf2_matrix_square(odd, even);400 crc1 = gf2_matrix_times(odd, crc1);
140 int odd = ((mem_ptr_t)pb & 1); in lwip_standard_chksum() local143 if (odd && len > 0) { in lwip_standard_chksum()169 if (odd) { in lwip_standard_chksum()198 int odd = ((mem_ptr_t)pb & 1); in lwip_standard_chksum() local200 if (odd && len > 0) { in lwip_standard_chksum()251 if (odd) { in lwip_standard_chksum()
299 bool odd = (playback_count & 1); in nrfx_pwm_simple_playback() local301 (playback_count / 2) + (odd ? 1 : 0)); in nrfx_pwm_simple_playback()310 shorts_mask = odd ? NRF_PWM_SHORT_LOOPSDONE_SEQSTART1_MASK in nrfx_pwm_simple_playback()326 odd ? NRF_PWM_TASK_SEQSTART1 : NRF_PWM_TASK_SEQSTART0); in nrfx_pwm_simple_playback()
66 table.directory tr.even, table.directory tr.odd {
110 # note functions are word aligned except where they are an odd number of linear instructions
137 # note functions are word aligned except where they are an odd number of linear instructions
Completed in 12 milliseconds