Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c912 ((p->hl[0]<<24)|(p->hl[1]<<16)|(p->hl[2]<<8)|(p->hl[3])); in mconvert()
934 ((p->hl[3]<<24)|(p->hl[2]<<16)|(p->hl[1]<<8)|(p->hl[0])); in mconvert()
952 ((p->hl[1]<<24)|(p->hl[0]<<16)|(p->hl[3]<<8)|(p->hl[2])); in mconvert()
960 ((uint32_t)p->hl[2]<<8) |((uint32_t)p->hl[3]); in mconvert()
965 ((uint32_t)p->hl[1]<<8) |((uint32_t)p->hl[0]); in mconvert()
1179 off = (int32_t)((q->hl[0]<<24)|(q->hl[1]<<16)| in mget()
1180 (q->hl[2]<<8)|(q->hl[3])); in mget()
1184 off = (int32_t)((q->hl[3]<<24)|(q->hl[2]<<16)| in mget()
1185 (q->hl[1]<<8)|(q->hl[0])); in mget()
1188 off = (int32_t)((q->hl[1]<<24)|(q->hl[0]<<16)| in mget()
[all …]
H A Dfile.h152 uint8_t hl[4]; /* 4 bytes of a fixed-endian "long" */ member

Completed in 13 milliseconds