Home
last modified time | relevance | path

Searched defs:thisR (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff.cpp181 uint32_t thisR = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1)); in compute_diff() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp942 void PandaGen::Call0Args(const ir::AstNode *n, VReg c, VReg thisR, bool hasThis) in Call0Args() argument
951 void PandaGen::Call1Arg(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call1Arg() argument
964 void PandaGen::Call2Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call2Args() argument
982 void PandaGen::Call3Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call3Args() argument
[all...]

Completed in 4 milliseconds