Searched defs:Rc (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_EventHandler.cpp578 FX_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/valgrind/VEX/priv/
H A Dhost_ppc_defs.c3287 UInt f3, UInt MB, UInt ME, UInt Rc,
3297 vassert(Rc < 0x2);
3299 (f3<<11) | (MB<<6) | (ME<<1) | (Rc));
3694 UInt r3, UInt Rc, UInt opc2,
3702 vassert(Rc < 0x2);
3705 (r3<<11) | (Rc<<10) | opc2);
3286 mkFormM( UChar* p, UInt opc1, UInt r1, UInt r2, UInt f3, UInt MB, UInt ME, UInt Rc, VexEndness endness_host ) argument
3693 mkFormVXR( UChar* p, UInt opc1, UInt r1, UInt r2, UInt r3, UInt Rc, UInt opc2, VexEndness endness_host ) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8613 MachO::routines_command Rc = Obj->getRoutinesCommand(Command); local
8614 PrintRoutinesCommand(Rc);
8616 MachO::routines_command_64 Rc = Obj->getRoutinesCommand64(Command); local
8617 PrintRoutinesCommand64(Rc);

Completed in 1034 milliseconds