Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Dsoftmagic.c85 #define LE32(p) (((uint32_t)(p)->hl[3]<<24)|((uint32_t)(p)->hl[2]<<16)| \
86 ((uint32_t)(p)->hl[1]<<8)|((uint32_t)(p)->hl[0]))
87 #define BE32(p) (((uint32_t)(p)->hl[0]<<24)|((uint32_t)(p)->hl[1]<<16)| \
88 ((uint32_t)(p)->hl[2]<<8)|((uint32_t)(p)->hl[3]))
89 #define ME32(p) (((uint32_t)(p)->hl[1]<<24)|((uint32_t)(p)->hl[0]<<16)| \
90 ((uint32_t)(p)->hl[3]<<8)|((uint32_t)(p)->hl[2]))
H A Dfile.h164 uint8_t hl[4]; /* 4 bytes of a fixed-endian "long" */ member

Completed in 11 milliseconds