HomeSort by relevance Sort by last modified time
    Searched full:arg_size_in_words (Results 1 - 3 of 3) sorted by null

  /external/libffi/src/tile/
ffi.c 182 const size_t arg_size_in_words = local
186 arg_word + arg_size_in_words > NUM_ARG_REGS)
193 argp += arg_size_in_words;
322 const size_t arg_size_in_words = local
335 arg_word + arg_size_in_words > NUM_ARG_REGS))
343 argp += arg_size_in_words;
344 arg_word += arg_size_in_words;
  /external/python/cpython2/Modules/_ctypes/libffi/src/tile/
ffi.c 182 const size_t arg_size_in_words = local
186 arg_word + arg_size_in_words > NUM_ARG_REGS)
193 argp += arg_size_in_words;
322 const size_t arg_size_in_words = local
335 arg_word + arg_size_in_words > NUM_ARG_REGS))
343 argp += arg_size_in_words;
344 arg_word += arg_size_in_words;
  /external/python/cpython3/Modules/_ctypes/libffi/src/tile/
ffi.c 182 const size_t arg_size_in_words = local
186 arg_word + arg_size_in_words > NUM_ARG_REGS)
193 argp += arg_size_in_words;
322 const size_t arg_size_in_words = local
335 arg_word + arg_size_in_words > NUM_ARG_REGS))
343 argp += arg_size_in_words;
344 arg_word += arg_size_in_words;

Completed in 121 milliseconds