Home
last modified time | relevance | path

Searched refs:HRes (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/sysutils/edk2/edk2-platforms-89f6170d/Drivers/DisplayLink/DisplayLinkPkg/DisplayLinkGop/
H A DEdid.c158 IN UINT16 HRes, in IsModeInEstablishedTimings() argument
174 …if ((EstablishedTimings[EstByteNum][BitNum].HRes == HRes) && // The passed-in resolution matches t… in IsModeInEstablishedTimings()
204 OUT UINT16 *HRes, in ReadStandardTiming() argument
214 *HRes = 0; in ReadStandardTiming()
225 case 0: *VRes = (*HRes * 10) / 16; in ReadStandardTiming()
227 case 1: *VRes = (*HRes * 3) / 4; in ReadStandardTiming()
229 case 2: *VRes = (*HRes * 4) / 5; in ReadStandardTiming()
231 case 3: *VRes = (*HRes * 9) / 16; in ReadStandardTiming()
237 if ((*HRes == 1360) && (*VRes == 765)) { in ReadStandardTiming()
352 IN UINT16 HRes, in IsModeInEdid() argument
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
H A DHdLcd.c63 UINT32 HRes; in LcdSetMode() local
77 &HRes,&HSync,&HBackPorch,&HFrontPorch, in LcdSetMode()
96 MmioWrite32(HDLCD_REG_FB_LINE_LENGTH, HRes * BytesPerPixel); in LcdSetMode()
97 MmioWrite32(HDLCD_REG_FB_LINE_PITCH, HRes * BytesPerPixel); in LcdSetMode()
109 MmioWrite32(HDLCD_REG_H_DATA, HRes - 1); in LcdSetMode()
H A DPL111Lcd.c50 UINT32 HRes; in LcdSetMode() local
63 &HRes,&HSync,&HBackPorch,&HFrontPorch, in LcdSetMode()
81 MmioWrite32 (PL111_REG_LCD_TIMING_0, HOR_AXIS_PANEL(HBackPorch, HFrontPorch, HSync, HRes)); in LcdSetMode()
83 MmioWrite32 (PL111_REG_LCD_TIMING_2, CLK_SIG_POLARITY(HRes)); in LcdSetMode()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Common/
H A DMemBlocks.h38 HRes AllocateSpace(size_t numBlocks, size_t numNoLockBlocks = 0);
39 HRes AllocateSpaceAlways(size_t desiredNumberOfBlocks, size_t numNoLockBlocks = 0);
43 HRes ReleaseLockedBlocks(int number) { return Semaphore.Release(number); } in ReleaseLockedBlocks()
67 HRes SwitchToNoLockMode(CMemBlockManagerMt *memManager);
H A DMemBlocks.cpp54 HRes CMemBlockManagerMt::AllocateSpace(size_t numBlocks, size_t numNoLockBlocks) in AllocateSpace()
65 HRes CMemBlockManagerMt::AllocateSpaceAlways(size_t desiredNumberOfBlocks, size_t numNoLockBlocks) in AllocateSpaceAlways()
153 HRes CMemLockBlocks::SwitchToNoLockMode(CMemBlockManagerMt *memManager) in SwitchToNoLockMode()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Common/
H A DMemBlocks.h38HRes AllocateSpace(NWindows::NSynchronization::CSynchro *sync, size_t numBlocks, size_t numNoLockB…
39HRes AllocateSpaceAlways(NWindows::NSynchronization::CSynchro *sync, size_t desiredNumberOfBlocks,…
43 HRes ReleaseLockedBlocks(int number) { return Semaphore.Release(number); } in ReleaseLockedBlocks()
67 HRes SwitchToNoLockMode(CMemBlockManagerMt *memManager);
H A DMemBlocks.cpp54 HRes CMemBlockManagerMt::AllocateSpace(NWindows::NSynchronization::CSynchro *sync,size_t numBlocks,… in AllocateSpace()
65 HRes CMemBlockManagerMt::AllocateSpaceAlways(NWindows::NSynchronization::CSynchro *sync,size_t desi… in AllocateSpaceAlways()
153 HRes CMemLockBlocks::SwitchToNoLockMode(CMemBlockManagerMt *memManager) in SwitchToNoLockMode()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPlatformPkg/Library/ArmMaliDp/
H A DArmMaliDp.c88 IN CONST UINT32 HRes, in LayerGraphicsConfig() argument
98 MmioWrite32 (DP_BASE + DP_DE_LG_IN_SIZE, FRAME_IN_SIZE (HRes, VRes)); in LayerGraphicsConfig()
101 MmioWrite32 (DP_BASE + DP_DE_LG_CMP_SIZE, FRAME_CMP_SIZE (HRes, VRes)); in LayerGraphicsConfig()
104 MmioWrite32 (DP_BASE + DP_DE_LG_H_STRIDE, (HRes * sizeof (UINT32))); in LayerGraphicsConfig()
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/ss/
H A Dvdp2.cpp58 static uint8 HRes, VRes; variable
238 const size_t sh = ((HRes & 0x6) ? 0 : 4); in RecalcVRAMPenalty()
336 Latched_HCNT = (HCounter + (0x200 - HTimings[HRes & 1][HPHASE__COUNT - 1])) << 1; in LatchHV()
465 while(HCounter >= HTimings[HRes & 1][HPhase]) in AddHCounter()
472 HCounter -= HTimings[HRes & 1][HPHASE__COUNT - 1]; in AddHCounter()
553 return (HTimings[HRes & 1][HPhase] - HCounter); in AddHCounter()
618 HRes = (V >> 0) & 0x7; in RegsWrite()
703 return (DisplayOn << 15) | (BorderMode << 8) | (InterlaceMode << 6) | (VRes << 4) | (HRes << 0); in RegsRead()
918 HRes = 0; in Reset()
1010 ret = HRes; in GetRegister()
[all …]
/dports/emulators/mednafen/mednafen/src/ss/
H A Dvdp2.cpp62 static uint8 HRes, VRes; variable
242 const size_t sh = ((HRes & 0x6) ? 0 : 4); in RecalcVRAMPenalty()
340 Latched_HCNT = (HCounter + (0x200 - HTimings[HRes & 1][HPHASE__COUNT - 1])) << 1; in LatchHV()
479 while(HCounter >= HTimings[HRes & 1][HPhase]) in AddHCounter()
486 HCounter -= HTimings[HRes & 1][HPHASE__COUNT - 1]; in AddHCounter()
567 return (HTimings[HRes & 1][HPhase] - HCounter); in AddHCounter()
630 HRes = (V >> 0) & 0x7; in RegsWrite()
713 return (DisplayOn << 15) | (BorderMode << 8) | (InterlaceMode << 6) | (VRes << 4) | (HRes << 0); in RegsRead()
930 HRes = 0; in Reset()
1025 ret = HRes; in GetRegister()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Common/
H A DMemBlocks.h39 HRes AllocateSpace(size_t numBlocks, size_t numNoLockBlocks);
40 HRes AllocateSpaceAlways(size_t desiredNumberOfBlocks, size_t numNoLockBlocks = 0);
H A DMemBlocks.cpp60 HRes CMemBlockManagerMt::AllocateSpace(size_t numBlocks, size_t numNoLockBlocks) in AllocateSpace()
90 HRes CMemBlockManagerMt::AllocateSpaceAlways(size_t desiredNumberOfBlocks, size_t numNoLockBlocks) in AllocateSpaceAlways()
98 HRes hres = AllocateSpace(desiredNumberOfBlocks, numNoLockBlocks); in AllocateSpaceAlways()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxpcxio.cpp100 FXshort HRes; in fxloadPCX() local
144 store >> HRes; in fxloadPCX()
288 FXshort HRes=75; in fxsavePCX() local
326 store << HRes; in fxsavePCX()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxpcxio.cpp100 FXshort HRes; in fxloadPCX() local
144 store >> HRes; in fxloadPCX()
288 FXshort HRes=75; in fxsavePCX() local
326 store << HRes; in fxsavePCX()
/dports/print/freetype/freetype-1.3.1/pascal/test/
H A Dgdrv_os2.inc28 HRes: 640;
38 HRes: 320;
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/Common/
H A DTypes.h8 typedef int HRes; typedef
/dports/sysutils/squashfs-tools/CPP/Common/
H A DTypes.h8 typedef int HRes; typedef

1234567