Searched defs:lbit (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | n-fold.c | 45 const int lbit = len % 8; in rr13() local
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 165 printfield(uint64_t var, int lbit, int hbit, const char *name) in printfield() 1839 #define PRINTFIELD(lbit, hbit, name) \ in acpi_handle_ivrs_ivhd_10() argument 1870 #define PRINTFIELD(lbit, hbit, name) \ in acpi_handle_ivrs_ivhd_info_11() argument
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 101 # define lbit(f, i) tbit(f, i, unsigned long) macro
|