Home
last modified time | relevance | path

Searched refs:BPL (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpHilbertDir/
H A Dtoric.h209 #define BPLMinDegSize(BPL) GetSize(BPLMinDegPairs(BPL)) argument
210 #define BPLMinDegLen(BPL) GetLen(BPLMinDegPairs(BPL)) argument
212 #define BPLPairs(BPL) ((BPL)->BPairListStructOtherBPairs) argument
213 #define BPLSize(BPL) GetSize(BPLPairs(BPL)) argument
214 #define BPLLen(BPL) GetLen(BPLPairs(BPL)) argument
216 #define BPLMinDeg(BPL) ( (BPLLowerMinDegLen(BPL)!=0) ? \ argument
223 #define BPLSetMinDegPairs(BPL,BPs) BPLMinDegPairs(BPL)=BPs argument
226 #define BPLSetPairs(BPL,BPs) BPLPairs(BPL)=BPs argument
227 #define BPLSetSize(BPL,s) BPsSetSize(BPLPairs(BPL),s) argument
228 #define BPLSetLen(BPL,l) BPsSetLen(BPLPairs(BPL),l) argument
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpHilbertDir/
H A Dtoric.h209 #define BPLMinDegSize(BPL) GetSize(BPLMinDegPairs(BPL)) argument
210 #define BPLMinDegLen(BPL) GetLen(BPLMinDegPairs(BPL)) argument
212 #define BPLPairs(BPL) ((BPL)->BPairListStructOtherBPairs) argument
213 #define BPLSize(BPL) GetSize(BPLPairs(BPL)) argument
214 #define BPLLen(BPL) GetLen(BPLPairs(BPL)) argument
216 #define BPLMinDeg(BPL) ( (BPLLowerMinDegLen(BPL)!=0) ? \ argument
223 #define BPLSetMinDegPairs(BPL,BPs) BPLMinDegPairs(BPL)=BPs argument
226 #define BPLSetPairs(BPL,BPs) BPLPairs(BPL)=BPs argument
227 #define BPLSetSize(BPL,s) BPsSetSize(BPLPairs(BPL),s) argument
228 #define BPLSetLen(BPL,l) BPsSetLen(BPLPairs(BPL),l) argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Datafb_iplan2p2.c20 #define BPL 2 macro
54 src += BPL * 2; in atafb_iplan2p2_copyarea()
55 dst += BPL * 2; in atafb_iplan2p2_copyarea()
62 w *= BPL / 2; in atafb_iplan2p2_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
79 src -= BPL * 2; in atafb_iplan2p2_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p2_copyarea()
88 w *= BPL / 2; in atafb_iplan2p2_copyarea()
209 dest += BPL / 2; in atafb_iplan2p2_fillrect()
222 dest += rows * BPL / 2; in atafb_iplan2p2_fillrect()
[all …]
H A Datafb_iplan2p4.c20 #define BPL 4 macro
54 src += BPL * 2; in atafb_iplan2p4_copyarea()
55 dst += BPL * 2; in atafb_iplan2p4_copyarea()
62 w *= BPL / 2; in atafb_iplan2p4_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
79 src -= BPL * 2; in atafb_iplan2p4_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p4_copyarea()
88 w *= BPL / 2; in atafb_iplan2p4_copyarea()
223 dest += BPL / 2; in atafb_iplan2p4_fillrect()
236 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect()
[all …]
H A Datafb_iplan2p8.c20 #define BPL 8 macro
61 src += BPL * 2; in atafb_iplan2p8_copyarea()
62 dst += BPL * 2; in atafb_iplan2p8_copyarea()
69 w *= BPL / 2; in atafb_iplan2p8_copyarea()
79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
86 src -= BPL * 2; in atafb_iplan2p8_copyarea()
87 dst -= BPL * 2; in atafb_iplan2p8_copyarea()
95 w *= BPL / 2; in atafb_iplan2p8_copyarea()
258 dest += BPL / 2; in atafb_iplan2p8_fillrect()
271 dest += rows * BPL / 2; in atafb_iplan2p8_fillrect()
[all …]
H A Datafb_utils.h248 #ifdef BPL
264 #if BPL > 4 in expand8_col2mask()
272 #if BPL > 4 in expand8_2col2mask()
285 #if BPL > 2 in fill8_col()
289 #if BPL > 4 in fill8_col()
308 #if BPL > 2 in fill8_2col()
314 #if BPL > 2 in fill8_2col()
318 #if BPL > 4 in fill8_2col()
334 #if BPL > 2 in expand16_col2mask()
337 #if BPL > 4 in expand16_col2mask()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Datafb_iplan2p2.c20 #define BPL 2 macro
54 src += BPL * 2; in atafb_iplan2p2_copyarea()
55 dst += BPL * 2; in atafb_iplan2p2_copyarea()
62 w *= BPL / 2; in atafb_iplan2p2_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
79 src -= BPL * 2; in atafb_iplan2p2_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p2_copyarea()
88 w *= BPL / 2; in atafb_iplan2p2_copyarea()
209 dest += BPL / 2; in atafb_iplan2p2_fillrect()
222 dest += rows * BPL / 2; in atafb_iplan2p2_fillrect()
[all …]
H A Datafb_iplan2p4.c20 #define BPL 4 macro
54 src += BPL * 2; in atafb_iplan2p4_copyarea()
55 dst += BPL * 2; in atafb_iplan2p4_copyarea()
62 w *= BPL / 2; in atafb_iplan2p4_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
79 src -= BPL * 2; in atafb_iplan2p4_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p4_copyarea()
88 w *= BPL / 2; in atafb_iplan2p4_copyarea()
223 dest += BPL / 2; in atafb_iplan2p4_fillrect()
236 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect()
[all …]
H A Datafb_iplan2p8.c20 #define BPL 8 macro
61 src += BPL * 2; in atafb_iplan2p8_copyarea()
62 dst += BPL * 2; in atafb_iplan2p8_copyarea()
69 w *= BPL / 2; in atafb_iplan2p8_copyarea()
79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
86 src -= BPL * 2; in atafb_iplan2p8_copyarea()
87 dst -= BPL * 2; in atafb_iplan2p8_copyarea()
95 w *= BPL / 2; in atafb_iplan2p8_copyarea()
258 dest += BPL / 2; in atafb_iplan2p8_fillrect()
271 dest += rows * BPL / 2; in atafb_iplan2p8_fillrect()
[all …]
H A Datafb_utils.h248 #ifdef BPL
264 #if BPL > 4 in expand8_col2mask()
272 #if BPL > 4 in expand8_2col2mask()
285 #if BPL > 2 in fill8_col()
289 #if BPL > 4 in fill8_col()
308 #if BPL > 2 in fill8_2col()
314 #if BPL > 2 in fill8_2col()
318 #if BPL > 4 in fill8_2col()
334 #if BPL > 2 in expand16_col2mask()
337 #if BPL > 4 in expand16_col2mask()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Datafb_iplan2p2.c20 #define BPL 2 macro
54 src += BPL * 2; in atafb_iplan2p2_copyarea()
55 dst += BPL * 2; in atafb_iplan2p2_copyarea()
62 w *= BPL / 2; in atafb_iplan2p2_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
79 src -= BPL * 2; in atafb_iplan2p2_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p2_copyarea()
88 w *= BPL / 2; in atafb_iplan2p2_copyarea()
209 dest += BPL / 2; in atafb_iplan2p2_fillrect()
222 dest += rows * BPL / 2; in atafb_iplan2p2_fillrect()
[all …]
H A Datafb_iplan2p4.c20 #define BPL 4 macro
54 src += BPL * 2; in atafb_iplan2p4_copyarea()
55 dst += BPL * 2; in atafb_iplan2p4_copyarea()
62 w *= BPL / 2; in atafb_iplan2p4_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
79 src -= BPL * 2; in atafb_iplan2p4_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p4_copyarea()
88 w *= BPL / 2; in atafb_iplan2p4_copyarea()
223 dest += BPL / 2; in atafb_iplan2p4_fillrect()
236 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect()
[all …]
H A Datafb_iplan2p8.c20 #define BPL 8 macro
61 src += BPL * 2; in atafb_iplan2p8_copyarea()
62 dst += BPL * 2; in atafb_iplan2p8_copyarea()
69 w *= BPL / 2; in atafb_iplan2p8_copyarea()
79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
86 src -= BPL * 2; in atafb_iplan2p8_copyarea()
87 dst -= BPL * 2; in atafb_iplan2p8_copyarea()
95 w *= BPL / 2; in atafb_iplan2p8_copyarea()
258 dest += BPL / 2; in atafb_iplan2p8_fillrect()
271 dest += rows * BPL / 2; in atafb_iplan2p8_fillrect()
[all …]
H A Datafb_utils.h248 #ifdef BPL
264 #if BPL > 4 in expand8_col2mask()
272 #if BPL > 4 in expand8_2col2mask()
285 #if BPL > 2 in fill8_col()
289 #if BPL > 4 in fill8_col()
308 #if BPL > 2 in fill8_2col()
314 #if BPL > 2 in fill8_2col()
318 #if BPL > 4 in fill8_2col()
334 #if BPL > 2 in expand16_col2mask()
337 #if BPL > 4 in expand16_col2mask()
[all …]
/dports/mail/p5-MIME-EcoEncode/MIME-EcoEncode-0.95/lib/MIME/
H A DEcoEncode.pm24 our $BPL; # bytes per line
150 $MIME::EcoEncode::JP_Q::BPL = $BPL;
167 $MIME::EcoEncode::JP_B::BPL = $BPL;
215 if ($pos >= $BPL) {
222 $pos += $sps_len - $BPL - 1;
295 if ($pos >= $BPL) {
303 $pos = $BPL;
428 if ($ep_v <= $BPL) {
467 if ($ep_v <= $BPL) {
545 if ($ep_v <= $BPL) {
[all …]
/dports/mail/p5-MIME-EcoEncode/MIME-EcoEncode-0.95/lib/MIME/EcoEncode/
H A DFold.pm19 our $BPL; # bytes per line
42 our $BPL = shift || 990; # bytes per line
102 our $BPL;
104 return $str if $str_len <= $BPL;
115 my $max_len = $BPL;
129 $max_len = $BPL - $w_len - $SPL;
152 our $BPL;
154 return $str if length($str) <= $BPL;
169 my $max_len = $BPL;
216 $max_len = $BPL - length($w) - $SPL;
H A DParam.pm21 our $BPL; # bytes per line
65 our $BPL = shift || 76; # bytes per line
122 if ($type or $ll_len + $v_len <= $BPL) {
135 if ($ll_len + 1 > $BPL) {
164 if ($ll_len + $vc_len + 1 > $BPL) {
193 $MIME::EcoEncode::JP_Q::BPL = $BPL;
215 $MIME::EcoEncode::JP_B::BPL = $BPL;
241 $MIME::EcoEncode::BPL = $BPL;
262 $MIME::EcoEncode::BPL = $BPL;
333 if ($ll_len + $w_len + 1 > $BPL) {
[all …]
H A DJP_B.pm19 our $BPL; # bytes per line
35 if ($ep_v + $rll <= $BPL) {
40 my $ll_flag = ($ep_v <= $BPL) ? 1 : 0;
54 my $max_len = int(($BPL - $HTL - $sp) / 4) * 3;
55 my $max_len2 = int(($BPL - $HTL - 1) / 4) * 3;
56 my $max_len3 = int(($BPL - $HTL - 1 - $rll) / 4) * 3;
H A DJP_Q.pm19 our $BPL; # bytes per line
55 if ($ep_v + $rll <= $BPL) {
60 my $ll_flag = ($ep_v <= $BPL) ? 1 : 0;
74 my $max_len = $BPL - $HTL - $sp;
75 my $max_len2 = $BPL - $HTL - 1;
76 my $max_len3 = $BPL - $HTL - 1 - $rll;
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DRITA-II_test.sh3 mcrun RITA-II.instr -n1e6 BPL=0.97 BPH=1.03 EI=5 EN=0 COLL_MS=40 SAMPLE=1 OUTFILTER=0 REP=10 -d R…
7 mcrun RITA-II.instr -n3e6 BPL=0.97 BPH=1.03 EI=5 EN=0 COLL_MS=40 SAMPLE=1 OUTFILTER=0 REP=10 VIRTU…
12 mcrun RITA-II.instr -n3e6 BPL=0.30 BPH=1.03 EI=5 EF=5 SAMPLE=1 INFILTER=0 OUTFILTER=0 REP=10 -d RI…
27 mcrun RITA-II.instr -n 1e7 ITAR=0.71 COLL_MS=19.6 BPL=0.97 BPH=1.03 EI=5 EF=5 QH=0 QK=0 QL=0 QM=1 A…
31 mcrun RITA-II.instr -n1e6 BPL=0.97 BPH=1.03 EI=5 EF=5 SAMPLE=3 REP=10 QH=2 QM=0 AS=4.95 BS=4.95 CS=…
35 mcrun RITA-II.instr -n1e6 L0=3.418 BPL=0.97 BPH=1.03 EI=7 EF=5 SAMPLE=4 REP=10 QH=2 QK=0.16 QM=0 AS…
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpe.c45 #define BPL 90 macro
168 ptr = pedev->fbaddr + (y1 * BPL) + (x1 >> 3); in pe_fill_rectangle()
179 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
186 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
205 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
212 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
246 dest = pedev->fbaddr + (y * BPL) + offset; in pe_copy_mono()
306 dest += BPL; in pe_copy_mono()
361 dest += BPL; in pe_copy_mono()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpe.c40 #define BPL 90 macro
163 ptr = pedev->fbaddr + (y1 * BPL) + (x1 >> 3); in pe_fill_rectangle()
174 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
181 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
200 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
207 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
241 dest = pedev->fbaddr + (y * BPL) + offset; in pe_copy_mono()
301 dest += BPL; in pe_copy_mono()
356 dest += BPL; in pe_copy_mono()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevpe.c42 #define BPL 90 macro
167 ptr = pedev->fbaddr + (y1 * BPL) + (x1 >> 3); in pe_fill_rectangle()
178 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
185 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
204 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
211 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
245 dest = pedev->fbaddr + (y * BPL) + offset; in pe_copy_mono()
305 dest += BPL; in pe_copy_mono()
360 dest += BPL; in pe_copy_mono()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevpe.c42 #define BPL 90 macro
167 ptr = pedev->fbaddr + (y1 * BPL) + (x1 >> 3); in pe_fill_rectangle()
178 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
185 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
204 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
211 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
245 dest = pedev->fbaddr + (y * BPL) + offset; in pe_copy_mono()
305 dest += BPL; in pe_copy_mono()
360 dest += BPL; in pe_copy_mono()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpe.c42 #define BPL 90 macro
167 ptr = pedev->fbaddr + (y1 * BPL) + (x1 >> 3); in pe_fill_rectangle()
178 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
185 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
204 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
211 for(; h >= 0; h--, ptr += BPL) in pe_fill_rectangle()
245 dest = pedev->fbaddr + (y * BPL) + offset; in pe_copy_mono()
305 dest += BPL; in pe_copy_mono()
360 dest += BPL; in pe_copy_mono()

12345678910>>...27