Searched refs:data_a (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/bimap/test/ |
D | test_tagged.cpp | 74 typedef tagged< data, tag_a > data_a; in test_function() typedef 77 BOOST_TEST(( is_same< data_a::value_type , data >::value )); in test_function() 78 BOOST_TEST(( is_same< data_a::tag , tag_a >::value )); in test_function() 81 is_same< overwrite_tagged < data_a, tag_b >::type, data_b >::value in test_function() 84 is_same< default_tagged < data_a, tag_b >::type, data_a >::value in test_function() 91 BOOST_TEST(( is_tagged< data_a >::value == true )); in test_function() 93 BOOST_TEST(( is_same< value_type_of<data_a>::type, data >::value )); in test_function() 94 BOOST_TEST(( is_same< tag_of <data_a>::type, tag_a >::value )); in test_function()
|
D | test_structured_pair.cpp | 39 struct data_a { char data; }; in BOOST_BIMAP_TEST_STATIC_FUNCTION() argument 44 data_a, in BOOST_BIMAP_TEST_STATIC_FUNCTION() 53 data_a, in BOOST_BIMAP_TEST_STATIC_FUNCTION() 58 BOOST_BIMAP_CHECK_METADATA(sp_ab, first_type , data_a); in BOOST_BIMAP_TEST_STATIC_FUNCTION() 62 BOOST_BIMAP_CHECK_METADATA(sp_ba, second_type, data_a); in BOOST_BIMAP_TEST_STATIC_FUNCTION()
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_image_load_store.cpp | 127 pb->data_a[i] = float_to_lns(fptr[3]); in imageblock_initialize_work_from_orig() 131 pb->data_a[i] = fptr[3] * 65535.0f; in imageblock_initialize_work_from_orig() 162 fptr[3] = sf16_to_float(lns_to_sf16((uint16_t)pb->data_a[i])); in imageblock_initialize_orig_from_work() 166 fptr[3] = sf16_to_float(unorm16_to_sf16((uint16_t)pb->data_a[i])); in imageblock_initialize_orig_from_work() 198 float alpha = pb->data_a[i]; in update_imageblock_flags()
|
D | astc_codec_internals.h | 121 float data_a[MAX_TEXELS_PER_BLOCK]; member
|
D | astc_decompress_symbolic.cpp | 284 blk->data_a[i] = (float)color.w; in decompress_symbolic_block()
|
/third_party/iptables/iptables/ |
D | nft-ipv6.c | 85 static bool nft_ipv6_is_same(const void *data_a, in nft_ipv6_is_same() argument 88 const struct iptables_command_state *a = data_a; in nft_ipv6_is_same()
|
D | nft-ipv4.c | 96 static bool nft_ipv4_is_same(const void *data_a, in nft_ipv4_is_same() argument 99 const struct iptables_command_state *a = data_a; in nft_ipv4_is_same()
|
D | nft-shared.h | 78 bool (*is_same)(const void *data_a,
|
D | nft-arp.c | 598 static bool nft_arp_is_same(const void *data_a, in nft_arp_is_same() argument 601 const struct arpt_entry *a = data_a; in nft_arp_is_same()
|
D | nft-bridge.c | 680 static bool nft_bridge_is_same(const void *data_a, const void *data_b) in nft_bridge_is_same() argument 682 const struct ebt_entry *a = data_a; in nft_bridge_is_same()
|