Home
last modified time | relevance | path

Searched refs:wSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/zstd/examples/
H A Dcommon.h223 size_t const wSize = fwrite(buff, 1, buffSize, oFile); in saveFile_orDie() local
224 if (wSize != (size_t)buffSize) { in saveFile_orDie()
/freebsd/lib/libusbhid/
H A Dparse.c183 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte() argument
198 if ((s->end - ptr) < wSize) in hid_get_byte()
201 ptr += wSize; in hid_get_byte()
/freebsd/sys/dev/hid/
H A Dhid.c61 static uint8_t hid_get_byte(struct hid_data *s, const uint16_t wSize);
208 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte() argument
223 if ((s->end - ptr) < wSize) in hid_get_byte()
226 ptr += wSize; in hid_get_byte()