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

  /external/libffi/src/s390/
ffi.c 176 p_struct: top of the struct copy area (growing downwards)
185 unsigned char *p_struct = (unsigned char *)p_gpr; local
225 p_struct -= ROUND_SIZE ((*ptr)->size);
226 memcpy (p_struct, (char *)arg, (*ptr)->size);
227 arg = &p_struct;

Completed in 149 milliseconds