Home
last modified time | relevance | path

Searched refs:ctt_lsizelo (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dctf.h65 uint32_t ctt_lsizelo; member
176 (((uint64_t)(t)->ctt_lsizehi) << 32 | (t)->ctt_lsizelo)
/openbsd/usr.bin/ctfconv/
H A Dgenerate.c220 ctt.ctt_lsizelo = CTF_SIZE_TO_LSIZE_LO(size); in imcs_add_type()