Lines Matching full:little

229         output_file.write(FW_HDR_ANCHOR.to_bytes(4, "little"))
247 output_file.write(FW_HDR_EXT_ANCHOR_ENABLE.to_bytes(2, "little"))
250 output_file.write(FW_HDR_EXT_ANCHOR_DISABLE.to_bytes(2, "little"))
336 output_file.write(spi_max_clock_to_write.to_bytes(1, "little"))
340 output_file.write(spi_max_clock_to_write.to_bytes(1, "little"))
344 output_file.write(spi_max_clock_to_write.to_bytes(1, "little"))
348 output_file.write(spi_max_clock_to_write.to_bytes(1, "little"))
352 output_file.write(spi_max_clock_to_write.to_bytes(1, "little"))
395 output_file.write(spi_read_mode_to_write.to_bytes(1, "little"))
398 output_file.write(spi_read_mode_to_write.to_bytes(1, "little"))
401 output_file.write(spi_read_mode_to_write.to_bytes(1, "little"))
404 output_file.write(spi_read_mode_to_write.to_bytes(1, "little"))
430 output_file.write(FW_CRC_ENABLE.to_bytes(1, "little"))
433 output_file.write(FW_CRC_DISABLE.to_bytes(1, "little"))
493 to_bytes(4, "little"))
497 output_file.write(fw_length.to_bytes(4, "little"))
536 fw_entry_pt = int.from_bytes(fw_entry_byte, "little")
551 output_file.write(fw_entry_pt.to_bytes(4, "little"))
613 output_file.write(fw_crc_start.to_bytes(4, "little"))
617 output_file.write(fw_crc_end.to_bytes(4, "little"))
644 output_file.write(fw_length.to_bytes(4, "little"))
668 output_file.write(FLASH_SIZE_1_MBYTES.to_bytes(4, "little"))
671 output_file.write(FLASH_SIZE_2_MBYTES.to_bytes(4, "little"))
674 output_file.write(FLASH_SIZE_4_MBYTES.to_bytes(4, "little"))
677 output_file.write(FLASH_SIZE_8_MBYTES.to_bytes(4, "little"))
680 output_file.write(FLASH_SIZE_16_MBYTES.to_bytes(4, "little"))
732 int.from_bytes(current, "little"), crc_calc, table)
735 crc_to_write = crc.to_bytes(4, "little")
767 crc_calc = _crc_update(int.from_bytes(current, "little"), \
771 crc_to_write = crc.to_bytes(4, "little")
858 output_file.write(HDR_PTR_SIGNATURE.to_bytes(4, "little"))
860 output_file.write(ecst_args.pointer.to_bytes(4, "little"))
868 file_to_merge.write(HDR_PTR_SIGNATURE.to_bytes(4, "little"))
870 file_to_merge.write(ecst_args.pointer.to_bytes(4, "little"))
896 "little"))
899 "little"))