Home
last modified time | relevance | path

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

/PHP-5.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c946 ((p->hl[0]<<24)|(p->hl[1]<<16)|(p->hl[2]<<8)|(p->hl[3])); in mconvert()
968 ((p->hl[3]<<24)|(p->hl[2]<<16)|(p->hl[1]<<8)|(p->hl[0])); in mconvert()
986 ((p->hl[1]<<24)|(p->hl[0]<<16)|(p->hl[3]<<8)|(p->hl[2])); in mconvert()
994 ((uint32_t)p->hl[2]<<8) |((uint32_t)p->hl[3]); in mconvert()
999 ((uint32_t)p->hl[1]<<8) |((uint32_t)p->hl[0]); in mconvert()
1211 off = (int32_t)((q->hl[0]<<24)|(q->hl[1]<<16)| in mget()
1212 (q->hl[2]<<8)|(q->hl[3])); in mget()
1216 off = (int32_t)((q->hl[3]<<24)|(q->hl[2]<<16)| in mget()
1217 (q->hl[1]<<8)|(q->hl[0])); in mget()
1220 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 26 milliseconds