HomeSort by relevance Sort by last modified time
    Searched refs:CGPT_ATTRIBUTE_MAX_PRIORITY (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/lib/cgptlib/include/
cgptlib_internal.h 44 #define CGPT_ATTRIBUTE_MAX_PRIORITY (15ULL)
45 #define CGPT_ATTRIBUTE_PRIORITY_MASK (CGPT_ATTRIBUTE_MAX_PRIORITY << \
  /external/vboot_reference/cgpt/
cgpt_common.c 731 require(priority >= 0 && priority <= CGPT_ATTRIBUTE_MAX_PRIORITY);
    [all...]

Completed in 82 milliseconds