HomeSort by relevance Sort by last modified time
    Searched refs:fg_idx (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/elflink/ldlinux/
colors.c 76 unsigned int fg_idx, bg_idx; local
94 fg_idx = i & 15;
97 fg_rgb = pc2rgb[fg_idx & 7] & fg;
100 if (fg_idx & 8) {
  /external/syslinux/com32/menu/
colors.c 76 unsigned int fg_idx, bg_idx; local
94 fg_idx = i & 15;
97 fg_rgb = pc2rgb[fg_idx & 7] & fg;
100 if (fg_idx & 8) {

Completed in 171 milliseconds