Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 25 of 192) sorted by relevance

12345678

/external/libnl/lib/netfilter/
Dct_obj.c58 struct nfnl_ct *ct = (struct nfnl_ct *) c; in ct_free_data() local
119 static void dump_icmp(struct nl_dump_params *p, struct nfnl_ct *ct, int reply) in dump_icmp()
131 static void ct_dump_tuples(struct nfnl_ct *ct, struct nl_dump_params *p) in ct_dump_tuples()
176 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_line() local
200 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_details() local
256 struct nfnl_ct *ct = (struct nfnl_ct *) a; in ct_dump_stats() local
370 void nfnl_ct_get(struct nfnl_ct *ct) in nfnl_ct_get()
375 void nfnl_ct_put(struct nfnl_ct *ct) in nfnl_ct_put()
387 void nfnl_ct_set_family(struct nfnl_ct *ct, uint8_t family) in nfnl_ct_set_family()
393 uint8_t nfnl_ct_get_family(const struct nfnl_ct *ct) in nfnl_ct_get_family()
[all …]
Dct.c105 static int ct_parse_ip(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_ip()
160 static int ct_parse_proto(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_proto()
190 static int ct_parse_tuple(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_tuple()
214 static int ct_parse_protoinfo_tcp(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo_tcp()
231 static int ct_parse_protoinfo(struct nfnl_ct *ct, struct nlattr *attr) in ct_parse_protoinfo()
250 static int ct_parse_counters(struct nfnl_ct *ct, int repl, struct nlattr *attr) in ct_parse_counters()
292 struct nfnl_ct *ct; in nfnlmsg_ct_parse() local
360 struct nfnl_ct *ct; in ct_msg_parser() local
383 static int nfnl_ct_build_tuple(struct nl_msg *msg, const struct nfnl_ct *ct, in nfnl_ct_build_tuple()
450 static int nfnl_ct_build_message(const struct nfnl_ct *ct, int cmd, int flags, in nfnl_ct_build_message()
[all …]
/external/libnl/src/lib/
Dct.c24 struct nfnl_ct *ct; in nl_cli_ct_alloc() local
38 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_family()
50 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_protocol()
62 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_mark()
68 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_timeout()
74 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_id()
80 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_use()
86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src()
95 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst()
104 void nl_cli_ct_parse_src_port(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src_port()
[all …]
/external/gmock/include/gmock/
Dgmock-generated-function-mockers.h353 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument
372 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument
391 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument
412 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument
437 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument
464 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument
493 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument
524 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument
557 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument
592 #define GMOCK_METHOD9_(tn, constness, ct, Method, ...) \ argument
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-function-mockers.h347 #define GMOCK_METHOD0_(tn, constness, ct, Method, F) \ argument
363 #define GMOCK_METHOD1_(tn, constness, ct, Method, F) \ argument
379 #define GMOCK_METHOD2_(tn, constness, ct, Method, F) \ argument
397 #define GMOCK_METHOD3_(tn, constness, ct, Method, F) \ argument
419 #define GMOCK_METHOD4_(tn, constness, ct, Method, F) \ argument
443 #define GMOCK_METHOD5_(tn, constness, ct, Method, F) \ argument
469 #define GMOCK_METHOD6_(tn, constness, ct, Method, F) \ argument
497 #define GMOCK_METHOD7_(tn, constness, ct, Method, F) \ argument
527 #define GMOCK_METHOD8_(tn, constness, ct, Method, F) \ argument
559 #define GMOCK_METHOD9_(tn, constness, ct, Method, F) \ argument
[all …]
/external/vboot_reference/tests/
Dtimer_utils.c8 void StartTimer(ClockTimerState* ct) { in StartTimer()
12 void StopTimer(ClockTimerState* ct) { in StopTimer()
16 uint32_t GetDurationMsecs(ClockTimerState* ct) { in GetDurationMsecs()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_read.c78 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()
818 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status()
1016 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange()
1113 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request()
1177 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done()
1244 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec()
1314 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished()
1447 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data()
1478 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
Dtlsv1_server_read.c121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello()
368 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate()
779 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange()
856 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify()
1018 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec()
1067 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished()
1240 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
/external/skia/src/pdf/
DSkPDFBitmap.cpp73 static bool SkIsBGRA(SkColorType ct) { in SkIsBGRA()
82 static U8CPU SkGetA32Component(uint32_t value, SkColorType ct) { in SkGetA32Component()
85 static U8CPU SkGetR32Component(uint32_t value, SkColorType ct) { in SkGetR32Component()
88 static U8CPU SkGetG32Component(uint32_t value, SkColorType ct) { in SkGetG32Component()
91 static U8CPU SkGetB32Component(uint32_t value, SkColorType ct) { in SkGetB32Component()
97 static void pmcolor_to_rgb24(uint32_t color, uint8_t* rgb, SkColorType ct) { in pmcolor_to_rgb24()
117 SkColorType ct) { in get_neighbor_avg_color()
157 static size_t pdf_color_component_count(SkColorType ct) { in pdf_color_component_count()
274 SkColorTable* ct = bm.getColorTable(); in bitmap_alpha_to_a8() local
/external/libnl/tests/
Dtest-nf-cache-mngr.c6 struct nfnl_ct *ct = (struct nfnl_ct *) obj; in change_cb() local
28 struct nl_cache *ct; in main() local
/external/skia/bench/
DRotatedRectBench.cpp27 static inline SkColor start_color(ColorType ct) { in start_color()
41 static inline SkColor advance_color(SkColor old, ColorType ct, int step) { in advance_color()
70 RotRectBench(bool aa, ColorType ct, SkXfermode::Mode mode) in RotRectBench()
/external/iptables/include/linux/netfilter/
Dxt_CT.h19 struct nf_conn *ct __attribute__((aligned(8))); member
31 struct nf_conn *ct __attribute__((aligned(8))); member
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_CT.h26 struct nf_conn *ct __attribute__((aligned(8))); member
38 struct nf_conn *ct __attribute__((aligned(8))); member
/external/skia/tests/
DWritePixelsTest.cpp58 static uint32_t pack_color_type(SkColorType ct, U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in pack_color_type()
81 static uint32_t get_bitmap_color(int x, int y, int w, SkColorType ct, SkAlphaType at) { in get_bitmap_color()
147 static SkPMColor convert_to_PMColor(SkColorType ct, SkAlphaType at, uint32_t color) { in convert_to_PMColor()
274 static bool setup_bitmap(SkBitmap* bm, SkColorType ct, SkAlphaType at, int w, int h, int tightRB) { in setup_bitmap()
367 const SkColorType ct = gSrcConfigs[c].fColorType; in test_write_pixels() local
DBitmapTest.cpp137 for (SkColorType ct : colorTypes) { in DEF_TEST() local
149 static void test_erasecolor_premul(skiatest::Reporter* reporter, SkColorType ct, SkColor input, in test_erasecolor_premul()
/external/skia/gm/
Dall_bitmap_configs.cpp26 static SkBitmap make_bitmap(SkColorType ct) { in make_bitmap()
203 const SkColorType ct = kRGBA_8888_SkColorType; in make_not_native32_color_wheel() local
205 const SkColorType ct = kBGRA_8888_SkColorType; in make_not_native32_color_wheel() local
/external/iptables/extensions/
Dlibxt_u32.c45 const struct xt_u32_test *ct; in u32_dump() local
106 struct xt_u32_test *ct = &data->tests[testind]; /* current test */ in u32_parse() local
/external/iputils/
Dtftpsubs.c167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit()
188 register int ct; in write_behind() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontreeadaptor.c261 pANTLR3_BASE_TREE ct; in create() local
274 pANTLR3_BASE_TREE ct; in dbgCreate() local
377 pANTLR3_COMMON_TREE ct; in setTokenBoundaries() local
/external/curl/docs/examples/
Dgetinfo.c39 char *ct; in main() local
/external/skia/include/core/
DSkImageInfo.h89 static int SkColorTypeBytesPerPixel(SkColorType ct) { in SkColorTypeBytesPerPixel()
108 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) { in SkColorTypeMinRowBytes()
116 static inline size_t SkColorTypeComputeOffset(SkColorType ct, int x, int y, size_t rowBytes) { in SkColorTypeComputeOffset()
/external/skia/src/utils/
DSkImageGeneratorUtils.cpp87 SkColorType ct; in NewFromTexture() local
126 const SkColorType ct = kN32_SkColorType; in NewFromImage() local
/external/icu/icu4c/source/i18n/
Dregextxt.cpp18 uregex_utext_unescape_charAt(int32_t offset, void *ct) { in uregex_utext_unescape_charAt()
/external/boringssl/src/crypto/aes/
Dinternal.h63 #define PUTU32(ct, st) \ argument
/external/pdfium/third_party/libopenjpeg20/
Dbio.h66 OPJ_UINT32 ct; member

12345678