Home
last modified time | relevance | path

Searched defs:exp_type (Results 1 – 5 of 5) sorted by relevance

/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
347 typedef typename T::exponent_type exp_type; in eval_log() typedef
/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()
335 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 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()
339 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 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()
335 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK()
/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()