Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dget_left_turns.hpp248 signed_size_type previous_index = cluster_index - 1; in block_turns() local
249 if (previous_index < 0) in block_turns()
251 previous_index = cluster_size - 1; in block_turns()
266 && directions[previous_index].second) in block_turns()
273 && !directions[previous_index].first in block_turns()
274 && directions[previous_index].second) in block_turns()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2947 u32 current_index = 0, previous_index; in ipw_fw_dma_wait() local
2958 previous_index = current_index; in ipw_fw_dma_wait()
2961 if (previous_index < current_index) { in ipw_fw_dma_wait()