OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct1
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
ext-vector-member-alignment.c
5
struct __attribute__((packed, aligned(4)))
struct1
{
struct
8
int x = __alignof(struct
struct1
);
10
float4 f(struct
struct1
* x) { return x->position; }
12
void func(struct
struct1
* p, float *a, float *b, float c) {
/external/libffi/testsuite/libffi.call/
struct1.c
17
static test_structure_1
struct1
(test_structure_1 ts)
function
58
ffi_call(&cif, FFI_FN(
struct1
), ts1_result, values);
/external/libffi/testsuite/
Makefile.am
66
libffi.call/strlen_win32.c libffi.call/
struct1
.c \
Completed in 1233 milliseconds