Home
last modified time | relevance | path

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

12

/f-stack/freebsd/kern/
H A Dsubr_clock.c139 clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts) in clock_ct_to_ts()
201 struct clocktime ct; in clock_bcd_to_ts() local
248 clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct) in clock_ts_to_ct()
311 struct clocktime ct; in clock_ts_to_bcd() local
355 clock_print_ct(const struct clocktime *ct, int nsdigits) in clock_print_ct()
375 struct clocktime ct; in clock_print_ts() local
H A Dsubr_rtc.c182 clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) in clock_dbgprint_ct()
/f-stack/freebsd/mips/cavium/
H A Docteon_ds1337.c70 static int validate_ct_struct(struct clocktime *ct) in validate_ct_struct()
98 struct clocktime ct; in cvmx_rtc_ds1337_read() local
152 struct clocktime ct; in cvmx_rtc_ds1337_write() local
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h101 #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
/f-stack/freebsd/contrib/ck/src/
H A Dck_epoch.c240 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()
/f-stack/freebsd/arm/nvidia/
H A Das3722_rtc.c47 struct clocktime ct; in as3722_rtc_gettime() local
74 struct clocktime ct; in as3722_rtc_settime() local
/f-stack/freebsd/mips/atheros/
H A Dpcf2123_rtc.c105 struct clocktime ct; in pcf2123_rtc_gettime() local
145 struct clocktime ct; in pcf2123_rtc_settime() local
/f-stack/freebsd/arm/mv/
H A Drtc.c133 struct clocktime ct; in mv_rtc_gettime() local
159 struct clocktime ct; in mv_rtc_settime() local
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c67 size_t FSE_buildCTable_wksp(FSE_CTable* ct, in FSE_buildCTable_wksp()
175 size_t FSE_buildCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, uns… in FSE_buildCTable()
317 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } in FSE_freeCTable()
501 size_t FSE_buildCTable_raw (FSE_CTable* ct, unsigned nbBits) in FSE_buildCTable_raw()
534 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle()
559 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic()
618 const FSE_CTable* ct) in FSE_compress_usingCTable()
/f-stack/freebsd/contrib/ncsw/user/env/
H A Dstdlib.c32 strtok(char *s, const char *ct) in strtok()
/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c115 aes_encrypt_block(const void *ks, const uint8_t *pt, uint8_t *ct) in aes_encrypt_block()
162 aes_decrypt_block(const void *ks, const uint8_t *ct, uint8_t *pt) in aes_decrypt_block()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c1373 crypto_dual_data_t *ct = cmops->em_ciphertext; in kcf_emulate_dual() local
1414 crypto_dual_data_t *ct = cmops->em_ciphertext; in kcf_emulate_dual() local
1509 crypto_dual_data_t *ct = mdops->md_ciphertext; in kcf_emulate_dual() local
H A Dkcf_sched.c1578 crypto_dual_data_t *ct = NULL; in kcf_next_req() local
1742 crypto_dual_data_t *ct = NULL; in kcf_last_req() local
/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Decb.c37 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct)) in ecb_cipher_contiguous_blocks()
H A Dctr.c38 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct), in ctr_mode_contiguous_blocks() argument
/f-stack/freebsd/arm/allwinner/
H A Daw_rtc.c289 struct clocktime ct; in aw_rtc_gettime() local
315 struct clocktime ct; in aw_rtc_settime() local
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_rtc.c233 struct clocktime ct; in max77620_rtc_gettime() local
269 struct clocktime ct; in max77620_rtc_settime() local
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_rtc.c154 struct clocktime ct; in am335x_rtc_pmic_pwr_toggle() local
/f-stack/freebsd/crypto/rijndael/
H A Drijndael-alg-fst.c728 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… argument
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h513 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState()
528 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_udp.c473 ngx_connection_t *c, *ct; in ngx_udp_rbtree_insert_value() local
/f-stack/freebsd/contrib/ck/include/
H A Dck_epoch.h97 void *ct; member
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_access_module.c217 u_char ct[NGX_INET6_ADDRSTRLEN]; in ngx_stream_access_inet6() local
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_access_module.c221 u_char ct[NGX_INET6_ADDRSTRLEN]; in ngx_http_access_inet6() local
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c90 static callb_table_t *ct = &callb_table; variable

12