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

  /external/avb/libavb/
avb_util.h 46 #define avb_assert(expr) \ macro
53 #define avb_assert(expr) macro
74 avb_assert((((uintptr_t)addr) & (AVB_ALIGNMENT_SIZE - 1)) == 0)
  /external/u-boot/lib/libavb/
avb_util.h 27 #define avb_assert(expr) \ macro
34 #define avb_assert(expr) macro
55 avb_assert((((uintptr_t)addr) & (AVB_ALIGNMENT_SIZE - 1)) == 0)

Completed in 237 milliseconds