Home
last modified time | relevance | path

Searched refs:end_index (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c447 int end_index = strlen(pathstr) - 1; in lwm2m_string_to_path() local
450 for (i = 0; i <= end_index; i++) { in lwm2m_string_to_path()
461 if (pathstr[i] == delim || i == end_index) { in lwm2m_string_to_path()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c570 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() argument
580 if (preset->index > end_index) { in preset_foreach()
1636 uint8_t start_index, end_index; in bt_has_preset_foreach() local
1644 end_index = BT_HAS_PRESET_INDEX_LAST; in bt_has_preset_foreach()
1646 start_index = end_index = index; in bt_has_preset_foreach()
1649 preset_foreach(start_index, end_index, bt_has_preset_foreach_func, &data); in bt_has_preset_foreach()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py755 end_index = (i + 1) * (3 * 4)
756 desc = data[start_index:end_index]