| /src/sys/arch/sun68k/sun68k/ |
| control.h | 41 int get_context(void);
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_context_key.c | 58 c = get_context(ctx_handle); 85 c = get_context(ctx_handle); 120 c = get_context(ctx_handle);
|
| tcs_context.c | 36 struct tcs_context *get_context(TCS_CONTEXT_HANDLE); 80 get_context(TCS_CONTEXT_HANDLE handle) function 117 toKill = get_context(handle); 187 c = get_context(tcsContext); 208 c = get_context(tcs_handle);
|
| /src/sys/arch/sun3/sun3/ |
| control.c | 41 get_context(void) function
|
| control.h | 68 int get_context(void);
|
| /src/sys/arch/sun2/include/ |
| pte.h | 182 #define kernel_context() get_context(); set_context(0)
|
| /src/sys/arch/sun2/sun2/ |
| control.c | 41 get_context(void) function
|
| db_memrw.c | 114 old_ctx = get_context();
|
| pmap.c | 578 saved_ctxnum = get_context(); 1102 saved_ctx = get_context(); 1197 saved_ctx = get_context(); 1667 if (get_context() != 0) { 1961 saved_ctx = get_context(); 2151 if (pmap->pm_ctxnum != get_context()) { 2301 saved_ctx = get_context(); 2393 saved_ctx = get_context(); 2578 if (pmap->pm_ctxnum != get_context()) { 2790 saved_ctx = get_context(); [all...] |
| /src/external/bsd/kyua-cli/dist/store/ |
| transaction.hpp | 123 engine::context get_context(const int64_t);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| libgccjit++.h | 63 context get_context () const; 1333 object::get_context () const function in class:gccjit::object 1443 return get_context ().new_rvalue (*this, 0); 1449 return get_context ().new_rvalue (*this, 1); 1667 rvalue c = get_context ().new_call (other, loc); 1676 rvalue c = get_context ().new_call (other, arg0, loc); 1685 rvalue c = get_context ().new_call (other, arg0, arg1, loc); 1694 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc); 1704 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc); 1712 return get_context ().new_call (*this, loc) [all...] |
| jit-common.h | 173 recording::context &get_context () { return m_ctxt; } function in class:gcc::jit::dump
|
| jit-recording.cc | 394 get_context ().add_error (NULL, 2245 r.get_identifier (get_context ()), 2840 r.get_identifier (get_context ()), 3150 r.get_identifier (get_context ()), 3367 r.get_identifier (get_context ()), 3423 r.get_identifier (get_context ()), 3482 r.get_identifier (get_context ()), 3579 r.get_identifier (get_context ()), 3639 r.get_identifier (get_context ()), 3880 s->get_context (), [all...] |
| libgccjit.cc | 288 (BLOCK)->get_context (), \ 302 (BLOCK)->get_context (), \ 1355 JIT_LOG_FUNC (func->get_context ()->get_logger ()); 1357 func->get_context (), NULL, 1771 gcc::jit::recording::context *ctxt = global->get_context (); 2527 gcc::jit::recording::memento::get_context method in 2535 return static_cast <gcc_jit_context *> (obj->get_context ()); 2628 JIT_LOG_FUNC (ptr->get_context ()->get_logger ()); 2665 JIT_LOG_FUNC (rvalue->get_context ()->get_logger ()); 2698 JIT_LOG_FUNC (lvalue->get_context ()->get_logger ()) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| libgccjit++.h | 63 context get_context () const; 1332 object::get_context () const function in class:gccjit::object 1436 return get_context ().new_rvalue (*this, 0); 1442 return get_context ().new_rvalue (*this, 1); 1660 rvalue c = get_context ().new_call (other, loc); 1669 rvalue c = get_context ().new_call (other, arg0, loc); 1678 rvalue c = get_context ().new_call (other, arg0, arg1, loc); 1687 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, loc); 1697 rvalue c = get_context ().new_call (other, arg0, arg1, arg2, arg3, loc); 1705 return get_context ().new_call (*this, loc) [all...] |
| jit-common.h | 173 recording::context &get_context () { return m_ctxt; } function in class:gcc::jit::dump
|
| jit-recording.cc | 394 get_context ().add_error (NULL, 2232 r.get_identifier (get_context ()), 2814 r.get_identifier (get_context ()), 3090 r.get_identifier (get_context ()), 3307 r.get_identifier (get_context ()), 3363 r.get_identifier (get_context ()), 3422 r.get_identifier (get_context ()), 3519 r.get_identifier (get_context ()), 3579 r.get_identifier (get_context ()), 3820 s->get_context (), [all...] |
| libgccjit.cc | 288 (BLOCK)->get_context (), \ 302 (BLOCK)->get_context (), \ 1340 JIT_LOG_FUNC (func->get_context ()->get_logger ()); 1342 func->get_context (), NULL, 1756 gcc::jit::recording::context *ctxt = global->get_context (); 2494 gcc::jit::recording::memento::get_context method in 2502 return static_cast <gcc_jit_context *> (obj->get_context ()); 2595 JIT_LOG_FUNC (ptr->get_context ()->get_logger ()); 2632 JIT_LOG_FUNC (rvalue->get_context ()->get_logger ()); 2665 JIT_LOG_FUNC (lvalue->get_context ()->get_logger ()) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| RangeConstraintManager.cpp | 1525 ConstraintRangeTy::Factory &CF = State->get_context<ConstraintRange>(); 1571 ConstraintMap::Factory &F = State->get_context<ConstraintMap>(); 1665 ConstraintRangeTy::Factory &CRF = State->get_context<ConstraintRange>(); 1697 ClassMapTy::Factory &CMF = State->get_context<ClassMap>(); 1700 ClassMembersTy::Factory &MF = State->get_context<ClassMembers>(); 1703 DisequalityMapTy::Factory &DF = State->get_context<DisequalityMap>(); 1705 ClassSet::Factory &CF = State->get_context<ClassSet>(); 1759 return State->get_context<SymbolSet>(); 1833 DisequalityMapTy::Factory &F = State->get_context<DisequalityMap>(); 1834 ClassSet::Factory &CF = State->get_context<ClassSet>() [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| ProgramState.h | 399 typename ProgramStateTrait<T>::context_type get_context() const; 642 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager 804 return getStateManager().add<T>(this, K, get_context<T>()); 808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState 809 return getStateManager().get_context<T>(); 814 return getStateManager().remove<T>(this, K, get_context<T>()); 836 return getStateManager().set<T>(this, K, E, get_context<T>());
|
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/p2p/ |
| p2p_disconnect.py | 105 gobject.MainLoop().get_context().iteration(True)
|
| p2p_find.py | 118 gobject.MainLoop().get_context().iteration(True)
|
| p2p_flush.py | 105 gobject.MainLoop().get_context().iteration(True)
|
| p2p_group_add.py | 150 gobject.MainLoop().get_context().iteration(True)
|
| p2p_invite.py | 136 gobject.MainLoop().get_context().iteration(True)
|