Searched defs:Pos (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DStringFuncs.c81 CHAR8 *Pos; local
90 for (Pos = String; isspace ((int)*Pos); Pos++) {
92 if (Pos != String) {
93 memmove (String, Pos, strlen (Pos) + 1);
103 Pos = (CHAR8 *) strstr (String, "//");
104 if (Pos != NULL) {
105 *Pos
148 CHAR8 *Pos; local
[all...]
H A DDecompress.c319 UINT32 Pos; local
342 Pos = Val;
344 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
347 return Pos;
H A DEfiCompress.c1121 UINT32 i, k, Flags, Root, Pos, Size; local
1150 Pos = 0;
1153 Flags = mBuf[Pos++];
1158 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1159 k = mBuf[Pos++] << UINT8_BIT;
1160 k += mBuf[Pos++];
1163 EncodeC(mBuf[Pos++]);
H A DTianoCompress.c1227 UINT32 Pos; local
1260 Pos = 0;
1263 Flags = mBuf[Pos++];
1269 EncodeC (mBuf[Pos++] + (1U << UINT8_BIT));
1270 Index3 = mBuf[Pos++];
1273 Index3 += mBuf[Pos++];
1278 EncodeC (mBuf[Pos++]);
1295 IN UINT32 Pos
1306 Pos - The 'Position' field of a Pointer
1334 mBuf[mOutputPos++] = (UINT8) (Pos >> 2
[all...]
/vbox/src/bldprogs/
H A Dbin2c.c38 off_t Pos = ftell(pFile); local
39 if ( Pos >= 0
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
H A DPs2KbdCtrller.c609 UINTN Pos; local
620 for (Index = 0, Pos = Queue->Head; Index < Count; Index++, Pos = (Pos + 1) % KEYBOARD_SCAN_CODE_MAX_COUNT) {
621 Buf[Index] = Queue->Buffer[Pos];
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c267 UINT32 Pos; local
290 Pos = Val;
292 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
295 return Pos;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c226 CHAR16 *Pos; local
237 Pos = AllocatePool (128);
239 if (Pos == NULL) {
243 StrTotalMemory = Pos;
263 FreePool (Pos);
280 FreePool (Pos);
405 FreePool (Pos);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c277 UINT32 Pos; local
300 Pos = Val;
302 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
305 return Pos;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c288 UINTN Pos; local
531 Pos = Index;
532 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
533 CopyMem (&SectionHeader[Pos], &SectionHeader[Pos - 1], sizeof(EFI_IMAGE_SECTION_HEADER));
534 Pos--;
536 CopyMem (&SectionHeader[Pos], Section, sizeof(EFI_IMAGE_SECTION_HEADER));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c1136 UINT64 Pos; local
1144 FileHandleGetPosition(Handle, &Pos);
1147 FileHandleSetPosition(Handle, Pos);
1153 if (Pos == Info->FileSize) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c280 UINTN Pos; local
370 Pos = OldValue / 8;
372 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));
413 Pos = NewValue / 8;
415 DisMap[Pos] = (UINT8) (DisMap[Pos] & (~ (UINT8) (1 << Bit)));
422 Pos = OldValue / 8;
424 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT
[all...]
H A DUpdatePage.c1261 UINTN Pos; local
1430 Pos = (VarDevOrder & 0xFF) / 8;
1432 DisMap[Pos] = (UINT8) (DisMap[Pos] | (UINT8) (1 << Bit));
H A DVariable.c1103 UINTN Pos; local
1204 Pos = Tmp / 8;
1206 if ((DisMap[Pos] & (1 << Bit)) != 0) {
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_muralfbo.cpp147 RTPOINT Pos; local
163 Pos.x = mural->gX - pScreenInfo->i32OriginX;
164 Pos.y = mural->gY - pScreenInfo->i32OriginY;
234 rc = CrFbEntryRegionsSet(hFb, pData->hFbEntry, &Pos, cRegions, pRegions, true);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dntddk.h46 Pos, enumerator in enum:_BUS_DATA_TYPE
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c253 UINTN Pos; local
452 Pos = Index;
453 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
454 CopyMem (&SectionHeader[Pos], &SectionHeader[Pos - 1], sizeof (EFI_IMAGE_SECTION_HEADER));
455 Pos--;
457 CopyMem (&SectionHeader[Pos], Section, sizeof (EFI_IMAGE_SECTION_HEADER));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c1276 UINT64 Pos; local
1284 gEfiShellProtocol->GetFilePosition(Handle, &Pos);
1287 gEfiShellProtocol->SetFilePosition(Handle, Pos);
1293 if (Pos == Info->FileSize) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c261 UINTN Pos; local
326 Pos = 10 + (Index * 3);
328 ShellPrintEx ((INT32)Pos - 1, (INT32)Row - 1, L"0");
329 Pos++;
333 ShellPrintEx ((INT32)Pos - 1, (INT32)Row - 1, L"%x ", Line->Buffer[Index]);
335 ShellPrintEx ((INT32)Pos - 1, (INT32)Row - 1, L"%x ", Line->Buffer[Index]);
342 Pos = 10 + (Index * 3);
343 ShellPrintEx ((INT32)Pos - 1, (INT32)Row - 1, L" ");
363 Pos = 10 + (Index * 3) + 1;
365 ShellPrintEx ((INT32)Pos
1907 HBufferImageDeleteCharacterFromBuffer( IN UINTN Pos, IN UINTN Count, OUT UINT8 *DeleteBuffer ) argument
2042 HBufferImageAddCharacterToBuffer( IN UINTN Pos, IN UINTN Count, IN UINT8 *AddBuffer ) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dntddk.h46 Pos, enumerator in enum:_BUS_DATA_TYPE
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h89 typedef ush Pos; typedef
90 typedef Pos FAR Posf;
93 /* A Pos is an index in the character window. We use short instead of int to
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c980 UINTN Pos; local
1123 Pos = Index;
1124 while ((Pos > 0) && (Section->PointerToRawData < SectionHeader[Pos - 1].PointerToRawData)) {
1125 CopyMem (&SectionHeader[Pos], &SectionHeader[Pos - 1], sizeof (EFI_IMAGE_SECTION_HEADER));
1126 Pos--;
1128 CopyMem (&SectionHeader[Pos], Section, sizeof (EFI_IMAGE_SECTION_HEADER));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c1124 UINT32 Pos; local
1158 Pos = 0;
1161 Flags = mBuf[Pos++];
1166 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1167 LoopVar3 = mBuf[Pos++] << UINT8_BIT;
1168 LoopVar3 += mBuf[Pos++];
1172 EncodeC (mBuf[Pos++]);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c1689 @param[in] Pos Position to delete the char at ( start from 0 ).
1695 IN UINTN Pos
1703 for (Index = Pos - 1; Index < Line->Size; Index++) {
2038 @param[in] Pos The position to insert the char at ( start from 0 ).
2048 IN UINTN Pos,
2075 for (Index = StrSize; Index > Pos; Index--) {
2045 LineStrInsert( IN EFI_EDITOR_LINE *Line, IN CHAR16 Char, IN UINTN Pos, IN UINTN StrSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c1546 LIST_ENTRY *Pos; local
1551 Pos = *CurrentPosition;
1552 PreMenuOption = MENU_OPTION_FROM_LINK (Pos);
1555 NextMenuOption = MENU_OPTION_FROM_LINK (Pos);
1574 if ((GoUp ? Pos->BackLink : Pos->ForwardLink) == &gMenuOption) {
1592 Pos = (GoUp ? Pos->BackLink : Pos->ForwardLink);

Completed in 94 milliseconds

12