Searched refs:rgb (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c1429 int lgb, rgb; local
1442 rgb = UCD_GRAPHBREAK(d);
1443 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
1445 lgb = rgb;
1690 int lgb, rgb; local
1704 rgb = UCD_GRAPHBREAK(d);
1705 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
1707 lgb = rgb;
1962 int lgb, rgb; local
1975 rgb
2164 int lgb, rgb; local
[all...]
H A Dpcre_exec.c2662 int lgb, rgb; local
2669 rgb = UCD_GRAPHBREAK(c);
2670 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
2671 lgb = rgb;
4358 int lgb, rgb; local
4365 rgb = UCD_GRAPHBREAK(c);
4366 if ((PRIV(ucp_gbtable)[lgb] & (1 << rgb)) == 0) break;
4367 lgb = rgb;
5119 int lgb, rgb; local
5126 rgb
5635 int lgb, rgb; local
5662 int lgb, rgb; local
[all...]
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex48 \definecolor{bluekeywords}{rgb}{0.13,0.13,1}
49 \definecolor{greencomments}{rgb}{0,0.5,0}
50 \definecolor{redstrings}{rgb}{0.9,0,0}

Completed in 48 milliseconds