Home
last modified time | relevance | path

Searched refs:SWD_F (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/src/
H A Dlzo_swd.ch53 #ifndef SWD_F
54 # define SWD_F F
61 #if (0UL + SWD_N + SWD_F + SWD_F < 0UL + USHRT_MAX)
64 #elif (0UL + SWD_N + SWD_F + SWD_F < 0UL + UINT_MAX)
151 # define O_head3(s) (O_b(s) + A(char, 0UL + SWD_N + SWD_F + SWD_F))
184 unsigned char b [ SWD_N + SWD_F + SWD_F ];
186 swd_uint succ3 [ SWD_N + SWD_F ];
288 s->b = malloc(SWD_N + SWD_F + SWD_F);
299 s->f = SWD_F;
304 s->nice_length = SWD_F;
[all …]
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Dlzo1x_9x.c133 uint8_t b[SWD_N + SWD_F];
136 uint16_t succ3[SWD_N + SWD_F];
137 uint16_t best3[SWD_N + SWD_F];
156 #define B_SIZE (SWD_N + SWD_F)
176 if (s->look > SWD_F) in swd_init()
177 s->look = SWD_F; in swd_init()
210 if (s->ip < SWD_F) in swd_getbyte()
261 s->best3[s->bp] = SWD_F + 1; in swd_accept()
325 if (m_len >= SWD_F) in swd_search()
393 s->best3[s->bp] = SWD_F + 1; in swd_findbest()
[all …]
/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo_swd.ch45 #if (0UL + SWD_N + SWD_F + SWD_F < 65535UL)
143 unsigned char b [ SWD_N + SWD_F + SWD_F ];
145 swd_uint succ3 [ SWD_N + SWD_F ];
146 swd_uint best3 [ SWD_N + SWD_F ];
247 s->b = (lzo_bytep) malloc(SWD_N + SWD_F + SWD_F);
249 s->succ3 = (swd_uintp) malloc(sizeof(swd_uint) * (SWD_N + SWD_F));
250 s->best3 = (swd_uintp) malloc(sizeof(swd_uint) * (SWD_N + SWD_F));
280 s->swd_f = SWD_F;
294 LZO_COMPILE_TIME_ASSERT(!(0ul + 2 * SWD_F >= SWD_N))
295 LZO_COMPILE_TIME_ASSERT(!(0ul + SWD_N + SWD_F + SWD_F >= SWD_UINT_MAX))
H A Dlzo1x_9x.c50 #define SWD_F 2048 /* upper limit for match length */ macro
819 { 2, 32, 128, SWD_F, 2048, 1 }, in lzo1x_999_compress_level()
820 { 2, SWD_F, SWD_F, SWD_F, 4096, 1 } in lzo1x_999_compress_level()
H A Dlzo2a_9x.c38 #define SWD_F 2048 /* upper limit for match length */ macro
H A Dlzo1b_9x.c38 #define SWD_F 2048 /* upper limit for match length */ macro
H A Dlzo1f_9x.c38 #define SWD_F 2048 /* upper limit for match length */ macro
H A Dlzo1c_9x.c38 #define SWD_F 2048 /* upper limit for match length */ macro
/dports/sysutils/syslinux/syslinux-6.03/lzo/src/
H A Dlzo_swd.ch45 #if (0UL + SWD_N + SWD_F + SWD_F < 65535UL)
143 unsigned char b [ SWD_N + SWD_F + SWD_F ];
145 swd_uint succ3 [ SWD_N + SWD_F ];
146 swd_uint best3 [ SWD_N + SWD_F ];
244 s->b = (lzo_bytep) malloc(SWD_N + SWD_F + SWD_F);
246 s->succ3 = (swd_uintp) malloc(sizeof(swd_uint) * (SWD_N + SWD_F));
247 s->best3 = (swd_uintp) malloc(sizeof(swd_uint) * (SWD_N + SWD_F));
267 s->swd_f = SWD_F;
281 LZO_COMPILE_TIME_ASSERT(!(0ul + 2 * SWD_F >= SWD_N))
282 LZO_COMPILE_TIME_ASSERT(!(0ul + SWD_N + SWD_F + SWD_F >= SWD_UINT_MAX))
H A Dlzo1x_9x.c50 #define SWD_F 2048 /* upper limit for match length */ macro
819 { 2, 32, 128, SWD_F, 2048, 1 }, in lzo1x_999_compress_level()
820 { 2, SWD_F, SWD_F, SWD_F, 4096, 1 } in lzo1x_999_compress_level()
/dports/archivers/ucl/ucl-1.03/src/
H A Ducl_swd.ch39 #if (0UL + SWD_N + SWD_F + SWD_F < 0UL + USHRT_MAX)
144 unsigned char b [ SWD_N + SWD_F + SWD_F ];
146 swd_uint succ3 [ SWD_N + SWD_F ];
147 swd_uint best3 [ SWD_N + SWD_F ];
245 s->f = SWD_F;
247 if (s->n > SWD_N || s->f > SWD_F)
H A Dn2_99.ch48 #define SWD_F 2048 /* upper limit for match length */
387 #define F SWD_F
437 s->f = UCL_MIN((ucl_uint)SWD_F, c->conf.max_match);