Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dstack.h225 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
240 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dstack.h225 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
240 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dstack.h261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dstack.h261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dstack.h261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dstack.h261 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) \ argument
276 #define BORINGSSL_DEFINE_STACK_TRAITS(name, type, is_const) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_const.hpp32 struct is_const : public integral_constant<bool, __is_const(T)> {}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dnormalized_view.hpp43 static const bool is_const = boost::is_const<Geometry>::value; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp348 struct is_const struct
349 { static const bool value = false; };
352 struct is_const<const T> struct
353 { static const bool value = true; };
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c4195 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local