Searched defs:Used (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/
H A Dprog_parameter.h40 * Used for NV_fragment_program for "DEFINE"d constants and "DECLARE"d
43 * Used by shaders for uniforms, constants, varying vars, etc.
51 GLboolean Used; /**< Helper flag for GLSL uniform tracking */ member in struct:gl_program_parameter
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBiosPlatform.h446 UINT8 Used; member in struct:__anon10766
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c234 INTN Used; local
238 Setting = UsbCreateDesc (DescBuf, Len, USB_DESC_TYPE_INTERFACE, &Used);
245 Offset = Used;
269 Ep = UsbCreateDesc (DescBuf + Offset, Len - Offset, USB_DESC_TYPE_ENDPOINT, &Used);
277 Offset += Used;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c66 UINTN Used; member in struct:__anon10944
97 mPoolHead[Type].Used = 0;
146 Pool->Used = 0;
347 (UINT64) Pool->Used
353 Pool->Used += Size;
457 Pool->Used -= Size;
458 DEBUG ((DEBUG_POOL, "FreePool: %p (len %lx) %,ld\n", Head->Data, (UINT64)(Head->Size - POOL_OVERHEAD), (UINT64) Pool->Used));
553 if (Pool->MemoryType < 0 && Pool->Used == 0) {
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Library/
H A DMtrrLib.h79 BOOLEAN Used; member in struct:__anon13047
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h677 LIST_ENTRY Used; member in struct:__anon11050
687 Initialize the forward and backward links of two head nodes donated by Map->Used
692 If the address of Map->Used is NULL, then ASSERT().
707 Removes all nodes of the Used doubly linked list and frees memory of all related netmap items.
759 to the beginning of the Used doubly linked list. The number of the <Key, Value>
784 to the tail of the Used doubly linked list. The number of the <Key, Value>
808 Iterate the Used doubly linked list of the netmap to get every item. Compare the key of every
829 Remove the node entry of the item from the Used doubly linked list of the netmap.
856 Remove the first node entry from the Used doubly linked list of the netmap.
862 If the Used doubl
[all...]

Completed in 244 milliseconds