Searched refs:PADDING (Results 1 – 2 of 2) sorted by relevance
25 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG)) in framebuffer_alloc() macro31 fb_info_size += PADDING; in framebuffer_alloc()51 #undef PADDING in framebuffer_alloc()
300 const PADDING: [u8; 2] = [236, 17]; constant553 self.data[i] = PADDING[(i & 1) ^ (pad_offset & 1)]; in add_segments()