Searched refs:wSize (Results 1 – 3 of 3) sorted by relevance
223 size_t const wSize = fwrite(buff, 1, buffSize, oFile); in saveFile_orDie() local224 if (wSize != (size_t)buffSize) { in saveFile_orDie()
183 hid_get_byte(struct hid_data *s, const uint16_t wSize) in hid_get_byte() argument198 if ((s->end - ptr) < wSize) in hid_get_byte()201 ptr += wSize; in hid_get_byte()
61 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() argument223 if ((s->end - ptr) < wSize) in hid_get_byte()226 ptr += wSize; in hid_get_byte()