Searched refs:modulo (Results 1 – 4 of 4) sorted by relevance
206 const uint32_t modulo = *data_len % COREDUMP_CACHE_SIZE; in esp_core_dump_flash_write_prepare() local207 if (modulo != 0) { in esp_core_dump_flash_write_prepare()210 padding = COREDUMP_CACHE_SIZE - modulo; in esp_core_dump_flash_write_prepare()
65 E228, # missing whitespace around modulo operator
381 Hardware accelerated multiplication, modulo multiplication,928 bool "NIST 'modulo p' optimisations"932 NIST 'modulo p' optimisations increase Elliptic Curve operation performance.
220 3. If the image length is not modulo 128, pad the image to a 128 byte boundary with 0xFF. (^)