OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_in
(Results
1 - 1
of
1
) sorted by null
/external/vboot_reference/tests/
tpm_bootmode_tests.c
22
static const uint8_t *
last_in
[20];
variable
50
last_in
[actual_extend_count] = in_digest;
77
memset(
last_in
, 0, sizeof(
last_in
));
86
TEST_PTR_EQ(
last_in
[0],
93
TEST_PTR_EQ(
last_in
[1], NULL, what);
96
memset(
last_in
, 0, sizeof(
last_in
));
105
TEST_PTR_EQ(
last_in
[0],
112
TEST_PTR_EQ(
last_in
[1], NULL, what)
[
all
...]
Completed in 62 milliseconds