Home
last modified time | relevance | path

Searched refs:M_MIN (Results 1 – 25 of 41) sorted by relevance

12

/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvdelta/
H A Dvdsqueeze.c157 if(tab->n_tar < M_MIN)
162 len = M_MIN-1;
175 head = len - (M_MIN-1); /* header before the match */
191 ss += M_MIN;
192 sm += M_MIN;
210 ss -= M_MIN-1;
223 ss = ends - (M_MIN-1);
226 len = M_MIN-1;
237 if(ends > (endfold - (M_MIN-1)) )
238 ends = endfold - (M_MIN-1);
[all …]
H A Dvddelta.c167 if((endfold-fold) < M_MIN) /* not much to do */
176 len = M_MIN-1;
214 ss += M_MIN;
215 sm += M_MIN;
234 ss -= M_MIN-1;
247 ss = ends - (M_MIN-1);
252 len = M_MIN-1;
263 if(ends > (endfold - (M_MIN-1)) )
264 ends = endfold - (M_MIN-1);
281 if((endfold-fold) < M_MIN) /* too short to match */
[all …]
H A Dvdelhdr.h61 #define M_MIN 4 /* min number of bytes to match */ macro
151 #define C_SIZE ((1<<S_BITS)+M_MIN-2) /* max local COPY size */
153 #define C_LPUT(s) ((s) - (M_MIN-1) ) /* coded local value */
157 #define C_LGET(i) (((i) & ((1<<S_BITS)-1)) + (M_MIN-1) )
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
173 #define C_TPUT(s) (((s) - M_MIN) << A_TINY)
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/dports/shells/ksh93/ast-93u/src/lib/libvdelta/
H A Dvdsqueeze.c157 if(tab->n_tar < M_MIN)
162 len = M_MIN-1;
175 head = len - (M_MIN-1); /* header before the match */
191 ss += M_MIN;
192 sm += M_MIN;
210 ss -= M_MIN-1;
223 ss = ends - (M_MIN-1);
226 len = M_MIN-1;
237 if(ends > (endfold - (M_MIN-1)) )
238 ends = endfold - (M_MIN-1);
[all …]
H A Dvddelta.c167 if((endfold-fold) < M_MIN) /* not much to do */
176 len = M_MIN-1;
214 ss += M_MIN;
215 sm += M_MIN;
234 ss -= M_MIN-1;
247 ss = ends - (M_MIN-1);
252 len = M_MIN-1;
263 if(ends > (endfold - (M_MIN-1)) )
264 ends = endfold - (M_MIN-1);
281 if((endfold-fold) < M_MIN) /* too short to match */
[all …]
H A Dvdelhdr.h61 #define M_MIN 4 /* min number of bytes to match */ macro
151 #define C_SIZE ((1<<S_BITS)+M_MIN-2) /* max local COPY size */
153 #define C_LPUT(s) ((s) - (M_MIN-1) ) /* coded local value */
157 #define C_LGET(i) (((i) & ((1<<S_BITS)-1)) + (M_MIN-1) )
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
173 #define C_TPUT(s) (((s) - M_MIN) << A_TINY)
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvdelta/
H A Dvdsqueeze.c157 if(tab->n_tar < M_MIN)
162 len = M_MIN-1;
175 head = len - (M_MIN-1); /* header before the match */
191 ss += M_MIN;
192 sm += M_MIN;
210 ss -= M_MIN-1;
223 ss = ends - (M_MIN-1);
226 len = M_MIN-1;
237 if(ends > (endfold - (M_MIN-1)) )
238 ends = endfold - (M_MIN-1);
[all …]
H A Dvddelta.c167 if((endfold-fold) < M_MIN) /* not much to do */
176 len = M_MIN-1;
214 ss += M_MIN;
215 sm += M_MIN;
234 ss -= M_MIN-1;
247 ss = ends - (M_MIN-1);
252 len = M_MIN-1;
263 if(ends > (endfold - (M_MIN-1)) )
264 ends = endfold - (M_MIN-1);
281 if((endfold-fold) < M_MIN) /* too short to match */
[all …]
H A Dvdelhdr.h61 #define M_MIN 4 /* min number of bytes to match */ macro
151 #define C_SIZE ((1<<S_BITS)+M_MIN-2) /* max local COPY size */
153 #define C_LPUT(s) ((s) - (M_MIN-1) ) /* coded local value */
157 #define C_LGET(i) (((i) & ((1<<S_BITS)-1)) + (M_MIN-1) )
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
173 #define C_TPUT(s) (((s) - M_MIN) << A_TINY)
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvdelta/vd01/
H A Dvddelta01.c175 { if(tab->n_src < M_MIN)
183 if(tab->n_tar < M_MIN)
189 len = M_MIN-1;
228 ss += M_MIN;
229 sm += M_MIN;
249 ss -= M_MIN-1;
262 ss = ends - (M_MIN-1);
267 len = M_MIN-1;
278 if(ends > (endfold - (M_MIN-1)) )
279 ends = endfold - (M_MIN-1);
[all …]
H A Dvdelhdr01.h61 #define M_MIN 4 /* min number of bytes to match */ macro
151 #define C_SIZE ((1<<S_BITS)+M_MIN-2) /* max local COPY size */
153 #define C_LPUT(s) ((s) - (M_MIN-1) ) /* coded local value */
157 #define C_LGET(i) (((i) & ((1<<S_BITS)-1)) + (M_MIN-1) )
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
173 #define C_TPUT(s) (((s) - M_MIN) << A_TINY)
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/dports/shells/ksh93/ast-93u/src/lib/libvdelta/vd01/
H A Dvddelta01.c175 { if(tab->n_src < M_MIN)
183 if(tab->n_tar < M_MIN)
189 len = M_MIN-1;
228 ss += M_MIN;
229 sm += M_MIN;
249 ss -= M_MIN-1;
262 ss = ends - (M_MIN-1);
267 len = M_MIN-1;
278 if(ends > (endfold - (M_MIN-1)) )
279 ends = endfold - (M_MIN-1);
[all …]
H A Dvdelhdr01.h61 #define M_MIN 4 /* min number of bytes to match */ macro
151 #define C_SIZE ((1<<S_BITS)+M_MIN-2) /* max local COPY size */
153 #define C_LPUT(s) ((s) - (M_MIN-1) ) /* coded local value */
157 #define C_LGET(i) (((i) & ((1<<S_BITS)-1)) + (M_MIN-1) )
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
173 #define C_TPUT(s) (((s) - M_MIN) << A_TINY)
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvdelta/vd01/
H A Dvddelta01.c175 { if(tab->n_src < M_MIN)
183 if(tab->n_tar < M_MIN)
189 len = M_MIN-1;
228 ss += M_MIN;
229 sm += M_MIN;
249 ss -= M_MIN-1;
262 ss = ends - (M_MIN-1);
267 len = M_MIN-1;
278 if(ends > (endfold - (M_MIN-1)) )
279 ends = endfold - (M_MIN-1);
[all …]
H A Dvdelhdr01.h61 #define M_MIN 4 /* min number of bytes to match */ macro
151 #define C_SIZE ((1<<S_BITS)+M_MIN-2) /* max local COPY size */
153 #define C_LPUT(s) ((s) - (M_MIN-1) ) /* coded local value */
157 #define C_LGET(i) (((i) & ((1<<S_BITS)-1)) + (M_MIN-1) )
171 #define C_TINYSIZE ((1<<C_TINY) + M_MIN-1) /* max tiny COPY size */
173 #define C_TPUT(s) (((s) - M_MIN) << A_TINY)
174 #define C_TGET(i) ((((i) >> A_TINY) & ((1<<C_TINY)-1)) + M_MIN )
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/template/
H A Dmacros.c76 { "MIN", M_MIN },
105 { "R_MIN", M_RECVD_OFS + M_MIN },
133 { "S_MIN", M_STAMP_OFS + M_MIN },
161 { "C_MIN", M_CSTAMP_OFS + M_MIN },
189 { "P_MIN", M_PROCESSED_OFS + M_MIN },
379 case M_MIN:
H A Dmacros.h82 M_MIN,
/dports/textproc/ctpl/ctpl-0.3.4/testsuite/
H A Dfloat-test.c124 #define M_MIN -1 in test_1() macro
131 for (m = M_MIN; m < M_MAX; m += M_STEP) { in test_1()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/
H A Dgemv_driver.cpp217 #define M_MIN 128 macro
242 if (m < M_MIN && n < N_MIN) { in thread_checker()
277 #undef M_MIN
390 enum { M_MIN = 500, N_MIN = 128 }; in gemv_threading_driver() enumerator
391 bool is_short_fat = m <= nthr_goal * M_MIN && n >= nthr_goal * N_MIN; in gemv_threading_driver()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/
H A Dgemv_driver.cpp217 #define M_MIN 128 macro
242 if (m < M_MIN && n < N_MIN) { in thread_checker()
277 #undef M_MIN
390 enum { M_MIN = 500, N_MIN = 128 }; in gemv_threading_driver() enumerator
391 bool is_short_fat = m <= nthr_goal * M_MIN && n >= nthr_goal * N_MIN; in gemv_threading_driver()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/sun3x/
H A Dtime.c28 #define M_MIN 0xfa macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/sun3x/
H A Dtime.c28 #define M_MIN 0xfa macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/sun3x/
H A Dtime.c28 #define M_MIN 0xfa macro
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h188 #define M_MIN 0 macro
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h188 #define M_MIN 0 macro

12