Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/file/src/
Dsoftmagic.c75 #define LE32(p) (((uint32_t)(p)->hl[3]<<24)|((uint32_t)(p)->hl[2]<<16)| \ macro
1101 p->l = (int32_t)LE32(p); in mconvert()
1130 p->l = LE32(p); in mconvert()
1411 off = SEXT(sgn,32,LE32(q)); in mget()
1454 lhs = LE32(p); in mget()