Searched refs:__unpack (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | packing.c | 32 __unpack(pbuf, &uval, field->startbit, field->endbit, \ 198 static void __unpack(const void *pbuf, u64 *uval, size_t startbit, size_t endbit, in __unpack() function 307 __unpack(pbuf, uval, startbit, endbit, pbuflen, quirks); in unpack()
|