Searched defs:get16bits (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Ddircache.c163 #undef get16bits macro
166 #define get16bits(d) (*((const uint16_t *) (d))) macro
170 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
H A Dhash.c839 #undef get16bits macro
842 #define get16bits(d) (*((const uint16_t *) (d))) macro
846 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Ddircache.c163 #undef get16bits macro
166 #define get16bits(d) (*((const uint16_t *) (d))) macro
170 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
H A Dhash.c839 #undef get16bits macro
842 #define get16bits(d) (*((const uint16_t *) (d))) macro
846 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Ddircache.c163 #undef get16bits macro
166 #define get16bits(d) (*((const uint16_t *) (d))) macro
170 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
H A Dhash.c839 #undef get16bits macro
842 #define get16bits(d) (*((const uint16_t *) (d))) macro
846 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro

Completed in 123 milliseconds