Home | History | Annotate | Download | only in libffi.call

Lines Matching refs:args

12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
16 (int)*(unsigned long long *)args[0] +
17 (int)(*(unsigned long long *)args[1]) +
18 (int)(*(unsigned long long *)args[2]) +
19 (int)*(unsigned long long *)args[3] +
20 (int)(*(int *)args[4]) + (int)(*(double *)args[5]) +
21 (int)*(double *)args[6] + (int)(*(float *)args[7]) +
22 (int)(*(double *)args[8]) + (int)*(double *)args[9] +
23 (int)(*(int *)args[10]) + (int)(*(float *)args[11]) +
24 (int)*(int *)args[12] + (int)(*(int *)args[13]) +
25 (int)(*(double *)args[14]) + (int)*(double *)args[15] +
29 (int)*(unsigned long long *)args[0],
30 (int)(*(unsigned long long *)args[1]),
31 (int)(*(unsigned long long *)args[2]),
32 (int)*(unsigned long long *)args[3],
33 (int)(*(int *)args[4]), (int)(*(double *)args[5]),
34 (int)*(double *)args[6], (int)(*(float *)args[7]),
35 (int)(*(double *)args[8]), (int)*(double *)args[9],
36 (int)(*(int *)args[10]), (int)(*(float *)args[11]),
37 (int)*(int *)args[12], (int)(*(int *)args[13]),
38 (int)(*(double *)args[14]), (int)(*(double *)args[15]),