/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-function-mocker.h | 417 #define MOCK_METHOD0_WITH_CALLTYPE(ct, m, ...) \ argument 419 #define MOCK_METHOD1_WITH_CALLTYPE(ct, m, ...) \ argument 421 #define MOCK_METHOD2_WITH_CALLTYPE(ct, m, ...) \ argument 423 #define MOCK_METHOD3_WITH_CALLTYPE(ct, m, ...) \ argument 425 #define MOCK_METHOD4_WITH_CALLTYPE(ct, m, ...) \ argument 427 #define MOCK_METHOD5_WITH_CALLTYPE(ct, m, ...) \ argument 429 #define MOCK_METHOD6_WITH_CALLTYPE(ct, m, ...) \ argument 431 #define MOCK_METHOD7_WITH_CALLTYPE(ct, m, ...) \ argument 433 #define MOCK_METHOD8_WITH_CALLTYPE(ct, m, ...) \ argument 435 #define MOCK_METHOD9_WITH_CALLTYPE(ct, m, ...) \ argument [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/ |
H A D | aes_gcm_test.json | 70 "ct" : "26073cc1d851beff176384dc9896d5ff", string 84 "ct" : "49d8b9783e911913d87094d1f63cc765", string 98 "ct" : "eea945f3d0f98cc0fbab472a0cf24e87", string 112 "ct" : "", string 126 "ct" : "54", string 140 "ct" : "a036ead03193903f", string 154 "ct" : "8a9992388e735f80ee18f4a63c10ad", string 168 "ct" : "f7bd379d130477176b8bb3cb23dbbbaa", string 182 "ct" : "0de51fe4f7f2d1f0f917569f5c6d1b009c", string 196 "ct" : "7cd9f4e4f365704fff3b9900aa93ba54b672bac554275650", string [all …]
|
H A D | aes_ccm_test.json | 64 "ct" : "", string 78 "ct" : "d7", string 92 "ct" : "e64d0b64ebb381ec", string 106 "ct" : "aaf596fa5b00aaac27700146aec932a9", string 120 "ct" : "0333df2a86d7f094dd8bce75da6c38c5c1", string 134 "ct" : "fcaaa38feda3aca975ac76553c3e7ef36b887a8c4d8241f9", string 148 "ct" : "b3fb66d3f2cb7590ad5ef5604813c125020ee3d791cb0ec67eb5eb86709b6b", string 162 "ct" : "532694bb2851ea7f3bdd37c4e806be5b953ea79d08100e74af3fa67eca8890db28", string 176 …"ct" : "0de44fe54b84359365054a6997478f87b6b761d127a651f7b8003d25e762f7f81cf84b3a471a9377bb388c74c0… string 190 …"ct" : "4ca01b5b2a5e57bcc1a4b7f63f049dc477e3ee2e5c268efb346ff95b7dcd67f86ed0f11bb17c1dd7fb511d2f37… string [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_error.cpp | 43 #define PUSH_MSG(ct, ident) \ argument 81 static char *__kmp_pragma(int ct, ident_t const *ident) { in __kmp_pragma() 113 enum cons_type ct, // Construct type. in __kmp_error_construct() 122 enum cons_type ct, // First construct type. in __kmp_error_construct2() 212 void __kmp_check_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_check_workshare() 233 void __kmp_push_workshare(int gtid, enum cons_type ct, ident_t const *ident) { in __kmp_push_workshare() 250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… 336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… 383 enum cons_type __kmp_pop_workshare(int gtid, enum cons_type ct, 411 void __kmp_pop_sync(int gtid, enum cons_type ct, ident_t const *ident) { [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUtil.cpp | 17 bool ClangUtil::IsClangType(const CompilerType &ct) { in IsClangType() 36 QualType ClangUtil::GetQualType(const CompilerType &ct) { in GetQualType() 44 QualType ClangUtil::GetCanonicalQualType(const CompilerType &ct) { in GetCanonicalQualType() 51 CompilerType ClangUtil::RemoveFastQualifiers(const CompilerType &ct) { in RemoveFastQualifiers()
|
/freebsd/sys/kern/ |
H A D | subr_clock.c | 135 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) in clock_ct_to_ts() 197 struct clocktime ct; in clock_bcd_to_ts() local 244 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) in clock_ts_to_ct() 307 struct clocktime ct; in clock_ts_to_bcd() local 351 clock_print_ct(const struct clocktime *ct, int nsdigits) in clock_print_ct() 371 struct clocktime ct; in clock_print_ts() local
|
/freebsd/sys/rpc/ |
H A D | clnt_vc.c | 134 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create() local 289 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call() local 606 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_geterr() local 632 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_control() local 796 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_close() local 850 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy() local 926 struct ct_data *ct = (struct ct_data *) arg; in clnt_vc_soupcall() local 1243 clnt_vc_upcallsdone(struct ct_data *ct) in clnt_vc_upcallsdone() 1261 struct ct_data *ct = (struct ct_data *)cl->cl_private; in clnt_vc_dotlsupcall() local
|
H A D | clnt_bck.c | 120 struct ct_data *ct = NULL; /* client handle */ in clnt_bck_create() local 191 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_call() local 487 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_geterr() local 520 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_close() local 546 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_bck_destroy() local 570 struct ct_data *ct; in clnt_bck_svccall() local
|
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | uc_check_time.c | 48 struct timeval ct, dt; in uc_check_timeval() local 62 struct timespec ct; in uc_check_timespec_real() local 76 struct timespec ct; in uc_check_timespec_mono() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | cmd_args.c | 116 int ct = STACKCT_OPT( TRUSTEDKEY ); in getCmdOpts() local 151 int ct; in getCmdOpts() local 165 int ct = STACKCT_OPT( DVAR ); in getCmdOpts() local
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vnode.h | 101 #define vnevent_create(vp, ct) do { } while (0) argument 102 #define vnevent_link(vp, ct) do { } while (0) argument 103 #define vnevent_remove(vp, dvp, name, ct) do { } while (0) argument 104 #define vnevent_rmdir(vp, dvp, name, ct) do { } while (0) argument 105 #define vnevent_rename_src(vp, dvp, name, ct) do { } while (0) argument 106 #define vnevent_rename_dest(vp, dvp, name, ct) do { } while (0) argument 107 #define vnevent_rename_dest_dir(vp, ct) do { } while (0) argument
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | cook.c | 87 unsigned int ct = 0; in ao_string_cook_escape_char() local 110 unsigned int ct = 0; in ao_string_cook_escape_char() local 291 unsigned int ct; in ao_string_cook() local
|
H A D | restore.c | 45 int ct = pOpts->optCt; in fixupSavedOptionArgs() local 176 int ct = pOpts->optCt; in optionFree() local
|
H A D | streqvcmp.c | 103 strneqvcmp(char const * s1, char const * s2, int ct) in strneqvcmp() 201 streqvmap(char from, char to, int ct) in streqvmap()
|
/freebsd/contrib/wpa/src/tls/ |
H A 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() 824 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status() 1022 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange() 1119 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request() 1183 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done() 1250 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec() 1320 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished() 1453 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data() 1484 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
|
H A 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()
|
/freebsd/crypto/openssl/test/ |
H A D | aesgcmtest.c | 38 static int do_encrypt(unsigned char *iv_gen, unsigned char *ct, int *ct_len, in do_encrypt() 66 static int do_decrypt(const unsigned char *iv, const unsigned char *ct, in do_decrypt() 96 unsigned char ct[32]; in kat_test() local 123 unsigned char ct[32]; in ivgen_test() local
|
/freebsd/sys/dev/dialog/da9063/ |
H A D | da9063_rtc.c | 63 da9063_rtc_read_ct(struct da9063_rtc_softc *sc, struct clocktime *ct) in da9063_rtc_read_ct() 110 da9063_rtc_write_ct(struct da9063_rtc_softc *sc, struct clocktime *ct) in da9063_rtc_write_ct() 149 struct clocktime ct, oldct; in da9063_rtc_gettime() local 191 struct clocktime ct; in da9063_rtc_settime() local
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_vc.c | 204 struct ct_data *ct = NULL; /* client handle */ in clnt_vc_create() local 316 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_call() local 454 struct ct_data *ct; in clnt_vc_geterr() local 466 struct ct_data *ct; in clnt_vc_freeres() local 514 struct ct_data *ct; in clnt_vc_control() local 627 struct ct_data *ct = (struct ct_data *) cl->cl_private; in clnt_vc_destroy() local 667 struct ct_data *ct = (struct ct_data *)ctp; in read_vc() local 721 struct ct_data *ct = (struct ct_data *)ctp; in write_vc() local
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_epoch.c | 240 ck_epoch_recycle(struct ck_epoch *global, void *ct) in ck_epoch_recycle() 275 void *ct) in ck_epoch_register() 412 ck_epoch_wait_cb_t *cb, void *ct) in epoch_block() 426 ck_epoch_wait_cb_t *cb, void *ct) in ck_epoch_synchronize_wait() 547 void *ct) in ck_epoch_barrier_wait()
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcpl_calltree.c | 271 pmcpl_ct_instr_add(struct pmcpl_ct_node *ct, int pmcin, in pmcpl_ct_instr_add() 302 struct pmcpl_ct_node *ct; in pmcpl_ct_node_allocate() local 331 pmcpl_ct_node_free(struct pmcpl_ct_node *ct) in pmcpl_ct_node_free() 367 pmcpl_ct_node_dumptop(int pmcin, struct pmcpl_ct_node *ct, in pmcpl_ct_node_dumptop() 465 struct pmcpl_ct_node *ct; in pmcpl_ct_node_printtop() local 667 struct pmcpl_ct_node *ct; in pmcpl_ct_node_hash_lookup() local 735 struct pmcpl_ct_node *ct; in pmcpl_ct_process() local 827 pmcpl_ct_node_printchild(struct pmcpl_ct_node *ct, uintfptr_t paddr, in pmcpl_ct_node_printchild() 891 pmcpl_ct_node_printself(struct pmcpl_ct_node *ct) in pmcpl_ct_node_printself() 962 pmcpl_ct_printnode(struct pmcpl_ct_node *ct) in pmcpl_ct_printnode() [all …]
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_rtc.c | 44 struct clocktime ct; in as3722_rtc_gettime() local 71 struct clocktime ct; in as3722_rtc_settime() local
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | aes_local.h | 21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } argument 24 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((… argument
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodev.py | 591 …ct = _spdechex('f42c33853ecc5ce2949865fdb83de3bff1089e9360c94f830baebfaff72836ab5236f77212f1e7396c… variable 612 …ct = _spdechex('f42c33853ecc5ce2949865fdb83de3bff1089e9360c94f830baebfaff72836ab5236f77212f1e7396c… variable 632 …ct = _spdechex('f1f81f12e72e992dbdc304032705dc75dc3e4180eff8ee4819906af6aee876d5b00b7c36d282a445ce… variable 653 ct = _spdechex('93fe7d9e9bfd10348a5606e5cafa7354') variable 654 ct = _spdechex('93fe7d9e9bfd10348a5606e5cafa73') variable 691 ct = _spdechex('93fe7d9e9bfd10348a5606e5cafa7354') variable 710 ct = binascii.unhexlify('517e602becd066b65fa4f4f56ddfe240') variable 718 ct = binascii.unhexlify('517e602becd066b65fa4f4f56ddfe240') variable
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | ds1553_core.c | 90 struct clocktime ct; in ds1553_gettime() local 133 struct clocktime ct; in ds1553_settime() local
|