Home
last modified time | relevance | path

Searched refs:RVALUE (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dwin64.S11 #define RVALUE 64 macro
128 mov rcx, QWORD PTR RVALUE[rbp]
136 mov rcx, QWORD PTR RVALUE[rbp]
144 mov rcx, QWORD PTR RVALUE[rbp]
152 mov rcx, QWORD PTR RVALUE[rbp]
161 mov rcx, QWORD PTR RVALUE[rbp]
170 mov rcx, QWORD PTR RVALUE[rbp]
179 mov rcx, QWORD PTR RVALUE[rbp]
188 mov rcx, QWORD PTR RVALUE[rbp]
197 mov rcx, QWORD PTR RVALUE[rbp]
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/
DREADME178 RVALUE is a pointer to a chunk of memory that is to hold the
185 &ffi_type_void, this is ignored. If RVALUE is NULL,
194 at RVALUE.
329 than 16 bytes, be sure to provide an RVALUE that is 8 byte aligned.
334 /* Use s for RVALUE */
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
DREADME178 RVALUE is a pointer to a chunk of memory that is to hold the
185 &ffi_type_void, this is ignored. If RVALUE is NULL,
194 at RVALUE.
329 than 16 bytes, be sure to provide an RVALUE that is 8 byte aligned.
334 /* Use s for RVALUE */
/external/python/cpython2/Modules/_ctypes/libffi_osx/
DREADME178 RVALUE is a pointer to a chunk of memory that is to hold the
185 &ffi_type_void, this is ignored. If RVALUE is NULL,
194 at RVALUE.
329 than 16 bytes, be sure to provide an RVALUE that is 8 byte aligned.
334 /* Use s for RVALUE */
/external/python/cffi/c/libffi_msvc/
DREADME180 RVALUE is a pointer to a chunk of memory that is to hold the
187 &ffi_type_void, this is ignored. If RVALUE is NULL,
196 at RVALUE.
331 than 16 bytes, be sure to provide an RVALUE that is 8 byte aligned.
336 /* Use s for RVALUE */
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.info153 -- Function: void ffi_call (ffi_cif *CIF, void *FN, void *RVALUE, void
158 RVALUE is a pointer to a chunk of memory that will hold the result
163 returns 'void' (using 'ffi_type_void'), then RVALUE is ignored.
/external/clang/bindings/python/clang/
Dcindex.py1771 RefQualifierKind.RVALUE = RefQualifierKind(2)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2142 RefQualifierKind.RVALUE = RefQualifierKind(2)