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

/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/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/ltp/tools/top-LTP/
H A Dtop.c73 static RCF_t Rc = DEF_RCFILE; variable
934 (Rc.mode_irixps ? 1 : Cpu_tot));
1510 Rc.mode_altscr, Rc.mode_irixps, Rc.delay_time, Curwin - Winstk);
1578 tmp = (int)(Rc.delay_time + 0.5);
1600 if (!Rc.mode_irixps)
1748 float delay = Rc.delay_time;
1764 Rc.delay_time = atof(two);
1795 // update Rc default
[all...]
/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 166 milliseconds