Searched refs:STATIC_ASSERT (Results 1 – 3 of 3) sorted by relevance
88 STATIC_ASSERT(sizeof(struct exfat_super_block) == 512);110 STATIC_ASSERT(sizeof(struct exfat_entry) == 32);122 STATIC_ASSERT(sizeof(struct exfat_entry_bitmap) == 32);136 STATIC_ASSERT(sizeof(struct exfat_entry_upcase) == 32);145 STATIC_ASSERT(sizeof(struct exfat_entry_label) == 32);170 STATIC_ASSERT(sizeof(struct exfat_entry_meta1) == 32);189 STATIC_ASSERT(sizeof(struct exfat_entry_meta2) == 32);198 STATIC_ASSERT(sizeof(struct exfat_entry_name) == 32);
61 #define STATIC_ASSERT(cond) _Static_assert(cond, #cond) macro65 #define STATIC_ASSERT(cond) \ macro
76 STATIC_ASSERT(sizeof(off_t) == 8);
Completed in 6 milliseconds