Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 – 6 of 6) sorted by relevance

/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 Dtipc_config.h273 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
276 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
335 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
337 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/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 Dtipc_config.h273 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
276 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
335 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
337 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtipc_config.h275 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
339 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
341 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dpow.hpp202 typedef typename T::exponent_type exp_type; in eval_exp() typedef
203 typedef typename boost::multiprecision::detail::canonical<exp_type, T>::type canonical_exp_type; in eval_exp()
303 exp_type n; in eval_exp()
306 if (n == (std::numeric_limits<exp_type>::max)()) in eval_exp()
347 typedef typename T::exponent_type exp_type; in eval_log() typedef
348 typedef typename boost::multiprecision::detail::canonical<exp_type, T>::type canonical_exp_type; in eval_log()
374 exp_type e; in eval_log()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c193 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any() argument
207 if (type != exp_type) { in open_obj_pinned_any()
H A Dmain.h164 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type);