Home
last modified time | relevance | path

Searched refs:MaxByte (Results 1 – 11 of 11) sorted by relevance

/dports/archivers/grzip/grzip-0.3.0/
H A DWFC_MTF.h40 #define MaxByte 256 macro
42 uint32 WFCMTF_Rank2GrNum[MaxByte] = {00,00,00,
56 uint32 WFCMTF_Rank2GrPos[MaxByte] = {
73 uint32 WFCMTF_Rank2Mask[MaxByte] = {
96 #undef MaxByte
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw4010.pp11 function MaxByte(const ar: array of byte): Integer;
31 MaxByte(ar1);
32 MaxByte(GenByteArray('foo')); // compiler stops here
H A Dtw19325.pp4 const MaxByte = 255;
9 buf: array[0..MaxByte] of Char;
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go714 func MaxByte(a, b byte) byte { func
755 return MinByte(MaxByte(v, lo), hi)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Dmathutil.go653 func MaxByte(a, b byte) byte { func
H A Dall_test.go3007 if g, e := MaxByte(test.a, test.b), test.e; g != e {
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Dipmsg.pas2089 HeaderFileName : Array [0..MaxByte] of Byte;
/dports/editors/lazarus/lazarus/components/turbopower_ipro/
H A Dipmsg.pas2157 HeaderFileName : Array [0..MaxByte] of Byte; {!!.12}{!!.16}
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Dipmsg.pas2089 HeaderFileName : Array [0..MaxByte] of Byte;
/dports/editors/lazarus-qt5/lazarus/components/turbopower_ipro/
H A Dipmsg.pas2157 HeaderFileName : Array [0..MaxByte] of Byte; {!!.12}{!!.16}
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DGenericVectorTests.cs1812 public void MaxByte() { TestMax<Byte>(); } in MaxByte() method in System.Numerics.Tests.GenericVectorTests