Searched refs:wdth (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c165 #define SBBC_READ_N(wdth, offs) \
166 bus_space_read_ ## wdth((bst), (bsh), (offs))
167 #define SBBC_WRITE_N(wdth, offs, val) \
168 bus_space_write_ ## wdth((bst), (bsh), (offs), (val))
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c1418 * wdth width of buffer to fill
1428 addnum(char *buf, int wdth, int line) argument
1430 char *pt = buf + wdth;

Completed in 94 milliseconds