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

  /external/libffi/testsuite/libffi.call/
problem1.c 10 typedef struct my_ffi_struct { struct
14 } my_ffi_struct; typedef in typeref:struct:my_ffi_struct
16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2)
18 struct my_ffi_struct result;
33 struct my_ffi_struct a1;
34 struct my_ffi_struct a2;
36 a1 = *(struct my_ffi_struct*)(args[0]);
37 a2 = *(struct my_ffi_struct*)(args[1])
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
problem1.c 10 typedef struct my_ffi_struct { struct
14 } my_ffi_struct; typedef in typeref:struct:my_ffi_struct
16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2)
18 struct my_ffi_struct result;
33 struct my_ffi_struct a1;
34 struct my_ffi_struct a2;
36 a1 = *(struct my_ffi_struct*)(args[0]);
37 a2 = *(struct my_ffi_struct*)(args[1])
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
problem1.c 10 typedef struct my_ffi_struct { struct
14 } my_ffi_struct; typedef in typeref:struct:my_ffi_struct
16 my_ffi_struct callee(struct my_ffi_struct a1, struct my_ffi_struct a2)
18 struct my_ffi_struct result;
33 struct my_ffi_struct a1;
34 struct my_ffi_struct a2;
36 a1 = *(struct my_ffi_struct*)(args[0]);
37 a2 = *(struct my_ffi_struct*)(args[1])
    [all...]

Completed in 108 milliseconds