Home | History | Annotate | Download | only in pa

Lines Matching refs:p_arg

143   register ffi_type **p_arg;
152 p_arg = ecif->cif->arg_types;
157 int type = (*p_arg)->type;
233 len = (*p_arg)->size;
254 p_arg++;
423 ffi_type **p_arg;
439 p_arg = cif->arg_types;
443 int type = (*p_arg)->type;
454 avalue[i] = (char *)(stack - slot) + sizeof(UINT32) - (*p_arg)->size;
499 if((*p_arg)->size <= 4)
502 (*p_arg)->size;
504 else if ((*p_arg)->size <= 8)
508 (*p_arg)->size;
519 p_arg++;