Home
last modified time | relevance | path

Searched defs:VLONG (Results 1 – 20 of 20) sorted by relevance

/dports/net/drawterm/drawterm/libauthsrv/
H A DconvM2TR.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvM2PR.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvM2T.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvTR2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
H A DconvM2A.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvT2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
H A DconvA2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
H A DconvPR2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libauthsrv/
H A DconvM2TR.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvTR2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
H A DconvM2A.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvM2PR.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvM2T.c7 #define VLONG(q) q = (p[0] | (p[1]<<8) | (p[2]<<16) | (p[3]<<24)); p += 4 macro
H A DconvPR2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
H A DconvT2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
H A DconvA2M.c7 #define VLONG(q) p[0] = (q); p[1] = (q)>>8; p[2] = (q)>>16; p[3] = (q)>>24; p += 4 macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/vmalloc/
H A Dvmhdr.h113 #define VLONG(addr) ((Vmulong_t)((Vmuchar_t*)((Vmulong_t)addr) - (Vmuchar_t*)0) ) macro
/dports/shells/ksh93/ast-93u/src/lib/libast/vmalloc/
H A Dvmhdr.h113 #define VLONG(addr) ((Vmulong_t)((Vmuchar_t*)((Vmulong_t)addr) - (Vmuchar_t*)0) ) macro
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp.h286 VSHORT, VLONG, VDEBUG enumerator
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmhdr.h64 #define VLONG(addr) ((Vmulong_t)((char*)(addr) - (char*)0) ) macro