Home
last modified time | relevance | path

Searched defs:get16bits (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/elftoolchain/dist/common/
H A Duthash.h448 #define get16bits(d) (*((const uint16_t *) (d))) macro
452 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/minix3/minix/fs/isofs/
H A Duthash.h472 #define get16bits(d) (*((const uint16_t *) (d))) macro
476 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/minix3/minix/lib/libmagicrt/include/common/ut/
H A Duthash.h461 #define get16bits(d) (*((const uint16_t *) (d))) macro
465 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro