Searched defs:Hi (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c32 UINTN Hi; member in struct:__anon12783
1040 Function to determine if a device path node is Hi or not.
1044 @retval TRUE The node is Hi.
1045 @retval FALSE The node is not Hi.
1078 Function to convert a standard device path structure into a Hi version.
1082 @return the device path portion that is Hi.
1331 MappingInfo.Hi = Index;
1348 CatPrint (&Str, L"%d", (UINTN) MappingInfo.Hi);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwtypes.h575 LONG Hi; member in struct:tagCY::__anon14618
579 LONG Hi;
H A Dmapidefs.h50 LONG Hi; member in struct:tagCY::__anon13645
54 LONG Hi;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwtypes.h575 LONG Hi; member in struct:tagCY::__anon1923
579 LONG Hi;
H A Dmapidefs.h53 LONG Hi; member in struct:tagCY::__anon1022
57 LONG Hi;
/vbox/include/iprt/
H A Dtypes.h236 uint64_t Hi; member in struct:uint128_s
240 uint64_t Hi;
255 int64_t Hi; member in struct:int128_s
259 int64_t Hi;
281 uint8_t Hi; member in struct:RTUINT16U::__anon575
285 uint8_t Hi;
302 /** Hi/Low view. */
306 uint16_t Hi; member in struct:RTUINT32U::__anon576
310 uint16_t Hi;
345 /** Hi/Lo
349 uint32_t Hi; member in struct:RTUINT64U::__anon578
410 uint64_t Hi; member in struct:RTUINT128U::__anon581
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c2351 UINT Hi = LIGHTMAP_HASHFUNC(Index); local
2355 TRACE("(%p) : Idx(%d), pLight(%p). Hash index is %d\n", This, Index, pLight, Hi);
2389 LIST_FOR_EACH(e, &This->updateStateBlock->lightMap[Hi])
2403 list_add_head(&This->updateStateBlock->lightMap[Hi], &object->entry);
2497 DWORD Hi = LIGHTMAP_HASHFUNC(Index); local
2501 LIST_FOR_EACH(e, &This->stateBlock->lightMap[Hi])
2525 UINT Hi = LIGHTMAP_HASHFUNC(Index); local
2529 LIST_FOR_EACH(e, &This->updateStateBlock->lightMap[Hi])
2544 LIST_FOR_EACH(e, &This->updateStateBlock->lightMap[Hi])
2610 UINT Hi local
[all...]

Completed in 872 milliseconds