Home
last modified time | relevance | path

Searched refs:thd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/fdisk/
H A Dfdisk.c589 int tsec,tcyl,thd; in change_part() local
591 thd = partp->dp_shd; in change_part()
594 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS); in change_part()
598 partp->dp_shd = thd; in change_part()
601 thd = partp->dp_ehd; in change_part()
604 Decimal("ending head", thd, tmp, NO_TRACK_HEADS); in change_part()
608 partp->dp_ehd = thd; in change_part()
/freebsd/crypto/openssh/
H A Dlibcrux_internal.h1601 uint8_t thd; member
1623 uint8_t thd; member
1647 uint8_t thd; member
1698 int16_t thd; member
3128 Eurydice_arr_c5 thd; member
3165 Eurydice_arr_ff thd; member
8946 Eurydice_borrow_slice_u8 thd; member
9001 .thd = ind_cpa_public_key_hash, in libcrux_ml_kem_types_unpack_private_key_64()
16015 (KRML_CLITERAL(Eurydice_arr_ff_x4){ .fst = out0, .snd = out1, .thd = out2, .f3 = out3 }); in libcrux_ml_dsa_hash_functions_portable_squeeze_first_block_x4()
16055 (KRML_CLITERAL(Eurydice_arr_c5_x4){ .fst = out0, .snd = out1, .thd = out2, .f3 = out3 }); in libcrux_ml_dsa_hash_functions_portable_squeeze_next_block()
[all …]
/freebsd/contrib/jemalloc/
H A DMakefile.in188 $(srcroot)test/src/thd.c $(srcroot)test/src/timer.c