/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_x86.c | 327 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 D | builtins-date-gen.cc | 17 explicit DateBuiltinsAssembler(compiler::CodeAssemblerState* state) in DateBuiltinsAssembler() argument 18 : CodeStubAssembler(state) {} in DateBuiltinsAssembler()
|
H A D | builtins-shadowrealm-gen.cc | 15 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 D | builtins-string-gen.h | 15 explicit StringBuiltinsAssembler(compiler::CodeAssemblerState* state) in StringBuiltinsAssembler() argument 16 : CodeStubAssembler(state) {} in StringBuiltinsAssembler()
|
H A D | builtins-async-function-gen.cc | 18 explicit AsyncFunctionBuiltinsAssembler(compiler::CodeAssemblerState* state) in AsyncFunctionBuiltinsAssembler() argument 19 : AsyncBuiltinsAssembler(state) {} in AsyncFunctionBuiltinsAssembler()
|
H A D | builtins-generator-gen.cc | 18 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 D | binary-op-assembler.h | 21 explicit BinaryOpAssembler(compiler::CodeAssemblerState* state) in BinaryOpAssembler() argument 22 : CodeStubAssembler(state) {} in BinaryOpAssembler()
|
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.h | 133 // 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 D | local-heap.h | 220 constexpr explicit AtomicThreadState(ThreadState state) in AtomicThreadState() argument 221 : raw_state_(state.raw()) {} in AtomicThreadState()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | allocation-tracker.cc | 264 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 D | crocus_program_cache.c | 27 * 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 D | d3d12_context.h | 324 D3D12_RESOURCE_STATES state, 333 D3D12_RESOURCE_STATES state,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query.c | 124 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 D | self_test.c | 38 * 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 D | tty.c | 366 * 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 D | automaton.rs | 23 // * 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 D | heap.py | 57 def __setstate__(self, state): 58 self.size, self.name = self._state = state
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PoolAlloc.cpp | 271 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 D | ShaderD3D.cpp | 90 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 D | TextureNULL.cpp | 17 TextureNULL::TextureNULL(const gl::TextureState &state) : TextureImpl(state) {} in TextureNULL() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | OverlayVk.cpp | 21 OverlayVk::OverlayVk(const gl::OverlayState &state) in OverlayVk() argument 22 : OverlayImpl(state), in OverlayVk()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnOpsRenderPass.cpp | 114 void GrDawnOpsRenderPass::inlineUpload(GrOpFlushState* state, in inlineUpload() argument 117 state->doUpload(upload); in inlineUpload()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUniformHandler.cpp | 249 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 D | SamplerCore.hpp | 62 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 D | PixelProcessor.hpp | 119 bool operator==(const State &state) const; 313 std::shared_ptr<Routine> routine(const State &state);
|