Home
last modified time | relevance | path

Searched defs:state (Results 2076 - 2100 of 4319) sorted by relevance

1...<<81828384858687888990>>...173

/third_party/lwip/src/include/lwip/
H A Dlowpower.h125 enum timer_state state; member
/third_party/lwip/src/include/lwip/priv/
H A Dapi_msg.h252 void *state; member
/third_party/lwip/src/include/netif/ppp/
H A Dfsm.h85 u8_t state; /* State */ member
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c146 tcp_set_state(struct tcp_pcb* pcb, enum tcp_state state, const ip_addr_t* local_ip, in tcp_set_state() argument
/third_party/lz4/examples/
H A Dcompress_functions.c124 LZ4_stream_t state; in bench() local
284 LZ4_stream_t state; main() local
[all...]
/third_party/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c60 state_t state; in state_create() local
82 state_free(state_t state) state_free() argument
91 state_reset(state_t* state, uint32_t seed) state_reset() argument
103 state_decompress(state_t* state, char const* src, int srcSize) state_decompress() argument
113 state_checkRoundTrip(state_t const* state) state_checkRoundTrip() argument
125 state_trimDict(state_t* state) state_trimDict() argument
139 state_prefixRoundTrip(state_t* state) state_prefixRoundTrip() argument
156 state_extDictRoundTrip(state_t* state) state_extDictRoundTrip() argument
178 state_randomRoundTrip(state_t* state, round_trip_t rt0, round_trip_t rt1) state_randomRoundTrip() argument
188 state_loadDictRoundTrip(state_t* state) state_loadDictRoundTrip() argument
197 state_attachDictRoundTrip(state_t* state) state_attachDictRoundTrip() argument
209 state_prefixHCRoundTrip(state_t* state) state_prefixHCRoundTrip() argument
226 state_extDictHCRoundTrip(state_t* state) state_extDictHCRoundTrip() argument
250 state_loadDictHCRoundTrip(state_t* state) state_loadDictHCRoundTrip() argument
260 state_attachDictHCRoundTrip(state_t* state) state_attachDictHCRoundTrip() argument
288 state_t state = state_create((char const*)data, size, seed); LLVMFuzzerTestOneInput() local
[all...]
/third_party/lzma/C/
H A DBcj2.h100 unsigned state; /* BCJ2_STREAM_MAIN has more priority than BCJ2_STATE_ORIG */ member
261 unsigned state; member
/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc65 JumpThreadingState state = {false, *result, stack}; in ComputeForwarding() local
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.cc207 void MemoryOptimizer::VisitNode(Node* node, AllocationState const* state) { in VisitNode() argument
268 VisitAllocateRaw(Node* node, AllocationState const* state) VisitAllocateRaw() argument
310 VisitLoadFromObject(Node* node, AllocationState const* state) VisitLoadFromObject() argument
321 VisitStoreToObject(Node* node, AllocationState const* state) VisitStoreToObject() argument
329 VisitLoadElement(Node* node, AllocationState const* state) VisitLoadElement() argument
336 VisitLoadField(Node* node, AllocationState const* state) VisitLoadField() argument
356 VisitStoreElement(Node* node, AllocationState const* state) VisitStoreElement() argument
363 VisitStoreField(Node* node, AllocationState const* state) VisitStoreField() argument
369 VisitStore(Node* node, AllocationState const* state) VisitStore() argument
375 VisitCall(Node* node, AllocationState const* state) VisitCall() argument
384 VisitOtherEffect(Node* node, AllocationState const* state) VisitOtherEffect() argument
393 AllocationState const* state = states.front(); MergeStates() local
415 EnqueueMerge(Node* node, int index, AllocationState const* state) EnqueueMerge() argument
458 EnqueueUses(Node* node, AllocationState const* state) EnqueueUses() argument
466 EnqueueUse(Node* node, int index, AllocationState const* state) EnqueueUse() argument
[all...]
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.h151 State state = State::kPending; member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-shadowrealm-gen.cc15 explicit ShadowRealmBuiltinsAssembler(compiler::CodeAssemblerState* state) in ShadowRealmBuiltinsAssembler() argument
H A Dbuiltins-console.cc78 State& state = states.top(); in Formatter() local
[all...]
H A Dbuiltins-async-iterator-gen.cc23 explicit AsyncFromSyncBuiltinsAssembler(compiler::CodeAssemblerState* state) in AsyncFromSyncBuiltinsAssembler() argument
H A Dbuiltins-generator-gen.cc18 explicit GeneratorBuiltinsAssembler(compiler::CodeAssemblerState* state) in GeneratorBuiltinsAssembler() argument
H A Dbuiltins-ic-gen.cc13 void Builtins::Generate_LoadIC(compiler::CodeAssemblerState* state) { in Generate_LoadIC() argument
22 void Builtins::Generate_LoadIC_Noninlined(compiler::CodeAssemblerState* state) { in Generate_LoadIC_Noninlined() argument
26 void Builtins::Generate_LoadIC_NoFeedback(compiler::CodeAssemblerState* state) { in Generate_LoadIC_NoFeedback() argument
30 void Builtins::Generate_LoadICTrampoline(compiler::CodeAssemblerState* state) { in Generate_LoadICTrampoline() argument
17 Generate_LoadIC_Megamorphic( compiler::CodeAssemblerState* state) Generate_LoadIC_Megamorphic() argument
34 Generate_LoadICBaseline(compiler::CodeAssemblerState* state) Generate_LoadICBaseline() argument
38 Generate_LoadICTrampoline_Megamorphic( compiler::CodeAssemblerState* state) Generate_LoadICTrampoline_Megamorphic() argument
43 Generate_LoadSuperIC(compiler::CodeAssemblerState* state) Generate_LoadSuperIC() argument
47 Generate_LoadSuperICBaseline( compiler::CodeAssemblerState* state) Generate_LoadSuperICBaseline() argument
52 Generate_KeyedLoadIC(compiler::CodeAssemblerState* state) Generate_KeyedLoadIC() argument
56 Generate_KeyedLoadIC_Megamorphic( compiler::CodeAssemblerState* state) Generate_KeyedLoadIC_Megamorphic() argument
61 Generate_KeyedLoadIC_PolymorphicName( compiler::CodeAssemblerState* state) Generate_KeyedLoadIC_PolymorphicName() argument
66 Generate_KeyedLoadICTrampoline( compiler::CodeAssemblerState* state) Generate_KeyedLoadICTrampoline() argument
71 Generate_KeyedLoadICBaseline( compiler::CodeAssemblerState* state) Generate_KeyedLoadICBaseline() argument
76 Generate_KeyedLoadICTrampoline_Megamorphic( compiler::CodeAssemblerState* state) Generate_KeyedLoadICTrampoline_Megamorphic() argument
81 Generate_LoadGlobalIC_NoFeedback( compiler::CodeAssemblerState* state) Generate_LoadGlobalIC_NoFeedback() argument
86 Generate_StoreGlobalIC(compiler::CodeAssemblerState* state) Generate_StoreGlobalIC() argument
90 Generate_StoreGlobalICTrampoline( compiler::CodeAssemblerState* state) Generate_StoreGlobalICTrampoline() argument
95 Generate_StoreGlobalICBaseline( compiler::CodeAssemblerState* state) Generate_StoreGlobalICBaseline() argument
100 Generate_StoreIC(compiler::CodeAssemblerState* state) Generate_StoreIC() argument
104 Generate_StoreICTrampoline(compiler::CodeAssemblerState* state) Generate_StoreICTrampoline() argument
108 Generate_StoreICBaseline(compiler::CodeAssemblerState* state) Generate_StoreICBaseline() argument
112 Generate_DefineNamedOwnIC(compiler::CodeAssemblerState* state) Generate_DefineNamedOwnIC() argument
116 Generate_DefineNamedOwnICTrampoline( compiler::CodeAssemblerState* state) Generate_DefineNamedOwnICTrampoline() argument
121 Generate_DefineNamedOwnICBaseline( compiler::CodeAssemblerState* state) Generate_DefineNamedOwnICBaseline() argument
126 Generate_KeyedStoreIC(compiler::CodeAssemblerState* state) Generate_KeyedStoreIC() argument
130 Generate_KeyedStoreICTrampoline( compiler::CodeAssemblerState* state) Generate_KeyedStoreICTrampoline() argument
135 Generate_KeyedStoreICBaseline( compiler::CodeAssemblerState* state) Generate_KeyedStoreICBaseline() argument
140 Generate_DefineKeyedOwnIC(compiler::CodeAssemblerState* state) Generate_DefineKeyedOwnIC() argument
144 Generate_DefineKeyedOwnICTrampoline( compiler::CodeAssemblerState* state) Generate_DefineKeyedOwnICTrampoline() argument
149 Generate_DefineKeyedOwnICBaseline( compiler::CodeAssemblerState* state) Generate_DefineKeyedOwnICBaseline() argument
154 Generate_StoreInArrayLiteralIC( compiler::CodeAssemblerState* state) Generate_StoreInArrayLiteralIC() argument
159 Generate_StoreInArrayLiteralICBaseline( compiler::CodeAssemblerState* state) Generate_StoreInArrayLiteralICBaseline() argument
164 Generate_CloneObjectIC(compiler::CodeAssemblerState* state) Generate_CloneObjectIC() argument
168 Generate_CloneObjectICBaseline( compiler::CodeAssemblerState* state) Generate_CloneObjectICBaseline() argument
173 Generate_CloneObjectIC_Slow( compiler::CodeAssemblerState* state) Generate_CloneObjectIC_Slow() argument
178 Generate_KeyedHasIC(compiler::CodeAssemblerState* state) Generate_KeyedHasIC() argument
182 Generate_KeyedHasICBaseline( compiler::CodeAssemblerState* state) Generate_KeyedHasICBaseline() argument
187 Generate_KeyedHasIC_Megamorphic( compiler::CodeAssemblerState* state) Generate_KeyedHasIC_Megamorphic() argument
192 Generate_KeyedHasIC_PolymorphicName( compiler::CodeAssemblerState* state) Generate_KeyedHasIC_PolymorphicName() argument
198 Generate_LoadGlobalIC(compiler::CodeAssemblerState* state) Generate_LoadGlobalIC() argument
203 Generate_LoadGlobalICInsideTypeof( compiler::CodeAssemblerState* state) Generate_LoadGlobalICInsideTypeof() argument
209 Generate_LoadGlobalICTrampoline( compiler::CodeAssemblerState* state) Generate_LoadGlobalICTrampoline() argument
215 Generate_LoadGlobalICInsideTypeofTrampoline( compiler::CodeAssemblerState* state) Generate_LoadGlobalICInsideTypeofTrampoline() argument
221 Generate_LoadGlobalICBaseline( compiler::CodeAssemblerState* state) Generate_LoadGlobalICBaseline() argument
227 Generate_LoadGlobalICInsideTypeofBaseline( compiler::CodeAssemblerState* state) Generate_LoadGlobalICInsideTypeofBaseline() argument
233 Generate_LookupGlobalICBaseline( compiler::CodeAssemblerState* state) Generate_LookupGlobalICBaseline() argument
239 Generate_LookupGlobalICInsideTypeofBaseline( compiler::CodeAssemblerState* state) Generate_LookupGlobalICInsideTypeofBaseline() argument
245 Generate_LookupContextBaseline( compiler::CodeAssemblerState* state) Generate_LookupContextBaseline() argument
251 Generate_LookupContextInsideTypeofBaseline( compiler::CodeAssemblerState* state) Generate_LookupContextInsideTypeofBaseline() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc96 RegionState state = region->state(); in Split() local
337 const char* RegionStateToString(RegionAllocator::RegionState state) { in RegionStateToString() argument
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.h93 void set_concurrent_sweeping_state(ConcurrentSweepingState state) { in set_concurrent_sweeping_state() argument
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc135 ThreadState* state = per_thread->thread_state(); in RestoreThread() local
254 ThreadState* state = GetFreeThreadState(); in ArchiveThread() local
268 ThreadState* state = lazily_archived_thread_state_; EagerlyArchiveThread() local
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.cc255 bool ProtocolTypeTraits<String16>::Deserialize(DeserializerState* state, in Deserialize() argument
283 bool ProtocolTypeTraits<Binary>::Deserialize(DeserializerState* state, in Deserialize() argument
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc232 void SamplerManager::DoSample(const v8::RegisterState& state) { in DoSample() argument
372 void SignalHandler::FillRegisterState(void* context, RegisterState* state) { in FillRegisterState() argument
591 v8::RegisterState state; DoSample() local
637 v8::RegisterState state; DoSample() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc264 unsigned AllocationTracker::functionInfoIndexForVMState(StateTag state) { in functionInfoIndexForVMState() argument
H A Dtick-sample.cc92 FillRegisters(Isolate* isolate, v8::RegisterState* state) FillRegisters() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-function-inl.h110 void JSFunction::set_tiering_state(TieringState state) { in set_tiering_state() argument
H A Dosr-optimized-code-cache.cc145 const OSRCodeCacheStateOfSFI state = shared.osr_code_cache_state(); in OsrOffsetsFor() local
162 const OSRCodeCacheStateOfSFI state = shared.osr_code_cache_state(); in FirstOsrOffsetFor() local
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc202 ParseInfo(const UnoptimizedCompileFlags flags, UnoptimizedCompileState* state, ReusableUnoptimizedCompileState* reusable_state, uintptr_t stack_limit, RuntimeCallStats* runtime_call_stats) ParseInfo() argument
230 ParseInfo(Isolate* isolate, const UnoptimizedCompileFlags flags, UnoptimizedCompileState* state, ReusableUnoptimizedCompileState* reusable_state) ParseInfo() argument
237 ParseInfo(LocalIsolate* isolate, const UnoptimizedCompileFlags flags, UnoptimizedCompileState* state, ReusableUnoptimizedCompileState* reusable_state, uintptr_t stack_limit) ParseInfo() argument

Completed in 15 milliseconds

1...<<81828384858687888990>>...173