Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c170 ptrdiff_t arg_word = argp - arg_mem; in ffi_call() local
175 long align = arg_word & (type->alignment > FFI_SIZEOF_ARG); in ffi_call()
177 arg_word += align; in ffi_call()
185 if (arg_word < NUM_ARG_REGS && in ffi_call()
186 arg_word + arg_size_in_words > NUM_ARG_REGS) in ffi_call()
296 long i, arg_word, nargs = cif->nargs; in ffi_closure_tile_inner() local
309 arg_word = 1; in ffi_closure_tile_inner()
315 arg_word = 0; in ffi_closure_tile_inner()
328 long align = arg_word & (type->alignment > FFI_SIZEOF_ARG); in ffi_closure_tile_inner()
330 arg_word += align; in ffi_closure_tile_inner()
[all …]