Home
last modified time | relevance | path

Searched refs:bounded (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.cat174 let w-pre-bounded = [Marked] ; (addr | fence)?
175 let r-pre-bounded = [Marked] ; (addr | nonrw-fence |
177 let w-post-bounded = fence? ; [Marked]
178 let r-post-bounded = (nonrw-fence | ([~Noreturn] ; fencerel(Rmb) ; [R4rmb]))? ;
182 let ww-vis = fence | (strong-fence ; xbstar ; w-pre-bounded) |
183 (w-post-bounded ; vis ; w-pre-bounded)
184 let wr-vis = fence | (strong-fence ; xbstar ; r-pre-bounded) |
185 (w-post-bounded ; vis ; r-pre-bounded)
186 let rw-xbstar = fence | (r-post-bounded ; xbstar ; w-pre-bounded)
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dbubble.cpp112 int red = int(185 + QRandomGenerator::global()->bounded(70)); in randomColor()
113 int green = int(185 + QRandomGenerator::global()->bounded(70)); in randomColor()
114 int blue = int(205 + QRandomGenerator::global()->bounded(50)); in randomColor()
115 int alpha = int(91 + QRandomGenerator::global()->bounded(100)); in randomColor()
H A Dmainwindow.cpp172 GLWidget *w = new GLWidget(this, false, qRgb(QRandomGenerator::global()->bounded(256), in addNew()
173 QRandomGenerator::global()->bounded(256), in addNew()
174 QRandomGenerator::global()->bounded(256))); in addNew()
H A Dglwidget.cpp424 QPointF position(width()*(0.1 + QRandomGenerator::global()->bounded(0.8)), in createBubbles()
425 height()*(0.1 + QRandomGenerator::global()->bounded(0.8))); in createBubbles()
426 … qreal radius = qMin(width(), height())*(0.0175 + QRandomGenerator::global()->bounded(0.0875)); in createBubbles()
427 QPointF velocity(width()*0.0175*(-0.5 + QRandomGenerator::global()->bounded(1.0)), in createBubbles()
428 height()*0.0175*(-0.5 + QRandomGenerator::global()->bounded(1.0))); in createBubbles()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dbubble.cpp112 int red = int(185 + QRandomGenerator::global()->bounded(70)); in randomColor()
113 int green = int(185 + QRandomGenerator::global()->bounded(70)); in randomColor()
114 int blue = int(205 + QRandomGenerator::global()->bounded(50)); in randomColor()
115 int alpha = int(91 + QRandomGenerator::global()->bounded(100)); in randomColor()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dbubble.cpp112 int red = int(185 + QRandomGenerator::global()->bounded(70)); in randomColor()
113 int green = int(185 + QRandomGenerator::global()->bounded(70)); in randomColor()
114 int blue = int(205 + QRandomGenerator::global()->bounded(50)); in randomColor()
115 int alpha = int(91 + QRandomGenerator::global()->bounded(100)); in randomColor()
H A Dmainwindow.cpp172 GLWidget *w = new GLWidget(this, false, qRgb(QRandomGenerator::global()->bounded(256), in addNew()
173 QRandomGenerator::global()->bounded(256), in addNew()
174 QRandomGenerator::global()->bounded(256))); in addNew()
H A Dglwidget.cpp424 QPointF position(width()*(0.1 + QRandomGenerator::global()->bounded(0.8)), in createBubbles()
425 height()*(0.1 + QRandomGenerator::global()->bounded(0.8))); in createBubbles()
426 … qreal radius = qMin(width(), height())*(0.0175 + QRandomGenerator::global()->bounded(0.0875)); in createBubbles()
427 QPointF velocity(width()*0.0175*(-0.5 + QRandomGenerator::global()->bounded(1.0)), in createBubbles()
428 height()*0.0175*(-0.5 + QRandomGenerator::global()->bounded(1.0))); in createBubbles()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativelocationtestmodel.cpp63 …int delay = (QRandomGenerator::global()->bounded(uint(INT_MAX) + 1) % crazyLevel_); // writing sof… in timerFired()
164 datacount = QRandomGenerator::global()->bounded(datacount_); in repopulate()
206 … int delay = QRandomGenerator::global()->bounded(crazyLevel_); // writing software is exact science in scheduleRepopulation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dsjoberg_intersection.hpp210 using math::detail::bounded; in sjoberg_d_lambda_e_sqr()
220 CT const asin_B = asin(bounded(sin_beta / sqrt_1_Cj_sqr, -c1, c1)); in sjoberg_d_lambda_e_sqr()
239 CT const sqrt_Y = math::sqrt(bounded(-X_sqr + one_minus_Cj_sqr, c0)); in sjoberg_d_lambda_e_sqr()
422 using math::detail::bounded; in lon_diff()
439 CT const asin_t_t0j = asin(bounded(t_t0j, -c1, c1)); in lon_diff()
485 using math::detail::bounded; in lon_diffs()
504 CT const asin_t_t0j = asin(bounded(t_t0j, -c1, c1)); in lon_diffs()
515 using math::detail::bounded; in lon()
533 CT const asin_t_t0j = asin(bounded(t_t0j, -c1, c1)); in lon()
1090 using math::detail::bounded; in converge_07_one_geod()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeouriprovider.cpp64 …QString result(m_firstSubdomain.toLatin1() + QRandomGenerator::global()->bounded(m_maxSubdomains)); in getCurrentHost()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip_dynaddr.rst15 2) Out-bounded MASQueraded source address changes ON OUTPUT (when
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.su
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.h134 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
H A Dio-wq.c1123 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data) in io_wq_create() argument
1130 if (WARN_ON_ONCE(!bounded)) in io_wq_create()
1160 wqe->acct[IO_WQ_ACCT_BOUND].max_workers = bounded; in io_wq_create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp75 inline T bounded(T const& v, T const& lower, T const& upper) in bounded() function
81 inline T bounded(T const& v, T const& lower) in bounded() function
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dads7828.rst43 bounded with limits accepted by the chip, described in the datasheet.
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dspeculation.rst79 value that is bounded to [0, size) even under cpu speculation
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Dexplanation.txt2214 "post-bounded" by X and E is "pre-bounded" by Y.
2217 "r-post-bounded" by X. Similarly, E would be "r-pre-bounded" or
2218 "w-pre-bounded" by Y, depending on whether E was a store or a load.
2240 w-pre-bounded or w-post-bounded by a marked access, it also requires
2241 the store to be r-pre-bounded or r-post-bounded, so as to handle cases
2301 is definitely w-post-bounded before the store to ptr, and the two
2305 that the load of ptr in P1 is r-pre-bounded before the load of *p
2335 not need to be w-post-bounded: when it is separated from the other
2372 isn't w-post-bounded by any marked accesses.
2378 w-post-bounded ; vis ; w-pre-bounded
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h285 bool brcms_c_dpc(struct brcms_c_info *wlc, bool bounded);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddbus.h406 bool (*dpc)(void *cbarg, bool bounded);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddbus.h385 bool (*dpc)(void *cbarg, bool bounded);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddbus.h385 bool (*dpc)(void *cbarg, bool bounded);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Ddbus.h391 bool (*dpc)(void *cbarg, bool bounded);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddbus.h402 bool (*dpc)(void *cbarg, bool bounded);

123