Home
last modified time | relevance | path

Searched refs:Bits8 (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/datatypes/test/
H A Dbitstructs_test.py33 b = Bits8
42 r : Bits8
43 g : Bits8
68 r : Bits8
69 g : Bits8
70 b : Bits8
90 x: Bits8
91 y: Bits8
299 x : Bits8
300 y : Bits8
[all …]
H A Dhelpers_test.py21 assert zext( Bits8(0xe), 24 ) == Bits24(0xe)
24 assert zext( Bits8(0xe), 24 ) == Bits24(0xe)
H A Dstrategies_test.py148 z: Bits8
154 z: [ Bits8, Bits8 ]
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/dsl/test/
H A DComponentLevel3_test.py571 a: Bits8
576 c: Bits8
602 a: Bits8
607 c: Bits8
635 a: Bits8
655 a: Bits8
735 a: Bits8
753 a: Bits8
777 a: Bits8
783 c: Bits8
[all …]
H A DInterface_test.py11 from pymtl3.datatypes import Bits1, Bits8, Bits128, trunc
123 s.src = TestSourceValRdy( Bits8, [ 0, 1, 2 ] )
124 s.sink = TestSinkValRdy ( Bits8, [ 0, 1, 2 ] )
157 s.src = [ TestSourceValRdy( Bits8, [ i,i+1,i+2,i,i+1,i+2 ] ) for i in range(4) ]
159 s.sink = TestSinkValRdy ( Bits8, [ 24, 40, 56, 24, 40, 56] )
161 s.sb = SuperBundle( Bits8 )
162 s.wire = [ [ Wire(Bits8) for i in range(4) ] for j in range(4) ]
311 s.send = [ MockSendIfc( Bits8 ) for _ in range( 10 ) ]
H A Dset_param_test.py9 from pymtl3.datatypes.bits_import import Bits4, Bits8
161 A.set_param( "top.construct", DataType=Bits8, incr_value=2 )
170 B.set_param( "top.construct", DataType=Bits8, num_incrs=3 )
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/sim/test/
H A DDynamicSchedulePass_test.py8 from pymtl3.datatypes import Bits8, Bits32, bitstruct
184 s.y = OutPort( Bits8 )
202 a: Bits8
229 a: Bits8
235 c: Bits8
H A DSimpleSchedulePass_test.py8 from pymtl3.datatypes import Bits8, Bits32, bitstruct
201 from pymtl3.datatypes import Bits8, Bits32
202 s.y = OutPort( Bits8 )
220 a: Bits8
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dgdv.c41 typedef struct Bits8 { struct
44 } Bits8; argument
178 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
248 Bits8 bits = { 0 }; in decompress_2()
290 Bits8 bits = { 0 }; in decompress_5()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dgdv.c41 typedef struct Bits8 { struct
44 } Bits8; argument
178 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
248 Bits8 bits = { 0 }; in decompress_2()
290 Bits8 bits = { 0 }; in decompress_5()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dgdv.c41 typedef struct Bits8 { struct
44 } Bits8; argument
178 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
248 Bits8 bits = { 0 }; in decompress_2()
290 Bits8 bits = { 0 }; in decompress_5()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dgdv.c41 typedef struct Bits8 { struct
44 } Bits8; typedef
178 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
248 Bits8 bits = { 0 }; in decompress_2()
290 Bits8 bits = { 0 }; in decompress_5()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dgdv.c41 typedef struct Bits8 { struct
44 } Bits8; argument
178 static int read_bits2(Bits8 *bits, GetByteContext *gb) in read_bits2()
248 Bits8 bits = { 0 }; in decompress_2()
290 Bits8 bits = { 0 }; in decompress_5()
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/testcases/
H A Dtest_cases.py602 s.out = OutPort( Bits8 )
652 s.out = OutPort( Bits8 )
662 _check( 'out', Bits8, 1 )
808 s.out = OutPort( Bits8 )
818 s.out = OutPort( Bits8 )
1059 'out[0]', Bits8, 1,
1060 'out[1]', Bits8, 2,
1076 s.out = OutPort( Bits8 )
1456 _check( 'out', Bits8, 1 )
2560 s.in_ = InPort( Bits8 )
[all …]
/dports/archivers/zip-ada/zip-ada/extras/
H A Dwin32.ads269 type Bits8 is range 0 .. 2**8-1; type
301 for Bits8'Size use 8;
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/ihex/
H A Dbytearrayihexstreamencoder.hpp30 Bits8 = 2 enumerator
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Di_sound.h66 Bits8 = 2, enumerator
H A Dmusic_midi_timidity.cpp223 (timidity_8bit ? SoundStream::Bits8 : 0), in Open()
H A Doalsound.cpp524 if((flags&Bits8)) /* Signed or unsigned? We assume unsigned 8-bit... */ in Init()
553 if((flags&Bits8)) in Init()
H A Dfmodsound.cpp1437 … = (flags & (SoundStream::Bits32 | SoundStream::Float)) ? 2 : (flags & SoundStream::Bits8) ? 0 : 1; in CreateStream()
1463 else if (flags & SoundStream::Bits8) in CreateStream()
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DCmmAST.sml19 and typ = Bits8 | Bits16 | Bits32 | Bits64
H A DCmmPrint.sml48 fun ppType (Bits8 ) = $"bits8"
H A DCmmEmitcode.sml43 val bits8 = Bits8
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/stdlib/connects/test/
H A Dconnect_bits2bitstruct_test.py20 x : Bits8
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/engines/
H A Dshader_bytecode.h298 Bits8,
1712 return VmnmxType::Bits8;
1723 return VmnmxType::Bits8;

12