Searched refs:byte (Results 1 – 2 of 2) sorted by relevance
33 unsigned char byte; in __eeprom_field_update_bin() local44 byte = 0; in __eeprom_field_update_bin()59 byte = simple_strtoul(tmp, &endptr, 16); in __eeprom_field_update_bin()63 field->buf[j] = byte; in __eeprom_field_update_bin()
72 Alignment: 8-byte73 8 byte alignment is currently hardwired into the design. This77 Code for 8-byte pointers is untested by me but has worked88 Minimum allocated size: 4-byte ptrs: 16 bytes (including 4 overhead)89 8-byte ptrs: 24/32 bytes (including, 4/8 overhead)91 When a chunk is freed, 12 (for 4byte ptrs) or 20 (for 8 byte92 ptrs but 4 byte size) or 24 (for 8/8) additional bytes are100 Maximum allocated size: 4-byte size_t: 2^31 - 8 bytes101 8-byte size_t: 2^63 - 16 bytes2047 obtain 8-byte alignment and/or to obtain a size of at least[all …]
Completed in 13 milliseconds