reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1695 for (uint32_t i = 0; i < size; i += j, addr += j) { 1695 for (uint32_t i = 0; i < size; i += j, addr += j) { 1700 for (j = 0; j < 4 * sizeof(int32_t) && i + j < size; 1702 if (i + j + sizeof(int32_t) <= size) { 1704 memcpy(&long_word, sect + i + j, sizeof(int32_t)); 1709 for (uint32_t k = 0; i + j + k < size; k++) { 1710 uint8_t byte_word = *(sect + i + j + k);