Home
last modified time | relevance | path

Searched refs:IN_LEN (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/mkclean/mkclean-0.8.7/libmatroska2/minilzo/
H A Dtestmini.c67 #define IN_LEN (8*1024u) macro
69 #define IN_LEN (60*1024u) macro
71 #define IN_LEN (128*1024ul) macro
73 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
75 static unsigned char __LZO_MMODEL in [ IN_LEN ];
123 in_len = IN_LEN; in main()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libmatroska2/minilzo/
H A Dtestmini.c67 #define IN_LEN (8*1024u) macro
69 #define IN_LEN (60*1024u) macro
71 #define IN_LEN (128*1024ul) macro
73 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
75 static unsigned char __LZO_MMODEL in [ IN_LEN ];
123 in_len = IN_LEN; in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/minilzo/
H A Dtestmini.c67 #define IN_LEN (8*1024u) macro
69 #define IN_LEN (60*1024u) macro
71 #define IN_LEN (128*1024ul) macro
73 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
75 static unsigned char __LZO_MMODEL in [ IN_LEN ];
123 in_len = IN_LEN; in main()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/libmatroska2/minilzo/
H A Dtestmini.c67 #define IN_LEN (8*1024u) macro
69 #define IN_LEN (60*1024u) macro
71 #define IN_LEN (128*1024ul) macro
73 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
75 static unsigned char __LZO_MMODEL in [ IN_LEN ];
123 in_len = IN_LEN; in main()
/dports/emulators/jzintv/jzintv-20200712-src/src/minilzo/
H A Dtestmini.c70 #define IN_LEN (8*1024u) macro
72 #define IN_LEN (60*1024u) macro
74 #define IN_LEN (128*1024ul) macro
76 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
78 static unsigned char __LZO_MMODEL in [ IN_LEN ];
126 in_len = IN_LEN; in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/examples/
H A Dsimple.c66 #ifndef IN_LEN
67 #define IN_LEN (128*1024L) macro
69 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
106 in = (lzo_bytep) lzo_malloc(IN_LEN); in main()
120 in_len = IN_LEN; in main()
/dports/archivers/lzo2/lzo-2.10/examples/
H A Dsimple.c56 #ifndef IN_LEN
57 #define IN_LEN (128*1024L) macro
59 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
96 in = (lzo_bytep) xmalloc(IN_LEN); in main()
110 in_len = IN_LEN; in main()
/dports/archivers/lzo2/lzo-2.10/minilzo/
H A Dtestmini.c54 #define IN_LEN (128*1024ul) macro
55 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
57 static unsigned char __LZO_MMODEL in [ IN_LEN ];
105 in_len = IN_LEN; in main()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/LZO/
H A Dtestmini.c54 #define IN_LEN (128*1024ul) macro
55 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
57 static unsigned char __LZO_MMODEL in [ IN_LEN ];
105 in_len = IN_LEN; in main()
/dports/devel/distcc/distcc-3.3.5/lzo/
H A Dtestmini.c54 #define IN_LEN (128*1024ul) macro
55 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
57 static unsigned char __LZO_MMODEL in [ IN_LEN ];
105 in_len = IN_LEN; in main()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/
H A Dbmfdecompress.cpp47 #define IN_LEN 10000000 macro
48 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
50 static unsigned char __LZO_MMODEL in [ IN_LEN ];
104 in_len = IN_LEN; in main()
H A Dbmfcompress.cpp44 #define IN_LEN 10000000 macro
45 #define OUT_LEN (IN_LEN + IN_LEN / 16 + 64 + 3)
47 static unsigned char __LZO_MMODEL in [ IN_LEN ];
107 in_len = IN_LEN; in main()
/dports/mail/qpopper/qpopper4.1.0/common/
H A Dsnprintf.c124 IN_LEN /* In a maximum length field */ enumerator
316 if ( nState == IN_LEN && bLimit == FALSE ) { in Qvsnprintf()
356 if ( nState == IN_LEN && bLimit == FALSE ) { in Qvsnprintf()
373 nState = IN_LEN; in Qvsnprintf()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DState.cpp47 static const u32 IN_LEN = 8 * 1024u; variable
49 static const u32 IN_LEN = 60 * 1024u;
51 static const u32 IN_LEN = 128 * 1024u;
54 static const u32 OUT_LEN = IN_LEN + (IN_LEN / 16) + 64 + 3;
378 if ((i + IN_LEN) >= buffer_size) in CompressAndDumpState()
384 cur_len = IN_LEN; in CompressAndDumpState()
394 if (cur_len != IN_LEN) in CompressAndDumpState()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenPlayer/
H A Dextractmetabmf.cpp34 #define IN_LEN 10000000 macro
35 #define IN_LEN 10000000 macro
38 static unsigned char __LZO_MMODEL in [ IN_LEN ];
57 in_len = IN_LEN; in extractMetaBMF()
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dextractmetabmf.cpp34 #define IN_LEN 10000000 macro
35 #define IN_LEN 10000000 macro
38 static unsigned char __LZO_MMODEL in [ IN_LEN ];
57 in_len = IN_LEN; in extractMetaBMF()
H A Dshowvideo.cpp32 #define IN_LEN 10000000 macro
35 static unsigned char __LZO_MMODEL in [ IN_LEN ];
74 in_len = IN_LEN; in showVideo()
/dports/archivers/ucl/ucl-1.03/asm/i386/src/
H A Denter.ash63 %define IN_LEN dword [FP + locals_size + cregs_size + 8]
95 add eax, IN_LEN
H A Dleave.ash75 add edx, IN_LEN