/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | capsule.c | 8 void *pointer; member 19 if (!capsule || !PyCapsule_CheckExact(capsule) || capsule->pointer == NULL) { in _is_legal_capsule() 44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() argument 48 if (!pointer) { in PyCapsule_New() 58 capsule->pointer = pointer; in PyCapsule_New() 74 capsule->pointer != NULL && in PyCapsule_IsValid() 93 return capsule->pointer; in PyCapsule_GetPointer() 134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer() argument 138 if (!pointer) { in PyCapsule_SetPointer() 147 capsule->pointer = pointer; in PyCapsule_SetPointer() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | capsule.c | 8 void *pointer; member 19 if (!capsule || !PyCapsule_CheckExact(capsule) || capsule->pointer == NULL) { in _is_legal_capsule() 44 PyCapsule_New(void *pointer, const char *name, PyCapsule_Destructor destructor) in PyCapsule_New() argument 48 if (!pointer) { in PyCapsule_New() 58 capsule->pointer = pointer; in PyCapsule_New() 74 capsule->pointer != NULL && in PyCapsule_IsValid() 93 return capsule->pointer; in PyCapsule_GetPointer() 134 PyCapsule_SetPointer(PyObject *o, void *pointer) in PyCapsule_SetPointer() argument 138 if (!pointer) { in PyCapsule_SetPointer() 147 capsule->pointer = pointer; in PyCapsule_SetPointer() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibKr7/ |
D | PeiServicesTablePointerLibKr7.uni | 2 // Instance of PEI Services Table Pointer Library using KR7 for the table pointer. 4 // PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI 19 … #language en-US "Instance of PEI Services Table Pointer Library using KR7 for the table pointer" 21 …n-US "PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI Servic…
|
D | PeiServicesTablePointerLibKr7.inf | 2 # Instance of PEI Services Table Pointer Library using KR7 for the table pointer. 4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibIdt/ |
D | PeiServicesTablePointerLibIdt.uni | 2 // Instance of PEI Services Table Pointer Library using IDT for the table pointer. 4 // PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI 19 … #language en-US "Instance of PEI Services Table Pointer Library using IDT for the table pointer" 21 …n-US "PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI Servic…
|
D | PeiServicesTablePointerLibIdt.inf | 2 # Instance of PEI Services Table Pointer Library using IDT for the table pointer. 4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLib/ |
D | PeiServicesTablePointerLib.uni | 2 // Instance of PEI Services Table Pointer Library using global variable for the table pointer. 4 // PEI Services Table Pointer Library implementation that retrieves a pointer to the 20 … en-US "Instance of PEI Services Table Pointer Library using global variable for the table pointer" 22 … "The PEI Services Table Pointer Library implementation that retrieves a pointer to the PEI Servic…
|
D | PeiServicesTablePointerLib.inf | 2 # Instance of PEI Services Table Pointer Library using global variable for the table pointer. 4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pycapsule.h | 29 void *pointer, 43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pycapsule.h | 29 void *pointer, 43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 37 (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), 38 (size, type, stride, pointer)) 41 (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer), 42 (size, type, stride, pointer)) 69 (GLenum type, GLsizei stride, const GLvoid *pointer), 70 (type, stride, pointer))
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesTableLib/ |
D | DxeServicesTableLib.uni | 4 // DXE Services Table Library that retrieves a pointer to the DXE Services 21 …RIPTION #language en-US "DXE Services Table Library retrieves a pointer to the DXE Servic…
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
D | Ps2MouseAbsolutePointerDxe.uni | 2 // PS2 Mouse driver providing absolute (touch pad) pointer support. 20 …TRACT #language en-US "PS2 Mouse driver providing absolute (touch pad) pointer support"
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.S | 25 # Obtain the hob list pointer 50 # Set stack top pointer 55 # Push the hob list pointer
|
D | PeiCoreEntry.asm | 32 ; Obtain the hob list pointer 57 ; Set stack top pointer 62 ; Push the hob list pointer
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiCopyMemSSE2.c | 74 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned in EfiCommonLibCopyMem() 129 add esi, 4 ; advance Source pointer in EfiCommonLibCopyMem() 130 add edi, 4 ; advance Destination pointer in EfiCommonLibCopyMem() 140 inc edi ; advance Destination pointer in EfiCommonLibCopyMem()
|
D | EfiCopyMem.c | 77 ; Pick up misaligned start bytes to get destination pointer 4-byte aligned in EfiCommonLibCopyMem() 145 add esi, 4 ; advance Source pointer in EfiCommonLibCopyMem() 146 add edi, 4 ; advance Destination pointer in EfiCommonLibCopyMem() 156 inc edi ; advance Destination pointer in EfiCommonLibCopyMem()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/ |
D | EbcLowLevel.S | 32 # On return, we restore the stack pointer to its original location. 47 # Set stack pointer to new value
|
D | EbcLowLevel.asm | 38 ; On return, we restore the stack pointer to its original location. 52 ; Set stack pointer to new value
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiServicesTablePointerLib/ |
D | PeiServicesTablePointerLib.inf | 2 # Instance of PEI Services Table Pointer Library using global variable for the table pointer. 4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiCoreServicesTablePointerLib/ |
D | PeiCoreServicesTablePointerLib.inf | 2 # Instance of PEI Services Table Pointer Library using global variable for the table pointer. 4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.nasm | 30 ; Obtain the hob list pointer 55 ; Set stack top pointer 60 ; Push the hob list pointer
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
D | PeiCoreEntry.asm | 33 ; Obtain the hob list pointer 58 ; Set stack top pointer 63 ; Push the hob list pointer
|
/device/linaro/bootloader/edk2/ArmPkg/Library/PeiServicesTablePointerLib/ |
D | PeiServicesTablePointerLib.inf | 2 # Instance of PEI Services Table Pointer Library using global variable for the table pointer. 4 # PEI Services Table Pointer Library implementation that retrieves a pointer to the
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 60 The wire protocol also allows exchanging of pointer data 70 unsigned char data[pointer_data_len];… // pointer data 78 ‘out’ and ‘in_out’ pointer’s data is returned in the return 81 int foo(int n, int *ptr); // assume that ‘data’ is in_out pointer which contains ‘n’ ints 142 <type name> <size in bits> <print format string> <is a pointer? true|false> 148 <is pointer?> true or false string species whether the type should be 149 treated as a pointer. 310 description : set a pointer direction (in - for data that goes 318 nullAllowed -> for pointer variables, indicates that NULL is a valid value 319 …isLarge -> for pointer variables, indicates that the data should be sent without an intermedia… [all …]
|