HomeSort by relevance Sort by last modified time
    Searched full:get16bits (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/disk_cache/
hash.cc 10 #undef get16bits macro
13 #define get16bits(d) (*((const uint16_t *) (d))) macro
16 #if !defined (get16bits)
17 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\ macro
33 hash += get16bits(data);
34 tmp = (get16bits(data + 2) << 11) ^ hash;
42 case 3: hash += get16bits(data);
47 case 2: hash += get16bits(data);

Completed in 90 milliseconds