Home
last modified time | relevance | path

Searched full:robust (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/OK3568_Linux_fs/kernel/Documentation/locking/
H A Drobust-futexes.rst2 A description of what robust futexes are
10 what are robust futexes? To answer that, we first need to understand
37 To solve such types of problems, "robust mutex" userspace APIs were
56 robust futexes attached to this area'. This approach requires 3 new
75 because the kernel has no knowledge about how many robust futexes there
76 are to be cleaned up, because a robust futex might have been registered
82 robust futexes impractical for any type of generic Linux distribution.
86 New approach to robust futexes
90 robust locks that userspace is holding (maintained by glibc) - which
93 time, the kernel checks this user-space list: are there any robust futex
[all …]
H A Dpi-futex.rst38 algorithms often endangers to ability to do robust reviews of said code.
81 means locked. (This is the same method as used by list-based robust
119 robust-futex, PI-futex, robust+PI-futex.
H A Dindex.rst25 robust-futexes
26 robust-futex-ABI
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/robustness/
H A Drobust_point_type.hpp18 // Meta-function to typedef a robust point type for a policy
22 // By default, the point itself is the robust type
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfutex.h45 * Support for robust futexes: the kernel cleans up held futexes at
98 * Are there any waiters for this robust futex:
111 * The rest of the robust-futex field is for the TID:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfutex.h45 * Support for robust futexes: the kernel cleans up held futexes at
98 * Are there any waiters for this robust futex:
111 * The rest of the robust-futex field is for the TID:
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfutex.h45 * Support for robust futexes: the kernel cleans up held futexes at
98 * Are there any waiters for this robust futex:
111 * The rest of the robust-futex field is for the TID:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dposix_opt.h90 /* We support priority protection, though only for non-robust
95 /* We support priority inheritence for robust mutexes. */
98 /* We do not support priority protection for robust mutexes. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dposix_opt.h90 /* We support priority protection, though only for non-robust
95 /* We support priority inheritence for robust mutexes. */
98 /* We do not support priority protection for robust mutexes. */
/OK3568_Linux_fs/u-boot/tools/kermit/
H A Dflash_param13 #robust
20 #robust
H A Dsend_cmd8 robust
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dkey.h88 * frames and the last counter is used with Robust
110 * frames and the last counter is used with Robust
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcalib3d.hpp230 //! type of the robust estimation algorithm
240 …SOLVEPNP_UPNP = 4, //!< Exhaustive Linearization for Robust Camera Pose and Focal Length Esti…
325 - **RANSAC** - RANSAC-based robust method
326 - **LMEDS** - Least-Median robust method
327 - **RHO** - PROSAC-based robust method
333 @param mask Optional output mask set by a robust method ( RANSAC or LMEDS ). Note that the input
352 you can use one of the three robust methods. The methods RANSAC, LMeDS and RHO try many different
359 Regardless of the method, robust or not, the computed homography matrix is refined further (using
360 inliers only in case of a robust method) with the Levenberg-Marquardt method to reduce the
569 F.Moreno-Noguer. "Exhaustive Linearization for Robust Camera Pose and Focal Length
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcalib3d.hpp230 //! type of the robust estimation algorithm
240 …SOLVEPNP_UPNP = 4, //!< Exhaustive Linearization for Robust Camera Pose and Focal Length Esti…
325 - **RANSAC** - RANSAC-based robust method
326 - **LMEDS** - Least-Median robust method
327 - **RHO** - PROSAC-based robust method
333 @param mask Optional output mask set by a robust method ( RANSAC or LMEDS ). Note that the input
352 you can use one of the three robust methods. The methods RANSAC, LMeDS and RHO try many different
359 Regardless of the method, robust or not, the computed homography matrix is refined further (using
360 inliers only in case of a robust method) with the Levenberg-Marquardt method to reduce the
569 F.Moreno-Noguer. "Exhaustive Linearization for Robust Camera Pose and Focal Length
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcalib3d.hpp230 //! type of the robust estimation algorithm
240 …SOLVEPNP_UPNP = 4, //!< Exhaustive Linearization for Robust Camera Pose and Focal Length Esti…
325 - **RANSAC** - RANSAC-based robust method
326 - **LMEDS** - Least-Median robust method
327 - **RHO** - PROSAC-based robust method
333 @param mask Optional output mask set by a robust method ( RANSAC or LMEDS ). Note that the input
352 you can use one of the three robust methods. The methods RANSAC, LMeDS and RHO try many different
359 Regardless of the method, robust or not, the computed homography matrix is refined further (using
360 inliers only in case of a robust method) with the Levenberg-Marquardt method to reduce the
569 F.Moreno-Noguer. "Exhaustive Linearization for Robust Camera Pose and Focal Length
[all …]
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A DKconfig82 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
83 - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
/OK3568_Linux_fs/buildroot/package/libargtable2/
H A DConfig.in4 A greatly simplified and yet quite robust argument parsing
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct-interpretation.rst20 development process has been proven to create the most robust operating
62 Our goal of creating a robust and technically advanced operating system
/OK3568_Linux_fs/buildroot/package/libilbc/
H A DConfig.in5 suitable for robust voice communication over IP.
/OK3568_Linux_fs/buildroot/package/rauc/
H A DConfig.in.host5 RAUC is the Robust Auto-Update Controller developed by
/OK3568_Linux_fs/buildroot/package/python-enum/
H A DConfig.in5 Robust enumerated type support in Python
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-email-validator_1.1.3.bb1 SUMMARY = "A robust email address syntax and deliverability validation library."
H A Dpython3-jsonpath-rw_1.4.0.bb1 DESCRIPTION = "A robust and significantly extended implementation of JSONPath for Python"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dqt_attribution.json7 "Description": "Clip2Tri can be used together with Clipper for robust triangulation.",
/OK3568_Linux_fs/buildroot/package/libqrencode/
H A DConfig.in8 highly robust.

12345678910>>...16