Searched refs:generation (Results 1 – 13 of 13) sorted by relevance
56 uint32_t generation : 29; member134 assert(i == 0 || s_log_cache[(i - 1) / 2].generation < s_log_cache[i].generation); in esp_log_level_set()220 assert(i == 0 || s_log_cache[(i - 1) / 2].generation < s_log_cache[i].generation); in get_cached_log_level()238 s_log_cache[i].generation = s_log_cache_max_generation++; in get_cached_log_level()247 uint32_t generation = s_log_cache_max_generation++; in add_to_cache() local253 .generation = generation, in add_to_cache()267 .generation = generation in add_to_cache()296 …int next = (s_log_cache[left_index].generation < s_log_cache[right_index].generation) ? left_index… in heap_bubble_down()
16 # Process the template file through the linker script generation mechanism, and use the output for …
41 * (0x20 offset above is a convenience for the app binary image generation.
45 …ript expects an array. Failing to do so, may lead to unintended states generation. For example, `[…
79 # is not explicitly specified while key-pair generation.
51 * (0x20 offset above is a convenience for the app binary image generation.
58 * (0x20 offset above is a convenience for the app binary image generation.
16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg…
66 (0x20 offset above is a convenience for the app binary image generation.
69 * (0x20 offset above is a convenience for the app binary image generation.
63 (0x20 offset above is a convenience for the app binary image generation.
123 …and generation of both .eh_frame and .eh_frame_hdr sections, resulting in a bigger binary size (20…