Searched refs:gb (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xkeyboard-config/dist/symbols/macintosh_vndr/
H A DMakefile.am6 gb is it jp \ data in directory:symbols
H A DMakefile.in306 gb is it jp \
/xsrc/external/mit/xkeyboard-config/dist/symbols/sun_vndr/
H A DMakefile.am6 fi fr gb gr it \ data in directory:symbols
H A DMakefile.in306 fi fr gb gr it \
/xsrc/external/mit/brotli/dist/c/enc/
H A Dencode.c202 uint64_t gb = position >> 30; local in function:WrapPosition
203 if (gb > 2) {
205 result = (result & ((1u << 30) - 1)) | ((uint32_t)((gb - 1) & 1) + 1) << 30;
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-fast-path.c2412 uint64_t ar, gb;
2416 gb = (tgb << 8) + dist_y * (bgb - tgb);
2420 g = ((gb >> 40) & 0x0000ff00);
2421 b = ((gb >> 16) & 0x000000ff);

Completed in 15 milliseconds