OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CGPT_ATTRIBUTE_MAX_TRIES
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/firmware/lib/cgptlib/include/
cgptlib_internal.h
39
#define
CGPT_ATTRIBUTE_MAX_TRIES
(15ULL)
40
#define CGPT_ATTRIBUTE_TRIES_MASK (
CGPT_ATTRIBUTE_MAX_TRIES
<< \
/external/vboot_reference/cgpt/
cgpt_common.c
745
require(tries >= 0 && tries <=
CGPT_ATTRIBUTE_MAX_TRIES
);
[
all
...]
Completed in 1059 milliseconds