Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/cmake/linker/armlink/
Dscatter_script.cmake303 set(last_index ${offset_dec}) variable
315 set(last_index ${idx}) variable
362 if(DEFINED last_index)
363 set(align_expr "AlignExpr(ImageLimit(${name_clean}_${last_index}), ${endalign}) FIXED")
372 set(last_index) variable
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c91 int8_t last_index; in ll_big_sync_create() local
116 last_index = -1; in ll_big_sync_create()
119 if (!IN_RANGE(bis[i], 0x01, 0x1F) || (bis[i] <= last_index)) { in ll_big_sync_create()
125 last_index = bis[i]; in ll_big_sync_create()