Searched defs:Rc (Results 1 - 4 of 4) sorted by last modified time

/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c3447 UInt f3, UInt MB, UInt ME, UInt Rc,
3457 vassert(Rc < 0x2);
3459 (f3<<11) | (MB<<6) | (ME<<1) | (Rc));
3943 UInt r3, UInt Rc, UInt opc2,
3951 vassert(Rc < 0x2);
3954 (r3<<11) | (Rc<<10) | opc2);
3446 mkFormM( UChar* p, UInt opc1, UInt r1, UInt r2, UInt f3, UInt MB, UInt ME, UInt Rc, VexEndness endness_host ) argument
3942 mkFormVXR( UChar* p, UInt opc1, UInt r1, UInt r2, UInt r3, UInt Rc, UInt opc2, VexEndness endness_host ) argument
/external/pdfium/fpdfsdk/javascript/
H A DJS_EventHandler.cpp564 bool& CJS_EventHandler::Rc() { function in class:CJS_EventHandler
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmspcs.c636 cmsFloat64Number Rc = 2 * sqrt(( pow(meanC_p, 7.0) )/( pow(meanC_p, 7.0) + pow(25.0, 7.0))); local
638 cmsFloat64Number Rt = -sin(2 * RADIANS(delta_ro)) * Rc;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8978 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); local
8979 PrintRoutinesCommand(Rc);
8981 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); local
8982 PrintRoutinesCommand64(Rc);

Completed in 227 milliseconds