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_mlkem768_sha3.h1274 Eurydice_slice thd; member
1312 .thd = ind_cpa_public_key_hash, in libcrux_ml_kem_types_unpack_private_key_b4()
5566 int16_t thd; member
6442 uint8_t thd; member
6469 .fst = result0, .snd = result1, .thd = result2, .f3 = result3}); in libcrux_ml_kem_vector_portable_serialize_serialize_4_int()
6486 ret[2U] = result0_3.thd; in libcrux_ml_kem_vector_portable_serialize_serialize_4()
6490 ret[6U] = result4_7.thd; in libcrux_ml_kem_vector_portable_serialize_serialize_4()
6545 .thd = v2, in libcrux_ml_kem_vector_portable_serialize_deserialize_4_int()
6561 .elements = {v0_7.fst, v0_7.snd, v0_7.thd, v0_7.f3, v0_7.f4, v0_7.f5, in libcrux_ml_kem_vector_portable_serialize_deserialize_4()
6562 v0_7.f6, v0_7.f7, v8_15.fst, v8_15.snd, v8_15.thd, in libcrux_ml_kem_vector_portable_serialize_deserialize_4()
[all …]
/freebsd/contrib/jemalloc/
H A DMakefile.in188 $(srcroot)test/src/thd.c $(srcroot)test/src/timer.c