Home
last modified time | relevance | path

Searched refs:ABits (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/core/
H A Dformati.inc49 constructor Create(ABits: Integer);
50 constructor Create(ABits: Integer;
71 class function TPTCFormatFactory.CreateNew(ABits: Integer): IPTCFormat;
73 Result := TPTCFormat.Create(ABits);
76 class function TPTCFormatFactory.CreateNew(ABits: Integer;
103 constructor TPTCFormat.Create(ABits: Integer);
106 if ABits <> 8 then
114 FFormat.bits := ABits;
122 constructor TPTCFormat.Create(ABits: Integer;
127 if ((ABits and 7) <> 0) or (ABits <= 0) or (ABits > 32) then
[all …]
H A Dformatd.inc61 class function CreateNew(ABits: Integer): IPTCFormat;
62 class function CreateNew(ABits: Integer;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/include/kNet/
H A DBitOps.h123 int APos, int ABits, int RPos, int RBits,
128 (ResultType)((a << APos) & BitMaskT<APos, ABits>::val) | in PackBits()
136 ResultType PackBits(int APos, int ABits, int RPos, int RBits, in PackBits() argument
141 (ResultType)((a << APos) & BitMask(APos, ABits)) | in PackBits()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-generics/src/
H A Dgenerics.helpers.pas72 class function GetSizedSignMask(ABits: Byte): UInt32; static; inline; in GetSizedSignMask()
135 class function TValueUInt32Helper.GetSizedSignMask(ABits: Byte): UInt32; in TValueUInt32Helper.GetSizedSignMask()
137 Result := SIZED_SIGN_MASK[ABits];
/dports/lang/fpc-rtl-generics/fpc-3.2.2/packages/rtl-generics/src/
H A Dgenerics.helpers.pas72 class function GetSizedSignMask(ABits: Byte): UInt32; static; inline; in GetSizedSignMask()
135 class function TValueUInt32Helper.GetSizedSignMask(ABits: Byte): UInt32; in TValueUInt32Helper.GetSizedSignMask()
137 Result := SIZED_SIGN_MASK[ABits];
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/generics/source/
H A Dsparta_generics.helpers.pas72 class function GetSizedSignMask(ABits: Byte): UInt32; static; inline; in GetSizedSignMask()
135 class function TValueUInt32Helper.GetSizedSignMask(ABits: Byte): UInt32; in TValueUInt32Helper.GetSizedSignMask()
137 Result := SIZED_SIGN_MASK[ABits];
/dports/editors/lazarus/lazarus/components/sparta/generics/source/
H A Dgenerics.helpers.pas72 class function GetSizedSignMask(ABits: Byte): UInt32; static; inline; in GetSizedSignMask()
135 class function TValueUInt32Helper.GetSizedSignMask(ABits: Byte): UInt32; in TValueUInt32Helper.GetSizedSignMask()
137 Result := SIZED_SIGN_MASK[ABits];
/dports/editors/lazarus-qt5/lazarus/components/sparta/generics/source/
H A Dgenerics.helpers.pas72 class function GetSizedSignMask(ABits: Byte): UInt32; static; inline; in GetSizedSignMask()
135 class function TValueUInt32Helper.GetSizedSignMask(ABits: Byte): UInt32; in TValueUInt32Helper.GetSizedSignMask()
137 Result := SIZED_SIGN_MASK[ABits];
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/generics/source/
H A Dsparta_generics.helpers.pas72 class function GetSizedSignMask(ABits: Byte): UInt32; static; inline; in GetSizedSignMask()
135 class function TValueUInt32Helper.GetSizedSignMask(ABits: Byte): UInt32; in TValueUInt32Helper.GetSizedSignMask()
137 Result := SIZED_SIGN_MASK[ABits];
/dports/graphics/aseprite/aseprite-1.2.9/src/render/
H A Dcolor_histogram.h27 int ABits>
35 AElements = 1 << ABits
113 (rgba_geta(color) >> (8 - ABits))); in histogramIndex()
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dgraphtype.pp487 ABits := (PB^ shr AShift) and PrecMask;
491 ABits := (PW^ shr AShift) and PrecMask;
495 ABits := (PC^ shr AShift) and PrecMask;
498 ABits:=0;
504 ABits := ABits shl (16 - APrec);
505 ABits := ABits or MissingBits[APrec, ABits shr 13];
525 ABits := ABits shr (16 - APrec);
535 PB^ := (PB^ and PrecMask) or (ABits shl BitShift);
539 PB^ := (PB^ and PrecMask) or (ABits shl AShift);
544 PW^ := (PW^ and PrecMask) or (ABits shl AShift);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dgraphtype.pp487 ABits := (PB^ shr AShift) and PrecMask;
491 ABits := (PW^ shr AShift) and PrecMask;
495 ABits := (PC^ shr AShift) and PrecMask;
498 ABits:=0;
504 ABits := ABits shl (16 - APrec);
505 ABits := ABits or MissingBits[APrec, ABits shr 13];
525 ABits := ABits shr (16 - APrec);
535 PB^ := (PB^ and PrecMask) or (ABits shl BitShift);
539 PB^ := (PB^ and PrecMask) or (ABits shl AShift);
544 PW^ := (PW^ and PrecMask) or (ABits shl AShift);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dgraphtype.pp487 ABits := (PB^ shr AShift) and PrecMask;
491 ABits := (PW^ shr AShift) and PrecMask;
495 ABits := (PC^ shr AShift) and PrecMask;
498 ABits:=0;
504 ABits := ABits shl (16 - APrec);
505 ABits := ABits or MissingBits[APrec, ABits shr 13];
525 ABits := ABits shr (16 - APrec);
535 PB^ := (PB^ and PrecMask) or (ABits shl BitShift);
539 PB^ := (PB^ and PrecMask) or (ABits shl AShift);
544 PW^ := (PW^ and PrecMask) or (ABits shl AShift);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Dgraphtype.pp487 ABits := (PB^ shr AShift) and PrecMask;
491 ABits := (PW^ shr AShift) and PrecMask;
495 ABits := (PC^ shr AShift) and PrecMask;
498 ABits:=0;
504 ABits := ABits shl (16 - APrec);
505 ABits := ABits or MissingBits[APrec, ABits shr 13];
525 ABits := ABits shr (16 - APrec);
535 PB^ := (PB^ and PrecMask) or (ABits shl BitShift);
539 PB^ := (PB^ and PrecMask) or (ABits shl AShift);
544 PW^ := (PW^ and PrecMask) or (ABits shl AShift);
[all …]
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dpixelformat.h149 byte RBits, byte GBits, byte BBits, byte ABits,
152 rLoss = 8 - RBits, gLoss = 8 - GBits, bLoss = 8 - BBits, aLoss = 8 - ABits;
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dpixelformat.h149 byte RBits, byte GBits, byte BBits, byte ABits,
155 aLoss = 8 - ABits;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/graphite/
H A Dpr42930.C29 byte RBits, byte GBits, byte BBits, byte ABits, in PixelFormat()

12