Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/lib/cksum/
A Dcrc32.c364 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
371 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);
/lk-master/external/lib/lwip/core/ipv4/
A Dinet_chksum.c140 int odd = ((mem_ptr_t)pb & 1); in lwip_standard_chksum() local
143 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() local
200 if (odd && len > 0) { in lwip_standard_chksum()
251 if (odd) { in lwip_standard_chksum()
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_pwm.c299 bool odd = (playback_count & 1); in nrfx_pwm_simple_playback() local
301 (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()
/lk-master/external/platform/nrfx/doc/buildfiles/
A Dextra_stylesheet.css66 table.directory tr.even, table.directory tr.odd {
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_aeabi.S110 # note functions are word aligned except where they are an odd number of linear instructions
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_aeabi.S137 # note functions are word aligned except where they are an odd number of linear instructions

Completed in 10 milliseconds