OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CANARY
(Results
1 - 2
of
2
) sorted by null
/external/libffi/testsuite/libffi.call/
float1.c
17
#define
CANARY
0xba
42
/* Put a
canary
in the return array. This is a regression test for
44
memset(result[1].c,
CANARY
, sizeof (double));
52
/* Check the
canary
. */
54
CHECK(result[1].c[i] ==
CANARY
);
float4.c
19
#define
CANARY
0xba
44
/* Put a
canary
in the return array. This is a regression test for
46
memset(result[1].c,
CANARY
, sizeof (double));
56
/* Check the
canary
. */
58
CHECK(result[1].c[i] ==
CANARY
);
Completed in 571 milliseconds