Home
last modified time | relevance | path

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

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c223 readint4(BITS bp) in readint4() function
335 { res->size = readint4(bp); in readtag_common()
968 loff = readint4((BITS) tp); in definemorphshape()
1236 { soundpoint = readint4((BITS) tp); in soundinfo()
1240 { soundpoint = readint4((BITS) tp); in soundinfo()
1250 { soundpoint = readint4((BITS) tp); in soundinfo()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c223 readint4(BITS bp) in readint4() function
335 { res->size = readint4(bp); in readtag_common()
968 loff = readint4((BITS) tp); in definemorphshape()
1236 { soundpoint = readint4((BITS) tp); in soundinfo()
1240 { soundpoint = readint4((BITS) tp); in soundinfo()
1250 { soundpoint = readint4((BITS) tp); in soundinfo()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c223 readint4(BITS bp) in readint4() function
335 { res->size = readint4(bp); in readtag_common()
968 loff = readint4((BITS) tp); in definemorphshape()
1236 { soundpoint = readint4((BITS) tp); in soundinfo()
1240 { soundpoint = readint4((BITS) tp); in soundinfo()
1250 { soundpoint = readint4((BITS) tp); in soundinfo()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c223 readint4(BITS bp) in readint4() function
335 { res->size = readint4(bp); in readtag_common()
968 loff = readint4((BITS) tp); in definemorphshape()
1236 { soundpoint = readint4((BITS) tp); in soundinfo()
1240 { soundpoint = readint4((BITS) tp); in soundinfo()
1250 { soundpoint = readint4((BITS) tp); in soundinfo()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/compiler/
H A Dbytecode.mli168 val readint4 : unit -> int val
H A Dbytecode.ml385 let readint4 () = readNBytes (getInChannel ()) 4 function