Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify16.c335 int namelen, info_type, mask_match, info_id = 0; in do_test() local
362 info_type = FAN_EVENT_INFO_TYPE_DFID_NAME; in do_test()
364 info_type = FAN_EVENT_INFO_TYPE_DFID; in do_test()
367 info_type = FAN_EVENT_INFO_TYPE_FID; in do_test()
369 info_type = FAN_EVENT_INFO_TYPE_DFID; in do_test()
390 event->event_len, event_fid->hdr.info_type, in do_test()
398 event->event_len, event_fid->hdr.info_type, in do_test()
407 event->event_len, event_fid->hdr.info_type, in do_test()
409 } else if (info_type != event_fid->hdr.info_type) { in do_test()
415 event->event_len, event_fid->hdr.info_type, in do_test()
[all …]
Dfanotify21.c176 if (info->hdr.info_type != FAN_EVENT_INFO_TYPE_PIDFD) { in do_test()
181 info->hdr.info_type); in do_test()
270 info->hdr.info_type, in do_test()
Dfanotify.h190 uint8_t info_type; member
438 int info_type) in get_event_info() argument
447 if (hdr->info_type == info_type) in get_event_info()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument
37 : "a"(info_type), "c"(0)); in GetCPUInfo()
42 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument
49 : "a"(info_type), "c"(0)); in GetCPUInfo()
52 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument
56 : "a"(info_type), "c"(0)); in GetCPUInfo()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcpu.c31 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument
37 : "a"(info_type), "c"(0)); in GetCPUInfo()
42 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument
49 : "a"(info_type), "c"(0)); in GetCPUInfo()
52 static WEBP_INLINE void GetCPUInfo(int cpu_info[4], int info_type) { in GetCPUInfo() argument
56 : "a"(info_type), "c"(0)); in GetCPUInfo()
/third_party/boost/boost/bimap/views/
Dmap_view.hpp67 typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type info_type; typedef in boost::bimaps::views::map_view
86 const info_type & info_at(const CompatibleKey& k) const in info_at()
99 info_type & info_at(const CompatibleKey& k) in info_at()
Dunordered_map_view.hpp83 typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type info_type; typedef in boost::bimaps::views::unordered_map_view
101 const info_type & info_at(const CompatibleKey& k) const in info_at()
114 info_type & info_at(const CompatibleKey& k) in info_at()
Dmultimap_view.hpp62 typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type info_type; typedef in boost::bimaps::views::multimap_view
Dunordered_multimap_view.hpp75 typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type info_type; typedef in boost::bimaps::views::unordered_multimap_view
Dlist_map_view.hpp92 typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type info_type; typedef in boost::bimaps::views::list_map_view
Dunconstrained_map_view.hpp38 typedef void info_type; typedef in boost::bimaps::views::unconstrained_map_view
Dvector_map_view.hpp68 typedef BOOST_DEDUCED_TYPENAME base_::value_type::info_type info_type; typedef in boost::bimaps::views::vector_map_view
/third_party/boost/boost/bimap/relation/
Dmutant_relation.hpp109 typedef BOOST_DEDUCED_TYPENAME tagged_info_type::value_type info_type; typedef in boost::bimaps::relation::detail::relation_info_hook
112 info_type info;
125 info_type in relation_info_hook()
126 >::param_type i = info_type() ) in relation_info_hook()
162 typedef ::boost::mpl::na info_type; typedef in boost::bimaps::relation::detail::relation_info_hook
280 BOOST_DEDUCED_TYPENAME base_::info_type in mutant_relation()
Dstructured_pair.hpp170 typedef BOOST_DEDUCED_TYPENAME tagged_info_type::value_type info_type; typedef in boost::bimaps::relation::detail::pair_info_hook
173 info_type info;
186 info_type in pair_info_hook()
187 >::param_type i = info_type() ) in pair_info_hook()
205 info = info_type(); in clear_info()
216 typedef ::boost::mpl::na info_type; typedef in boost::bimaps::relation::detail::pair_info_hook
307 BOOST_DEDUCED_TYPENAME base_::info_type >::param_type i) in structured_pair()
/third_party/abseil-cpp/absl/random/internal/
Dranden_detect.cc46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument
50 : "a"(info_type), "c"(0)); in __cpuid()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_detect.cc46 static void __cpuid(int cpu_info[4], int info_type) { in __cpuid() argument
50 : "a"(info_type), "c"(0)); in __cpuid()
/third_party/boost/boost/bimap/relation/support/
Dvalue_type_of.hpp81 typedef BOOST_DEDUCED_TYPENAME SymmetricType::info_type type;
/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1985 uint8_t info_type = info_p->type; in scanner_create_variables() local
1991 JERRY_ASSERT (info_type == SCANNER_TYPE_FUNCTION || info_type == SCANNER_TYPE_BLOCK); in scanner_create_variables()
1994 JERRY_ASSERT (info_type == SCANNER_TYPE_FUNCTION in scanner_create_variables()
1997 if (info_type == SCANNER_TYPE_FUNCTION && !(option_flags & SCANNER_CREATE_VARS_IS_FUNCTION_BODY)) in scanner_create_variables()
2176 if (info_type == SCANNER_TYPE_FUNCTION) in scanner_create_variables()
2239 if (info_type == SCANNER_TYPE_FUNCTION) in scanner_create_variables()
2412 if (info_type == SCANNER_TYPE_FUNCTION in scanner_create_variables()
2416 JERRY_ASSERT (info_type == SCANNER_TYPE_FUNCTION); in scanner_create_variables()
2441 if (info_type == SCANNER_TYPE_FUNCTION) in scanner_create_variables()
/third_party/boost/boost/bimap/
Dbimap.hpp206 typedef BOOST_DEDUCED_TYPENAME base_::relation::info_type info_type; typedef in boost::bimaps::bimap
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h25 unsigned char info_type; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h25 unsigned char info_type; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h25 unsigned char info_type; member
/third_party/musl/include/sys/
Dfanotify.h25 unsigned char info_type; member
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h25 unsigned char info_type; member
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2454 enum MHD_ConnectionInfoType info_type,
2533 enum MHD_DaemonInfoType info_type,

12