Home
last modified time | relevance | path

Searched refs:data_a (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/bimap/test/
Dtest_tagged.cpp74 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()
Dtest_structured_pair.cpp39 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/
Dastc_image_load_store.cpp127 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()
Dastc_codec_internals.h121 float data_a[MAX_TEXELS_PER_BLOCK]; member
Dastc_decompress_symbolic.cpp284 blk->data_a[i] = (float)color.w; in decompress_symbolic_block()
/third_party/iptables/iptables/
Dnft-ipv6.c85 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()
Dnft-ipv4.c96 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()
Dnft-shared.h78 bool (*is_same)(const void *data_a,
Dnft-arp.c598 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()
Dnft-bridge.c680 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()