Searched refs:get16bits (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c167 #undef get16bits macro
170 #define get16bits(d) (*((const uint16_t *) (d))) macro
173 #if !defined (get16bits)
174 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
191 hash += get16bits (data);
192 tmp = (get16bits (data+2) << 11) ^ hash;
200 case 3: hash += get16bits (data);
205 case 2: hash += get16bits (data);
H A Dhash.c842 #undef get16bits macro
845 #define get16bits(d) (*((const uint16_t *) (d))) macro
848 #if !defined (get16bits)
849 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8) \ macro
866 hash += get16bits (data);
867 tmp = (get16bits (data+2) << 11) ^ hash;
875 case 3: hash += get16bits (data);
880 case 2: hash += get16bits (data);

Completed in 210 milliseconds