Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 169) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcapsule.c8 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.10/Objects/
Dcapsule.c8 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/google/cuttlefish/host/libs/wayland/
Dwayland_seat.cpp28 wl_resource* pointer, in pointer_set_cursor() argument
34 << " pointer=" << pointer in pointer_set_cursor()
41 void pointer_release(wl_client*, wl_resource* pointer) { in pointer_release() argument
43 << " pointer=" << pointer; in pointer_release()
45 wl_resource_destroy(pointer); in pointer_release()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibKr7/
DPeiServicesTablePointerLibKr7.uni2 // 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…
DPeiServicesTablePointerLibKr7.inf2 # 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/
DPeiServicesTablePointerLibIdt.uni2 // 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…
DPeiServicesTablePointerLibIdt.inf2 # 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/
DPeiServicesTablePointerLib.uni2 // 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…
DPeiServicesTablePointerLib.inf2 # 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.2/Include/
Dpycapsule.h29 void *pointer,
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpycapsule.h29 void *pointer,
43 PyAPI_FUNC(int) PyCapsule_SetPointer(PyObject *capsule, void *pointer);
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in37 (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/
DDxeServicesTableLib.uni4 // 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/
DPs2MouseAbsolutePointerDxe.uni2 // 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/
DPeiCoreEntry.S25 # Obtain the hob list pointer
50 # Set stack top pointer
55 # Push the hob list pointer
DPeiCoreEntry.asm32 ; 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/
DEfiCopyMemSSE2.c74 ; 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()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiServicesTablePointerLib/
DPeiServicesTablePointerLib.inf2 # 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/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.asm38 ; On return, we restore the stack pointer to its original location.
52 ; Set stack pointer to new value
DEbcLowLevel.S32 # On return, we restore the stack pointer to its original location.
47 # Set stack pointer to new value
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiCoreServicesTablePointerLib/
DPeiCoreServicesTablePointerLib.inf2 # 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/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DPeiCoreEntry.asm33 ; Obtain the hob list pointer
58 ; Set stack top pointer
63 ; Push the hob list pointer
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/
DPeiCoreEntry.nasm30 ; Obtain the hob list pointer
55 ; Set stack top pointer
60 ; Push the hob list pointer
/device/generic/opengl-transport/host/commands/emugen/
DREADME60 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 …]
/device/linaro/bootloader/edk2/ArmPkg/Library/PeiServicesTablePointerLib/
DPeiServicesTablePointerLib.inf2 # 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

1234567