Searched defs:Rx (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp235 unsigned Rx = 256 + (SReg >> 1); local
241 EmitULEB128(Rx);
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c1097 Long Ix, Rx, Ax; local
1169 Rx = ( ras.precision * Dx ) % Dy;
1175 Rx = ( ras.precision * -Dx ) % Dy;
1187 Ax += Rx;
/external/freetype/src/raster/
H A Dftraster.c1097 Long Ix, Rx, Ax; local
1169 Rx = ( ras.precision * Dx ) % Dy;
1175 Rx = ( ras.precision * -Dx ) % Dy;
1187 Ax += Rx;

Completed in 2447 milliseconds