Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/platform/uv/
H A Duv_nmi.c619 int last_k = 0, waiting = 0; in uv_nmi_wait_cpus() local
650 if (last_k != k) { /* abort if no new CPU's coming in */ in uv_nmi_wait_cpus()
651 last_k = k; in uv_nmi_wait_cpus()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dcalculate_constants.hpp732 unsigned last_k = 1; in khinchin() local
736 for(unsigned k = last_k; k <= 2 * n - 1; ++k) in khinchin()
741 last_k = 2 * n; in khinchin()