Searched refs:byteout (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_hp.c996 * by byteout.
999 static __inline int acpi_hp_hex_to_int(const UINT8 *hexin, UINT8 *byteout) argument
1022 *byteout = (hi << 4) + lo;
H A Dacpi_wmi.c787 * by byteout.
790 static __inline int acpi_wmi_hex_to_int(const UINT8 *hexin, UINT8 *byteout) argument
813 *byteout = (hi << 4) + lo;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c130 IByteOut byteout; member in struct:ppmd_stream
2174 strm->byteout.a = (struct archive_write *)a;
2175 strm->byteout.Write = ppmd_write;
2176 strm->range_enc.Stream = &(strm->byteout);

Completed in 132 milliseconds