Home
last modified time | relevance | path

Searched defs:GBIT32 (Results 1 – 3 of 3) sorted by relevance

/dports/net/drawterm/drawterm/include/
H A Dfcall.h39 #define GBIT32(p) ((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) macro
/dports/devel/9base/9base-6/lib9/
H A Dfcall.h49 #define GBIT32(p) ((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24)) macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dfcall.h54 #define GBIT32(p) ((u32int)((p)[0]|((p)[1]<<8)|((p)[2]<<16)|((p)[3]<<24))) macro