Home
last modified time | relevance | path

Searched refs:hq (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c77 #define BE64(p) (((uint64_t)(p)->hq[0]<<56)|((uint64_t)(p)->hq[1]<<48)| \
78 ((uint64_t)(p)->hq[2]<<40)|((uint64_t)(p)->hq[3]<<32)| \
79 ((uint64_t)(p)->hq[4]<<24)|((uint64_t)(p)->hq[5]<<16)| \
80 ((uint64_t)(p)->hq[6]<<8)|((uint64_t)(p)->hq[7]))
81 #define LE64(p) (((uint64_t)(p)->hq[7]<<56)|((uint64_t)(p)->hq[6]<<48)| \
82 ((uint64_t)(p)->hq[5]<<40)|((uint64_t)(p)->hq[4]<<32)| \
83 ((uint64_t)(p)->hq[3]<<24)|((uint64_t)(p)->hq[2]<<16)| \
84 ((uint64_t)(p)->hq[1]<<8)|((uint64_t)(p)->hq[0]))
H A Dfile.h165 uint8_t hq[8]; /* 8 bytes of a fixed-endian "quad" */ member

Completed in 11 milliseconds