HomeSort by relevance Sort by last modified time
    Searched full:color_table (Results 1 - 3 of 3) sorted by null

  /external/qemu/
console.c 386 static uint32_t color_table[2][8]; variable
487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
491 bgcol = color_table[t_attrib->bold][t_attrib->bgcol];
675 color_table[0][COLOR_BLACK]);
763 color_table[0][s->t_attrib_default.bgcol]);
    [all...]
  /prebuilts/qemu-kernel/arm/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 83 milliseconds