Home
last modified time | relevance | path

Searched refs:state (Results 13251 - 13275 of 20529) sorted by relevance

1...<<531532533534535536537538539540>>...822

/third_party/ltp/testcases/kernel/kvm/
H A Dlib_x86.c327 unsigned int state) in kvm_vmcb_set_intercept()
334 if (state) in kvm_vmcb_set_intercept()
326 kvm_vmcb_set_intercept(struct kvm_vmcb *vmcb, unsigned int id, unsigned int state) kvm_vmcb_set_intercept() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date-gen.cc17 explicit DateBuiltinsAssembler(compiler::CodeAssemblerState* state) in DateBuiltinsAssembler() argument
18 : CodeStubAssembler(state) {} in DateBuiltinsAssembler()
H A Dbuiltins-shadowrealm-gen.cc15 explicit ShadowRealmBuiltinsAssembler(compiler::CodeAssemblerState* state) in ShadowRealmBuiltinsAssembler() argument
16 : CodeStubAssembler(state) {} in ShadowRealmBuiltinsAssembler()
88 // whether the length and name property are in the original state. in TF_BUILTIN()
H A Dbuiltins-string-gen.h15 explicit StringBuiltinsAssembler(compiler::CodeAssemblerState* state) in StringBuiltinsAssembler() argument
16 : CodeStubAssembler(state) {} in StringBuiltinsAssembler()
H A Dbuiltins-async-function-gen.cc18 explicit AsyncFunctionBuiltinsAssembler(compiler::CodeAssemblerState* state) in AsyncFunctionBuiltinsAssembler() argument
19 : AsyncBuiltinsAssembler(state) {} in AsyncFunctionBuiltinsAssembler()
H A Dbuiltins-generator-gen.cc18 explicit GeneratorBuiltinsAssembler(compiler::CodeAssemblerState* state) in GeneratorBuiltinsAssembler() argument
19 : CodeStubAssembler(state) {} in GeneratorBuiltinsAssembler()
70 // If the generator is not suspended (i.e., its state is 'executing'), in InnerResume()
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.h21 explicit BinaryOpAssembler(compiler::CodeAssemblerState* state) in BinaryOpAssembler() argument
22 : CodeStubAssembler(state) {} in BinaryOpAssembler()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.h133 // The state diagram for a GC cycle:
140 Event(Type type, State state, GarbageCollectionReason gc_reason,
150 State state; member in v8::internal::GCTracer::Event
H A Dlocal-heap.h220 constexpr explicit AtomicThreadState(ThreadState state) in AtomicThreadState() argument
221 : raw_state_(state.raw()) {} in AtomicThreadState()
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc264 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState() argument
265 if (state != OTHER) return 0; in functionInfoIndexForVMState()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c27 * API-specified shaders and a state key to a compiled variant. It also
160 ice->state.dirty |= CROCUS_DIRTY_CLIP | CROCUS_DIRTY_RASTER | in crocus_cache_new_bo()
162 ice->state.stage_dirty |= CROCUS_STAGE_DIRTY_VS; in crocus_cache_new_bo()
166 /* unset state base address */ in crocus_cache_new_bo()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h324 D3D12_RESOURCE_STATES state,
333 D3D12_RESOURCE_STATES state,
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c124 if (hq->state == NVC0_HW_QUERY_STATE_READY) in nvc0_render_condition()
152 if (wait && hq->state != NVC0_HW_QUERY_STATE_READY) in nvc0_render_condition()
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c38 * The number of times the module will report it is in the error state
228 static void set_fips_state(int state) in set_fips_state() argument
230 tsan_store(&FIPS_state, state); in set_fips_state()
/third_party/node/deps/uv/src/unix/
H A Dtty.c366 * an error state. fstat will return EINVAL, getsockname will also return in uv_guess_handle()
398 * an error state. In such case getsockname will return EINVAL, even if in uv_guess_handle()
461 void uv_tty_set_vterm_state(uv_tty_vtermstate_t state) { in uv_tty_set_vterm_state() argument
464 int uv_tty_get_vterm_state(uv_tty_vtermstate_t* state) { in uv_tty_get_vterm_state() argument
/third_party/rust/crates/aho-corasick/src/
H A Dautomaton.rs23 // * On top of that, *sometimes* callers want to know which state the automaton
28 // for tracking the state ID and one that doesn't. We should ideally do the
67 /// A trait describing the interface of an Aho-Corasick finite state machine.
69 /// Every automaton has exactly one fail state, one dead state and exactly one
70 /// start state. Generally, these correspond to the first, second and third
71 /// states, respectively. The dead state is always treated as a sentinel. That
73 /// state. The dead state, however, can be transitioned into, but only when
79 /// corresponds to a match state
564 let mut state = self.start_state(); find_at_no_state() variables
[all...]
/third_party/python/Lib/multiprocessing/
H A Dheap.py57 def __setstate__(self, state):
58 self.size, self.name = self._state = state
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp271 AllocState state = {mCurrentPageOffset, mInUseList}; in push() local
273 mStack.push_back(state); in push()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderD3D.cpp90 ShaderD3D::ShaderD3D(const gl::ShaderState &state, in ShaderD3D() argument
93 : ShaderImpl(state), mAdditionalOptions(0) in ShaderD3D()
151 // initialize/clean up previous state
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp17 TextureNULL::TextureNULL(const gl::TextureState &state) : TextureImpl(state) {} in TextureNULL() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DOverlayVk.cpp21 OverlayVk::OverlayVk(const gl::OverlayState &state) in OverlayVk() argument
22 : OverlayImpl(state), in OverlayVk()
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.cpp114 void GrDawnOpsRenderPass::inlineUpload(GrOpFlushState* state, in inlineUpload() argument
117 state->doUpload(upload); in inlineUpload()
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.cpp249 const GrBackendFormat& backendFormat, GrSamplerState state, const GrSwizzle& swizzle, in addSampler()
280 GrVkSampler* sampler = gpu->resourceProvider().findOrCreateCompatibleSampler(state, in addSampler()
248 addSampler( const GrBackendFormat& backendFormat, GrSamplerState state, const GrSwizzle& swizzle, const char* name, const GrShaderCaps* shaderCaps) addSampler() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.hpp62 SamplerCore(Pointer<Byte> &constants, const Sampler &state);
115 const Sampler &state; member in sw::SamplerCore
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DPixelProcessor.hpp119 bool operator==(const State &state) const;
313 std::shared_ptr<Routine> routine(const State &state);

Completed in 24 milliseconds

1...<<531532533534535536537538539540>>...822