Searched refs:RVALUE (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | win64.S | 11 #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/ |
D | README | 178 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/ |
D | README | 178 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/ |
D | README | 178 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/ |
D | README | 180 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/ |
D | libffi.info | 153 -- 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/ |
D | cindex.py | 1771 RefQualifierKind.RVALUE = RefQualifierKind(2)
|
/external/llvm-project/clang/bindings/python/clang/ |
D | cindex.py | 2142 RefQualifierKind.RVALUE = RefQualifierKind(2)
|