Home
last modified time | relevance | path

Searched defs:dmsb (Results 1 – 10 of 10) sorted by relevance

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/
H A Doctoclock.h77 #define Bits_16(dmsb,dlsb) (((unsigned short)Bits_8(dmsb)<<8) \ argument
81 #define Bits_32(dmsb,db2,db3,dlsb) (((unsigned long)Bits_8(dmsb)<<24) \ argument
/dports/www/dillo2/dillo-3.0.5/src/
H A Dbinaryconst.h33 #define B16(dmsb,dlsb) (((unsigned short)B8(dmsb)<<8) + B8(dlsb)) argument
/dports/audio/libltc/libltc-1.3.1/src/
H A Ddecoder.c48 #define B16(dmsb,dlsb) (((unsigned short)B8(dmsb)<<8) + B8(dlsb)) argument
71 #define B16(dmsb,dlsb) (((unsigned short)B8(dmsb)<<8) + B8(dlsb)) argument
/dports/audio/ardour6/Ardour-6.8.0/libs/libltc/
H A Ddecoder.c48 #define B16(dmsb,dlsb) (((unsigned short)B8(dmsb)<<8) + B8(dlsb)) argument
71 #define B16(dmsb,dlsb) (((unsigned short)B8(dmsb)<<8) + B8(dlsb)) argument
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A Dtypes.h315 #define B16(dmsb,dlsb) (((unsigned short)B8(dmsb)<<8) \ argument
319 #define B32(dmsb,db2,db3,dlsb) (((unsigned long)B8(dmsb)<<24) \ argument
/dports/cad/tkgate/tkgate-2.1/src/gmac/
H A Dgmac.c142 MemInst *new_MemInst(int addr,int dmsb,int dlsb) in new_MemInst()
295 OpInst *new_OpInst(int otype,int base,int dmsb,int dlsb,int val,int smsb,int slsb,int offset) in new_OpInst()
H A Dparser.c161 int dmsb,dlsb; in ycUSpec() local
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DUtils.h295 #define B16(dmsb, dlsb) (((int16u)B8(dmsb)<<8) \ argument
299 #define B32(dmsb, db2, db3, dlsb) (((int32u)B8(dmsb)<<24) \ argument
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DUtils.h295 #define B16(dmsb, dlsb) (((int16u)B8(dmsb)<<8) \ argument
299 #define B32(dmsb, db2, db3, dlsb) (((int32u)B8(dmsb)<<24) \ argument
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/ZenLib/Source/ZenLib/
H A DUtils.h295 #define B16(dmsb, dlsb) (((int16u)B8(dmsb)<<8) \ argument
299 #define B32(dmsb, db2, db3, dlsb) (((int32u)B8(dmsb)<<24) \ argument