Searched refs:reg_ (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/fiber/examples/asio/ps/ |
D | server.cpp | 136 reg_( reg) { in subscriber_session() 163 reg_.subscribe( queue, shared_from_this() ); in run() 199 reg_.unsubscribe( queue, shared_from_this() ); in run() 212 registry & reg_; member in subscriber_session 239 reg_( reg) { in publisher_session() 268 reg_.register_queue( queue); in run() 284 reg_.publish( queue, std::string( data) ); in run() 292 reg_.unregister_queue( queue); in run() 297 registry & reg_; member in publisher_session
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 488 : reg_(PhysReg{128}), isTemp_(false), isFixed_(true), isConstant_(false), isKill_(false), in Operand() 750 constexpr PhysReg physReg() const noexcept { return reg_; } in physReg() 755 reg_ = reg; in setFixed() 760 constexpr bool isLiteral() const noexcept { return isConstant() && reg_ == 255; } in isLiteral() 774 if (reg_ <= 192) in constantValue64() 775 return reg_ - 128; in constantValue64() 776 else if (reg_ <= 208) in constantValue64() 777 return 0xFFFFFFFFFFFFFFFF - (reg_ - 193); in constantValue64() 779 switch (reg_) { in constantValue64() 867 PhysReg reg_; variable [all …]
|
D | aco_register_allocation.cpp | 54 assignment(PhysReg reg_, RegClass rc_) : reg(reg_), rc(rc_), assigned(-1) {} in assignment()
|
/third_party/flutter/skia/tools/fiddle/ |
D | examples.h | 37 sk_tools::Registry<fiddle::Example> reg_##NAME( \
|
/third_party/skia/tools/fiddle/ |
D | examples.h | 45 sk_tools::Registry<fiddle::Example> reg_##NAME( \
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp9lpf_16bpp.asm | 49 %define reg_%4 m%2 54 %define reg_%4 [%3] 66 %undef reg_%4 74 %define reg_%3 m%1 77 %define reg_%3 [%2] 148 pand %1, reg_%3 ; apply mask
|
D | vp9itxfm_16bpp.asm | 458 %define reg_%4 m%2 463 %define reg_%4 [%3] 475 %undef reg_%4 483 %define reg_%3 m%1 486 %define reg_%3 [%2]
|
D | vp9intrapred_16bpp.asm | 53 %define reg_%4 m%2 58 %define reg_%4 [%3] 70 %undef reg_%4 78 %define reg_%3 m%1 81 %define reg_%3 [%2]
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/ |
D | input_commands.cpp | 44 static const bool reg_ ## funcNumber = \
|
D | commands.cpp | 43 static const bool reg_ ## funcNumber = \
|
/third_party/boost/libs/fiber/doc/ |
D | asio.qbk | 51 reg_.subscribe( queue, shared_from_this() );
|