Searched refs:c1 (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flash-modes.rst | 57 …, ``detect``, ``256KB``, ``512KB``, ``1MB``, ``2MB``, ``4MB``, ``2MB-c1``, ``4MB-c1``, ``8MB``, ``… 107 | 2MB-c1 | 2 | 1024KB | 0KB | 109 | 4MB-c1 | 2 | 1024KB | 2048KB |
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 44 …| | ``5`` = 2MB-c1, ``6`` = 4MB-c1, ``8`` = 8MB, ``9`` = 16MB) …
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 1443 mz_uint8 c0 = d->m_dict[pos + match_len], c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match() local 1458 if ((d->m_dict[probe_pos + match_len] == c0) && (d->m_dict[probe_pos + match_len - 1] == c1)) \ in tdefl_find_match() 1477 c1 = d->m_dict[pos + match_len - 1]; in tdefl_find_match()
|