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

  /external/avb/libavb/
avb_sysdeps.h 56 #define AVB_ALIGNMENT_SIZE 8
58 #define AVB_ALIGNMENT_SIZE 4
avb_util.h 74 avb_assert((((uintptr_t)addr) & (AVB_ALIGNMENT_SIZE - 1)) == 0)

Completed in 267 milliseconds