OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cls_struct_9byte
(Results
1 - 2
of
2
) sorted by null
/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
...]
Completed in 63 milliseconds