Searched refs:BE32 (Results 1 – 1 of 1) sorted by relevance
87 #define BE32(p) (((uint32_t)(p)->hl[0]<<24)|((uint32_t)(p)->hl[1]<<16)| \ macro1142 p->l = (int32_t)BE32(p); in mconvert()1186 p->l = BE32(p); in mconvert()1511 off = SEXT(sgn,32,BE32(q)); in mget()1549 lhs = BE32(p); in mget()
Completed in 8 milliseconds