Home
last modified time | relevance | path

Searched refs:topad (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Dxcoffwriter.pp71 var topad : longword;
74 topad:=aBound-(aValue mod aBound);
75 if topad<>aBound then inc(Result,topad);
79 var topad,tmp : integer;
83 topad:=aBound-(aStream.Position mod aBound);
84 if topad<>aBound then
85 while topad>0 do
87 if topad>8 then tmp:=8 else tmp:=topad;
89 dec(topad,tmp);
H A Dexternalwriter.pp73 var topad : longword;
76 topad:=8-(aValue mod 8);
77 if topad<>8 then inc(Result,topad);
81 var topad : integer;
85 topad:=8-(aStream.Position mod 8);
86 if topad<>8 then aStream.WriteBuffer(qw,topad);
H A Dcoffwriter.pp210 var topad : integer;
214 topad:=4-(aStream.Position mod 4);
215 if topad<>4 then aStream.WriteBuffer(lw,topad);
561 var topad : longword;
564 topad:=4-(aValue mod 4);
565 if topad<>4 then inc(Result,topad);
664 var topad : longword;
669 topad:=4-(fEndRVA mod 4);
670 if topad<>4 then inc(fEndRVA,topad);
H A Dreswriter.pp51 var topad : integer;
55 topad:=4-(aStream.Position mod 4);
56 if topad<>4 then aStream.WriteBuffer(lw,topad);
H A Delfwriter.pp381 var topad,tmp : integer;
385 topad:=aBound-(aStream.Position mod aBound);
386 if topad<>aBound then
387 while topad>0 do
389 if topad>8 then tmp:=8 else tmp:=topad;
391 dec(topad,tmp);
396 var topad : longword;
399 topad:=aBound-(aValue mod aBound);
400 if topad<>aBound then inc(Result,topad);
H A Dmachowriter.pp383 var topad : longword;
386 topad:=aBound-(aValue mod aBound);
387 if topad<>aBound then inc(Result,topad);
391 var topad,tmp : integer;
395 topad:=aBound-(aStream.Position mod aBound);
396 if topad<>aBound then
397 while topad>0 do
399 if topad>8 then tmp:=8 else tmp:=topad;
401 dec(topad,tmp);
H A Dversionresource.pp127 var topad : integer;
131 topad:=4-(RawData.Position mod 4);
132 if topad<>4 then RawData.WriteBuffer(lw,topad);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Dxcoffwriter.pp71 var topad : longword;
74 topad:=aBound-(aValue mod aBound);
75 if topad<>aBound then inc(Result,topad);
79 var topad,tmp : integer;
83 topad:=aBound-(aStream.Position mod aBound);
84 if topad<>aBound then
85 while topad>0 do
87 if topad>8 then tmp:=8 else tmp:=topad;
89 dec(topad,tmp);
H A Dexternalwriter.pp73 var topad : longword;
76 topad:=8-(aValue mod 8);
77 if topad<>8 then inc(Result,topad);
81 var topad : integer;
85 topad:=8-(aStream.Position mod 8);
86 if topad<>8 then aStream.WriteBuffer(qw,topad);
H A Dcoffwriter.pp210 var topad : integer;
214 topad:=4-(aStream.Position mod 4);
215 if topad<>4 then aStream.WriteBuffer(lw,topad);
561 var topad : longword;
564 topad:=4-(aValue mod 4);
565 if topad<>4 then inc(Result,topad);
664 var topad : longword;
669 topad:=4-(fEndRVA mod 4);
670 if topad<>4 then inc(fEndRVA,topad);
H A Dreswriter.pp51 var topad : integer;
55 topad:=4-(aStream.Position mod 4);
56 if topad<>4 then aStream.WriteBuffer(lw,topad);
H A Delfwriter.pp381 var topad,tmp : integer;
385 topad:=aBound-(aStream.Position mod aBound);
386 if topad<>aBound then
387 while topad>0 do
389 if topad>8 then tmp:=8 else tmp:=topad;
391 dec(topad,tmp);
396 var topad : longword;
399 topad:=aBound-(aValue mod aBound);
400 if topad<>aBound then inc(Result,topad);
H A Dmachowriter.pp383 var topad : longword;
386 topad:=aBound-(aValue mod aBound);
387 if topad<>aBound then inc(Result,topad);
391 var topad,tmp : integer;
395 topad:=aBound-(aStream.Position mod aBound);
396 if topad<>aBound then
397 while topad>0 do
399 if topad>8 then tmp:=8 else tmp:=topad;
401 dec(topad,tmp);
H A Dversionresource.pp127 var topad : integer;
131 topad:=4-(RawData.Position mod 4);
132 if topad<>4 then RawData.WriteBuffer(lw,topad);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Dxcoffwriter.pp71 var topad : longword;
74 topad:=aBound-(aValue mod aBound);
75 if topad<>aBound then inc(Result,topad);
79 var topad,tmp : integer;
83 topad:=aBound-(aStream.Position mod aBound);
84 if topad<>aBound then
85 while topad>0 do
87 if topad>8 then tmp:=8 else tmp:=topad;
89 dec(topad,tmp);
H A Dexternalwriter.pp73 var topad : longword;
76 topad:=8-(aValue mod 8);
77 if topad<>8 then inc(Result,topad);
81 var topad : integer;
85 topad:=8-(aStream.Position mod 8);
86 if topad<>8 then aStream.WriteBuffer(qw,topad);
H A Dcoffwriter.pp210 var topad : integer;
214 topad:=4-(aStream.Position mod 4);
215 if topad<>4 then aStream.WriteBuffer(lw,topad);
561 var topad : longword;
564 topad:=4-(aValue mod 4);
565 if topad<>4 then inc(Result,topad);
664 var topad : longword;
669 topad:=4-(fEndRVA mod 4);
670 if topad<>4 then inc(fEndRVA,topad);
H A Dreswriter.pp51 var topad : integer;
55 topad:=4-(aStream.Position mod 4);
56 if topad<>4 then aStream.WriteBuffer(lw,topad);
H A Delfwriter.pp381 var topad,tmp : integer;
385 topad:=aBound-(aStream.Position mod aBound);
386 if topad<>aBound then
387 while topad>0 do
389 if topad>8 then tmp:=8 else tmp:=topad;
391 dec(topad,tmp);
396 var topad : longword;
399 topad:=aBound-(aValue mod aBound);
400 if topad<>aBound then inc(Result,topad);
H A Dmachowriter.pp383 var topad : longword;
386 topad:=aBound-(aValue mod aBound);
387 if topad<>aBound then inc(Result,topad);
391 var topad,tmp : integer;
395 topad:=aBound-(aStream.Position mod aBound);
396 if topad<>aBound then
397 while topad>0 do
399 if topad>8 then tmp:=8 else tmp:=topad;
401 dec(topad,tmp);
H A Dversionresource.pp127 var topad : integer;
131 topad:=4-(RawData.Position mod 4);
132 if topad<>4 then RawData.WriteBuffer(lw,topad);
/dports/devel/R-cran-diffobj/diffobj/R/
H A Dtext.R236 topad <- head(y, -1L) functionVar
238 chrs <- nchar2(topad, sgr.supported=sgr.supported)
239 pads <- character(length(topad))
241 for(i in seq_along(topad)) {
255 paste0(paste0(topad, pads, collapse=""), rest)
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dsdl-sound.c31 Uint32 topad = len - tocopy; in wav_play() local
40 memset(stream + tocopy, 0, topad); in wav_play()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c642 ssize_t topad = (align - (cur % align)) % align; in pad_buffer() local
645 while (topad > 0) { in pad_buffer()
646 ctf_buf_write(buf, pad, (topad > 8 ? 8 : topad)); in pad_buffer()
647 topad -= 8; in pad_buffer()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dmath.c1092 size_t topad = (size_t)dec > declen ? dec - declen : 0; in _php_math_number_format_ex() local
1095 while (topad--) { in _php_math_number_format_ex()

123