/third_party/boost/libs/contract/test/result/ |
D | mixed_optional.hpp | 27 typedef boost::contract::test::detail::counter<ch_tag, char> ch_type; typedef 30 #define BOOST_CONTRACT_TEST_CH_TYPE ch_type& 32 ch_type ch_init; 35 #define BOOST_CONTRACT_TEST_CH_TYPE ch_type 46 ch_type& ch, boost::contract::virtual_* v = 0) { in f() 47 unsigned const old_ch_copies = ch_type::copies(); in f() 56 .postcondition([&] (boost::optional<ch_type const&> const& result) { in f() 61 BOOST_TEST_EQ(ch_type::copies(), old_ch_copies); in f() 81 ch_type& ch, boost::contract::virtual_* v = 0) /* override */ { in f() 82 unsigned const old_ch_copies = ch_type::copies(); in f() [all …]
|
/third_party/boost/boost/convert/ |
D | strtol.hpp | 209 typedef typename range_type::value_type ch_type; in str_to_d() typedef 212 ch_type str[sz] = {0}; std::strncpy(str, &*range.begin(), (std::min)(sz - 1, range.size())); in str_to_d()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1328 Elf32_Word ch_type; member 1335 Elf64_Word ch_type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1535 Elf32_Word ch_type; member 1542 Elf64_Word ch_type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 553 Elf_Word ch_type; 561 Elf_Word ch_type;
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 141 if (chdr->ch_type == ELFCOMPRESS_ZLIB) in load_debug_frame() 171 chdr->ch_type); in load_debug_frame()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 427 Elf32_Word ch_type; member 433 Elf64_Word ch_type; member
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_event.c | 562 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 564 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 565 switch (ch_type) { in mlme_event_ch_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_event.c | 710 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 712 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 713 switch (ch_type) { in mlme_event_ch_switch()
|