/external/libffi/testsuite/libffi.call/ |
cls_9byte1.c | 13 typedef struct cls_struct_9byte { struct 16 } cls_struct_9byte; typedef in typeref:struct:cls_struct_9byte 18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, 19 struct cls_struct_9byte b2) 21 struct cls_struct_9byte result; 35 struct cls_struct_9byte b1, b2; 37 b1 = *(struct cls_struct_9byte*)(args[0]); 38 b2 = *(struct cls_struct_9byte*)(args[1]); 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2) [all...] |
cls_9byte2.c | 13 typedef struct cls_struct_9byte { struct 16 } cls_struct_9byte; typedef in typeref:struct:cls_struct_9byte 18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, 19 struct cls_struct_9byte b2) 21 struct cls_struct_9byte result; 35 struct cls_struct_9byte b1, b2; 37 b1 = *(struct cls_struct_9byte*)(args[0]); 38 b2 = *(struct cls_struct_9byte*)(args[1]); 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2) [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
cls_9byte1.c | 13 typedef struct cls_struct_9byte { struct 16 } cls_struct_9byte; typedef in typeref:struct:cls_struct_9byte 18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, 19 struct cls_struct_9byte b2) 21 struct cls_struct_9byte result; 35 struct cls_struct_9byte b1, b2; 37 b1 = *(struct cls_struct_9byte*)(args[0]); 38 b2 = *(struct cls_struct_9byte*)(args[1]); 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2) [all...] |
cls_9byte2.c | 13 typedef struct cls_struct_9byte { struct 16 } cls_struct_9byte; typedef in typeref:struct:cls_struct_9byte 18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, 19 struct cls_struct_9byte b2) 21 struct cls_struct_9byte result; 35 struct cls_struct_9byte b1, b2; 37 b1 = *(struct cls_struct_9byte*)(args[0]); 38 b2 = *(struct cls_struct_9byte*)(args[1]); 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2) [all...] |