| /OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/ |
| H A D | checkers-arm.c | 87 [PROBES_LDRSTRD] = {.checker = arm_check_stack}, 88 [PROBES_STORE_EXTRA] = {.checker = arm_check_stack}, 89 [PROBES_STORE] = {.checker = arm_check_stack}, 90 [PROBES_LDMSTM] = {.checker = arm_check_stack}, 160 [PROBES_MRS] = {.checker = arm_check_regs_normal}, 161 [PROBES_SATURATING_ARITHMETIC] = {.checker = arm_check_regs_normal}, 162 [PROBES_MUL1] = {.checker = arm_check_regs_normal}, 163 [PROBES_MUL2] = {.checker = arm_check_regs_normal}, 164 [PROBES_MUL_ADD_LONG] = {.checker = arm_check_regs_normal}, 165 [PROBES_MUL_ADD] = {.checker = arm_check_regs_normal}, [all …]
|
| H A D | checkers-thumb.c | 79 [PROBES_T32_LDMSTM] = {.checker = t32_check_stack}, 80 [PROBES_T32_LDRDSTRD] = {.checker = t32_check_stack}, 81 [PROBES_T32_LDRSTR] = {.checker = t32_check_stack}, 101 [PROBES_T16_PUSH] = {.checker = t16_check_stack},
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/ |
| H A D | cookie.c | 19 void wg_cookie_checker_init(struct cookie_checker *checker, in wg_cookie_checker_init() argument 22 init_rwsem(&checker->secret_lock); in wg_cookie_checker_init() 23 checker->secret_birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_checker_init() 24 get_random_bytes(checker->secret, NOISE_HASH_LEN); in wg_cookie_checker_init() 25 checker->device = wg; in wg_cookie_checker_init() 45 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker) in wg_cookie_checker_precompute_device_keys() argument 47 if (likely(checker->device->static_identity.has_identity)) { in wg_cookie_checker_precompute_device_keys() 48 precompute_key(checker->cookie_encryption_key, in wg_cookie_checker_precompute_device_keys() 49 checker->device->static_identity.static_public, in wg_cookie_checker_precompute_device_keys() 51 precompute_key(checker->message_mac1_key, in wg_cookie_checker_precompute_device_keys() [all …]
|
| H A D | cookie.h | 41 void wg_cookie_checker_init(struct cookie_checker *checker, 43 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker); 47 enum cookie_mac_state wg_cookie_validate_packet(struct cookie_checker *checker, 55 struct cookie_checker *checker);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_locks.c | 29 void _mali_osk_locks_debug_init(struct _mali_osk_lock_debug_s *checker, _mali_osk_lock_flags_t flag… in _mali_osk_locks_debug_init() argument 31 checker->orig_flags = flags; in _mali_osk_locks_debug_init() 32 checker->owner = 0; in _mali_osk_locks_debug_init() 35 checker->order = order; in _mali_osk_locks_debug_init() 36 checker->next = NULL; in _mali_osk_locks_debug_init() 40 void _mali_osk_locks_debug_add(struct _mali_osk_lock_debug_s *checker) in _mali_osk_locks_debug_add() argument 42 checker->owner = _mali_osk_get_tid(); in _mali_osk_locks_debug_add() 45 if (!(checker->orig_flags & _MALI_OSK_LOCKFLAG_UNORDERED)) { in _mali_osk_locks_debug_add() 46 if (!add_lock_to_log_and_check(checker, _mali_osk_get_tid())) { in _mali_osk_locks_debug_add() 48 _mali_osk_get_tid(), checker); in _mali_osk_locks_debug_add() [all …]
|
| H A D | mali_osk_locks.h | 43 struct _mali_osk_lock_debug_s checker; member 51 struct _mali_osk_lock_debug_s checker; member 61 struct _mali_osk_lock_debug_s checker; member 71 struct _mali_osk_lock_debug_s checker; member 80 …void _mali_osk_locks_debug_init(struct _mali_osk_lock_debug_s *checker, _mali_osk_lock_flags_t fla… 81 void _mali_osk_locks_debug_add(struct _mali_osk_lock_debug_s *checker); 82 void _mali_osk_locks_debug_remove(struct _mali_osk_lock_debug_s *checker); 233 lock->checker.owner = 0; in _mali_osk_mutex_rw_signal()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0016-tst_qpainter-FE_-macros-are-not-defined-for-every-pl.patch | 74 - FpExceptionChecker checker(FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID | FE_DIVBYZERO); 75 + FpExceptionChecker checker(QP_FE_UNDERFLOW | QP_FE_OVERFLOW | QP_FE_INVALID | QP_FE_DIVBYZERO); 83 - FpExceptionChecker checker(FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID | FE_DIVBYZERO); 84 + FpExceptionChecker checker(QP_FE_UNDERFLOW | QP_FE_OVERFLOW | QP_FE_INVALID | QP_FE_DIVBYZERO); 92 - FpExceptionChecker checker(FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID | FE_DIVBYZERO); 93 + FpExceptionChecker checker(QP_FE_UNDERFLOW | QP_FE_OVERFLOW | QP_FE_INVALID | QP_FE_DIVBYZERO); 101 - FpExceptionChecker checker(FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID | FE_DIVBYZERO); 102 + FpExceptionChecker checker(QP_FE_UNDERFLOW | QP_FE_OVERFLOW | QP_FE_INVALID | QP_FE_DIVBYZERO); 110 - FpExceptionChecker checker(FE_UNDERFLOW | FE_OVERFLOW | FE_INVALID | FE_DIVBYZERO); 111 + FpExceptionChecker checker(QP_FE_UNDERFLOW | QP_FE_OVERFLOW | QP_FE_INVALID | QP_FE_DIVBYZERO); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/psci/ |
| H A D | Kconfig | 6 bool "ARM PSCI checker" 9 Run the PSCI checker during startup. This checks that hotplug and 12 The torture tests may interfere with the PSCI checker by turning CPUs 13 on and off through hotplug, so for now torture tests and PSCI checker
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/ |
| H A D | within_concept.hpp | 41 struct checker struct in boost::geometry::concepts::WithinStrategyPolygonal 106 checker::apply(&Strategy::apply, &Strategy::result); in BOOST_CONCEPT_USAGE() 116 struct checker struct in boost::geometry::concepts::WithinStrategyPointBox 170 checker::apply(&Strategy::apply); in BOOST_CONCEPT_USAGE() 180 struct checker struct in boost::geometry::concepts::WithinStrategyBoxBox 234 checker::apply(&Strategy::apply); in BOOST_CONCEPT_USAGE()
|
| H A D | distance_concept.hpp | 53 struct checker struct 126 checker::apply(&Strategy::template apply<Point1, Point2>); in BOOST_CONCEPT_USAGE() 142 struct checker struct 203 checker::apply(&Strategy::template apply<Point, PointOfSegment>); in BOOST_CONCEPT_USAGE()
|
| H A D | simplify_concept.hpp | 46 struct checker struct 87 checker::apply(&ds_type::template apply<Point, Point>); in BOOST_CONCEPT_USAGE()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/aspell/ |
| H A D | aspell_0.60.8.bb | 1 SUMMARY = "GNU Aspell spell-checker" 3 DESCRIPTION = "Spell checker designed to eventually replace Ispell. \ 4 It can either be used as a library or as an independent spell checker. \ 7 checker out there for the English language."
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/ |
| H A D | polygon_concept.hpp | 56 struct checker struct in boost::geometry::concepts::Polygon 81 checker::apply(); in BOOST_CONCEPT_USAGE() 109 struct checker struct in boost::geometry::concepts::ConstPolygon 128 checker::apply(); in BOOST_CONCEPT_USAGE()
|
| H A D | check.hpp | 195 struct checker : dispatch::check<Geometry> struct 199 struct checker<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct 203 struct checker<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const> struct 218 detail::checker<Geometry> c; in check()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/ |
| H A D | areal_areal.hpp | 108 > checker(geometry1, strategy); in rings_containing() local 109 geometry::detail::for_each_range(geometry2, checker); in rings_containing() 110 return checker.not_disjoint; in rings_containing()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_convertible.hpp | 107 template <typename T> struct checker 114 static bool const value = sizeof( checker<To>::_m_check(_m_from) ) 131 template <typename T> struct checker 145 sizeof( boost::detail::checker<To>::_m_check(static_cast<rvalue_type>(_m_from), 0) ) 149 sizeof( boost::detail::checker<To>::_m_check(_m_from, 0) )
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | implementation.hpp | 244 > checker(geometry1, point_in_ring_strategy); in rings_containing() local 245 geometry::detail::for_each_range(geometry2, checker); in rings_containing() 246 return checker.has_within; in rings_containing()
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.help | 2 checker-help:
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.help | 2 checker-help:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | wayland_1.20.0.bb | 44 cp -rf ${B}/tests/*-test ${B}/tests/*-checker ${D}${PTEST_PATH}/tests 45 cp -rf ${B}/tests/*-checker ${D}${PTEST_PATH}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyflakes_2.4.0.bb | 1 SUMMARY = "passive checker of Python programs"
|
| H A D | python3-mccabe_0.7.0.bb | 1 DESCRIPTION = "McCabe checker, plugin for flake8"
|
| H A D | python3-pycodestyle_2.8.0.bb | 1 SUMMARY = "Python style guide checker (formly called pep8)"
|
| H A D | python3-pep8_1.7.1.bb | 1 DESCRIPTION = "Python style guide checker"
|
| /OK3568_Linux_fs/buildroot/package/python-typepy/ |
| H A D | Config.in | 7 checker/validator/converter at a run time.
|