Searched refs:BUG_DISP_WIDTH (Results 1 – 2 of 2) sorted by relevance
4 #define BUG_DISP_WIDTH 24 macro5 #define BUG_LINE_LO_WIDTH (31 - BUG_DISP_WIDTH)6 #define BUG_LINE_HI_WIDTH (31 - BUG_DISP_WIDTH)18 signed int loc_disp:BUG_DISP_WIDTH;20 signed int ptr_disp:BUG_DISP_WIDTH;51 << BUG_DISP_WIDTH), \52 [bf_line_hi] "i" (((line) >> BUG_LINE_LO_WIDTH) << BUG_DISP_WIDTH)104 ((\line >> BUG_LINE_LO_WIDTH) << BUG_DISP_WIDTH)106 ((\line & ((1 << BUG_LINE_LO_WIDTH) - 1)) << BUG_DISP_WIDTH)
12 #define BUG_DISP_WIDTH 24 macro13 #define BUG_LINE_LO_WIDTH (31 - BUG_DISP_WIDTH)14 #define BUG_LINE_HI_WIDTH (31 - BUG_DISP_WIDTH)
Completed in 4 milliseconds