Searched refs:bg_mask (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/menu/ |
D | readconfig.c | 831 unsigned int bg_mask = MSG_COLORS_DEF_BG; in parse_config_file() local 842 bg_mask = parse_argb(&p); in parse_config_file() 864 set_msg_colors_global(m->color_table, fg_mask, bg_mask, shadow); in parse_config_file()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPU64InstrInfo.td | 286 class v2i64_sub<dag lhs, dag rhs, dag bg, dag bg_mask>: 287 CodeFrag<(SFXv4i32 lhs, rhs, (SHUFBv4i32 bg, bg, bg_mask))>;
|
/external/syslinux/com32/elflink/ldlinux/ |
D | readconfig.c | 1026 unsigned int bg_mask = MSG_COLORS_DEF_BG; in parse_config_file() local 1037 bg_mask = parse_argb(&p); in parse_config_file() 1059 set_msg_colors_global(m->color_table, fg_mask, bg_mask, shadow); in parse_config_file()
|