/third_party/libnl/lib/netfilter/ |
D | ct_obj.c | 61 struct nfnl_ct *ct = (struct nfnl_ct *) c; in ct_free_data() local 122 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply) in dump_icmp() 134 static void ct_dump_tuples(struct nfnl_ct *ct, struct nl_dump_params *p) in ct_dump_tuples() 179 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_line() local 217 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_details() local 273 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_stats() local 398 void nfnl_ct_get(struct nfnl_ct *ct) in nfnl_ct_get() 403 void nfnl_ct_put(struct nfnl_ct *ct) in nfnl_ct_put() 415 void nfnl_ct_set_family(struct nfnl_ct *ct, uint8_t family) in nfnl_ct_set_family() 421 uint8_t nfnl_ct_get_family(const struct nfnl_ct *ct) in nfnl_ct_get_family() [all …]
|
D | ct.c | 102 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip() 157 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto() 200 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple() 224 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo_tcp() 241 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo() 260 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters() 300 static int ct_parse_timestamp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_timestamp() 320 struct nfnl_ct *ct; in nfnlmsg_ct_parse() local 396 struct nfnl_ct *ct; in ct_msg_parser() local 425 static int nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *ct, in nfnl_ct_build_tuple() [all …]
|
/third_party/libnl/src/lib/ |
D | ct.c | 25 struct nfnl_ct *ct; in nl_cli_ct_alloc() local 39 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_family() 51 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_protocol() 63 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_mark() 69 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_timeout() 75 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_id() 81 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_use() 87 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src() 96 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst() 105 void nl_cli_ct_parse_src_port(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src_port() [all …]
|
/third_party/node/test/fixtures/ |
D | rsa-oaep-test-vectors.js | 5 …"ct": "16ece59cf985a8cf1a3434e4b9707c922c20638fdf9abf7e5dc7943f4136899348c54116d15b2c17563b9c7143f… property 8 …"ct": "16ece59cf985a8cf1a3434e4b9707c922c20638fdf9abf7e5dc7943f4136899348c54116d15b2c17563b9c7143f… property 12 …"ct": "16ccf09afe5eb0130182b9fc1ca4af61a38e772047cac42146bfa0fa5879aa9639203e4d01442d212ff95bddfbe… property 16 …"ct": "831b72e8dd91841729ecbddf2647d6f19dc0094734f8803d8c651b5655a12ae6156b74d9b594bcc0eacd0027283… property 20 …"ct": "04a25a3dbe0a44b10b7dde19632ce0963e7a7e9876905cd4a4f68ba8e0bda593a738847235df4494f9c28927b16… property 25 …"ct": "678f9ff724e0f48b48e6ff3cbdac5eb995d263da1c23f948d8d09411131f69f40da07f0c650e1aedc82fbaf0972… property
|
D | aead-vectors.js | 5 ct: '4be13896f64dfa2c2d0f2c76', property 10 ct: '4be13896f64dfa2c2d0f2c76', aad: '000000FF', property 15 ct: '4be13596f64dfa2c2d0fac76', property 20 ct: '58e62cfe7b1d274111a82267ebb93866e72b6c2a', property 25 ct: '58e62cff7b1d274011a82267ebb93866e72b6c2b', property 31 ct: 'dda53a4059aa17b88756984995f7bba3c636cc44', property 43 ct: '', property 52 ct: '0388dace60b6a392f328c2b971b2fe78', property 64 ct: '42831ec2217774244b7221b784d0d49c' + property 80 ct: '42831ec2217774244b7221b784d0d49c' + property [all …]
|
/third_party/skia/include/private/ |
D | SkImageInfoPriv.h | 14 static inline uint32_t SkColorTypeChannelFlags(SkColorType ct) { in SkColorTypeChannelFlags() 42 static inline bool SkColorTypeIsAlphaOnly(SkColorType ct) { in SkColorTypeIsAlphaOnly() 50 static int SkColorTypeShiftPerPixel(SkColorType ct) { in SkColorTypeShiftPerPixel() 78 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) { in SkColorTypeMinRowBytes() 86 static inline size_t SkColorTypeComputeOffset(SkColorType ct, int x, int y, size_t rowBytes) { in SkColorTypeComputeOffset() 93 static inline bool SkColorTypeIsNormalized(SkColorType ct) { in SkColorTypeIsNormalized() 122 static inline int SkColorTypeMaxBitsPerChannel(SkColorType ct) { in SkColorTypeMaxBitsPerChannel()
|
/third_party/flutter/skia/include/private/ |
D | SkImageInfoPriv.h | 26 static inline uint32_t SkColorTypeComponentFlags(SkColorType ct) { in SkColorTypeComponentFlags() 45 static inline bool SkColorTypeIsAlphaOnly(SkColorType ct) { in SkColorTypeIsAlphaOnly() 53 static inline bool SkColorTypeIsGray(SkColorType ct) { in SkColorTypeIsGray() 60 static int SkColorTypeShiftPerPixel(SkColorType ct) { in SkColorTypeShiftPerPixel() 79 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) { in SkColorTypeMinRowBytes() 87 static inline size_t SkColorTypeComputeOffset(SkColorType ct, int x, int y, size_t rowBytes) { in SkColorTypeComputeOffset()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-function-mocker.h | 377 #define MOCK_METHOD0_WITH_CALLTYPE(ct, m, ...) \ argument 379 #define MOCK_METHOD1_WITH_CALLTYPE(ct, m, ...) \ argument 381 #define MOCK_METHOD2_WITH_CALLTYPE(ct, m, ...) \ argument 383 #define MOCK_METHOD3_WITH_CALLTYPE(ct, m, ...) \ argument 385 #define MOCK_METHOD4_WITH_CALLTYPE(ct, m, ...) \ argument 387 #define MOCK_METHOD5_WITH_CALLTYPE(ct, m, ...) \ argument 389 #define MOCK_METHOD6_WITH_CALLTYPE(ct, m, ...) \ argument 391 #define MOCK_METHOD7_WITH_CALLTYPE(ct, m, ...) \ argument 393 #define MOCK_METHOD8_WITH_CALLTYPE(ct, m, ...) \ argument 395 #define MOCK_METHOD9_WITH_CALLTYPE(ct, m, ...) \ argument [all …]
|
/third_party/boost/boost/asio/ |
D | async_result.hpp | 298 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument 301 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument 304 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument 308 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument 311 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument 317 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument 320 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument 323 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument 328 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument 331 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument [all …]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | async_result.hpp | 298 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument 301 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument 304 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument 308 # define BOOST_ASIO_INITFN_RESULT_TYPE(ct, sig) \ argument 311 #define BOOST_ASIO_HANDLER_TYPE(ct, sig) \ argument 317 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument 320 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument 323 # define BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(ct, sig) \ argument 328 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument 331 # define BOOST_ASIO_INITFN_DEDUCED_RESULT_TYPE(ct, sig, expr) \ argument [all …]
|
/third_party/skia/src/gpu/mock/ |
D | GrMockCaps.h | 49 auto ct = format.asMockColorType(); in isFormatSRGB() local 98 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() 133 GrSwizzle getWriteSwizzle(const GrBackendFormat& format, GrColorType ct) const override { in getWriteSwizzle() 154 GrBackendFormat onGetDefaultBackendFormat(GrColorType ct) const override { in onGetDefaultBackendFormat() 158 bool onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible() 181 GrSwizzle onGetReadSwizzle(const GrBackendFormat& format, GrColorType ct) const override { in onGetReadSwizzle()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 724 constexpr GrColorType ct = GrColorType::kRGBA_8888; in initFormatTable() local 731 constexpr GrColorType ct = GrColorType::kRGB_888x; in initFormatTable() local 751 constexpr GrColorType ct = GrColorType::kAlpha_8; in initFormatTable() local 760 constexpr GrColorType ct = GrColorType::kGray_8; in initFormatTable() local 779 constexpr GrColorType ct = GrColorType::kBGRA_8888; in initFormatTable() local 797 constexpr GrColorType ct = GrColorType::kBGR_565; in initFormatTable() local 815 constexpr GrColorType ct = GrColorType::kRGBA_F16; in initFormatTable() local 822 constexpr GrColorType ct = GrColorType::kRGBA_F16_Clamped; in initFormatTable() local 840 constexpr GrColorType ct = GrColorType::kAlpha_F16; in initFormatTable() local 860 constexpr GrColorType ct = GrColorType::kRGB_888x; in initFormatTable() local [all …]
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 372 constexpr GrColorType ct = GrColorType::kRGBA_8888; in initFormatTable() local 379 constexpr GrColorType ct = GrColorType::kRGB_888x; in initFormatTable() local 400 constexpr GrColorType ct = GrColorType::kAlpha_8; in initFormatTable() local 409 constexpr GrColorType ct = GrColorType::kGray_8; in initFormatTable() local 429 constexpr GrColorType ct = GrColorType::kBGRA_8888; in initFormatTable() local 448 constexpr GrColorType ct = GrColorType::kBGR_565; in initFormatTable() local 467 constexpr GrColorType ct = GrColorType::kRGBA_F16; in initFormatTable() local 474 constexpr GrColorType ct = GrColorType::kRGBA_F16_Clamped; in initFormatTable() local 493 constexpr GrColorType ct = GrColorType::kAlpha_F16; in initFormatTable() local 514 constexpr GrColorType ct = GrColorType::kRG_88; in initFormatTable() local [all …]
|
/third_party/boost/boost/math/special_functions/ |
D | nonfinite_num_facets.hpp | 179 const std::ctype<CharType>& ct in put_num_and_fill() local 301 const std::ctype<CharType>& ct in get_signed() local 331 const std::ctype<CharType>& ct, in get_unsigned() 364 InputIterator& it, InputIterator end, const std::ctype<CharType>& ct, in get_i() 400 InputIterator& it, InputIterator end, const std::ctype<CharType>& ct, in get_n() 449 InputIterator& it, InputIterator end, const std::ctype<CharType>& ct, in get_q() 472 InputIterator& it, InputIterator end, const std::ctype<CharType>& ct, in get_one_hash() 511 InputIterator& it, InputIterator end, const std::ctype<CharType>& ct, in get_one_hash_i() 567 const std::ctype<CharType>& ct, in match_string()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 854 constexpr GrColorType ct = GrColorType::kRGBA_8888; in initFormatTable() local 862 constexpr GrColorType ct = GrColorType::kRGB_888x; in initFormatTable() local 883 constexpr GrColorType ct = GrColorType::kAlpha_8; in initFormatTable() local 893 constexpr GrColorType ct = GrColorType::kGray_8; in initFormatTable() local 913 constexpr GrColorType ct = GrColorType::kBGRA_8888; in initFormatTable() local 932 constexpr GrColorType ct = GrColorType::kBGR_565; in initFormatTable() local 951 constexpr GrColorType ct = GrColorType::kRGBA_F16; in initFormatTable() local 959 constexpr GrColorType ct = GrColorType::kRGBA_F16_Clamped; in initFormatTable() local 978 constexpr GrColorType ct = GrColorType::kAlpha_F16; in initFormatTable() local 999 constexpr GrColorType ct = GrColorType::kRGB_888x; in initFormatTable() local [all …]
|
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/ |
D | difference_multi_spike.cpp | 33 typedef typename bg::coordinate_type<P>::type ct; in test_spikes_in_ticket_8364() typedef 79 typedef typename bg::coordinate_type<P>::type ct; in test_spikes_in_ticket_8365() typedef
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.h | 43 auto ct = format.asMockColorType(); in isFormatSRGB() local 80 int getRenderTargetSampleCount(int requestCount, GrColorType ct) const { in getRenderTargetSampleCount() 99 int maxRenderTargetSampleCount(GrColorType ct) const { in maxRenderTargetSampleCount() 153 GrBackendFormat onGetDefaultBackendFormat(GrColorType ct, GrRenderable) const override { in onGetDefaultBackendFormat() 162 bool onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_client_read.c | 78 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello() 346 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() 815 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status() 1013 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange() 1110 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request() 1174 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done() 1241 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec() 1311 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished() 1444 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data() 1475 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
|
D | tlsv1_server_read.c | 121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello() 396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate() 807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange() 884 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify() 1046 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec() 1095 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished() 1269 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_client_read.c | 78 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello() 354 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() 823 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status() 1021 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange() 1118 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request() 1182 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done() 1249 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec() 1319 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished() 1452 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data() 1483 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
|
D | tlsv1_server_read.c | 121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello() 396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate() 807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange() 884 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify() 1046 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec() 1095 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished() 1269 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
|
/third_party/boost/libs/math/test/ |
D | cardinal_trigonometric_test.cpp | 31 auto ct = cardinal_trigonometric<decltype(v)>(v, t0, h); in test_constant() local 53 auto ct = cardinal_trigonometric<decltype(v)>(v, t0, h); in test_interpolation_condition() local 77 auto ct = cardinal_trigonometric<decltype(v)>(v, t0, h); in test_constant_q() local 104 auto ct = cardinal_trigonometric<decltype(v)>(v, t0, h); in test_sampled_sine() local 161 auto ct = cardinal_trigonometric<decltype(v)>(v, t0, h); in test_bump() local
|
/third_party/boost/boost/fusion/algorithm/query/detail/ |
D | count_if.hpp | 71 int ct = unrolled_count_if<n-4>:: in call() local 102 int ct = 0; in call() local 127 int ct = 0; in call() local 148 int ct = 0; in call() local
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 108 bool GrDawnCaps::isFormatTexturableAndUploadable(GrColorType ct, in isFormatTexturableAndUploadable() 137 bool GrDawnCaps::isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format, in isFormatAsColorTypeRenderable() 155 GrBackendFormat GrDawnCaps::onGetDefaultBackendFormat(GrColorType ct, in onGetDefaultBackendFormat() 187 bool GrDawnCaps::onAreColorTypeAndFormatCompatible(GrColorType ct, in onAreColorTypeAndFormatCompatible()
|
/third_party/libnl/tests/ |
D | test-nf-cache-mngr.c | 8 struct nfnl_ct *ct = (struct nfnl_ct *) obj; in change_cb() local 30 struct nl_cache *ct; in main() local
|