Home
last modified time | relevance | path

Searched defs:state (Results 1526 - 1550 of 4577) sorted by relevance

1...<<61626364656667686970>>...184

/third_party/node/deps/v8/src/maglev/
H A Dmaglev-basic-block.h24 explicit BasicBlock(MergePointInterpreterFrameState* state) in BasicBlock() argument
86 MergePointInterpreterFrameState* state() const { in state() function in v8::internal::maglev::BasicBlock
H A Dmaglev-compiler.cc54 void Process(NodeBase* node, const ProcessingState& state) { in Process() argument
69 void Process(NodeT* node, const ProcessingState& state) { in Process() argument
81 void Process(Phi* node, const ProcessingState& state) { in Process() argument
89 void Process(JumpLoop* node, const ProcessingState& state) { in Process() argument
99 void Process(Jump* node, const ProcessingState& state) { in Process() argument
111 MarkCheckpointNodes(NodeBase* node, const EagerDeoptInfo* deopt_info, const ProcessingState& state) MarkCheckpointNodes() argument
124 MarkCheckpointNodes(NodeBase* node, const LazyDeoptInfo* deopt_info, const ProcessingState& state) MarkCheckpointNodes() argument
[all...]
H A Dmaglev-graph-processor.h118 void ProcessNodeBase(NodeBase* node, const ProcessingState& state) { in ProcessNodeBase() argument
130 void PreProcess(NodeBase* node, const ProcessingState& state) {} in PreProcess() argument
155 void Process(NodeBase* node, const ProcessingState& state) {} in Process() argument
165 void Process(Node* node, const ProcessingState& state) { in Process() argument
[all...]
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.cc216 DefaultJobHandle::DefaultJobHandle(std::shared_ptr<DefaultJobState> state) in DefaultJobHandle() argument
/third_party/node/deps/v8/src/objects/
H A Dscript-inl.h147 void Script::set_compilation_state(CompilationState state) { in set_compilation_state() argument
/third_party/node/deps/v8/src/strings/
H A Dunicode-inl.h84 uchar Utf8::ValueOfIncremental(const byte** cursor, State* state, in ValueOfIncremental() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c49 set_dynamic(struct i915_context *i915, unsigned offset, const unsigned state) in set_dynamic() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c129 store_instr_depends_on_tex(nir_builder *b, nir_instr *instr, void *state) in store_instr_depends_on_tex() argument
146 replace_tex_by_imm(nir_builder *b, nir_instr *instr, void *state) in replace_tex_by_imm() argument
/third_party/mesa3d/src/glx/
H A Dindirect_vertex_program.c41 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in do_vertex_attrib_enable() local
126 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __indirect_glGetVertexAttribPointerv() local
146 get_attrib_array_data(__GLXattribute * state, GLuint index, GLenum cap, in get_attrib_array_data() argument
200 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); __indirect_glGetVertexAttribiv() local
234 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); __indirect_glGetVertexAttribfv() local
268 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); __indirect_glGetVertexAttribdv() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_scoreboard.c260 struct bi_scoreboard_state state = blk->scoreboard_in; in scoreboard_block_update() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.h58 struct pipe_shader_state state; member
77 struct pipe_shader_state state; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c49 enum { EMPTY = 0, FILLED, DELETED } state; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c246 struct pipe_shader_state state; in pp_tgsi_to_state() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c73 struct live_defs_state *state = void_state; in set_src_live() local
54 init_liveness_block(nir_block *block, struct live_defs_state *state) init_liveness_block() argument
109 propagate_across_edge(nir_block *pred, nir_block *succ, struct live_defs_state *state) propagate_across_edge() argument
123 struct live_defs_state state; etna_live_defs() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_ctype.cpp28 static void Bm_function_Tolower_a(benchmark::State &state) in Bm_function_Tolower_a() argument
37 static void Bm_function_Tolower_A(benchmark::State &state) in Bm_function_Tolower_A() argument
46 static void Bm_function_Tolower_all_ascii(benchmark::State &state) in Bm_function_Tolower_all_ascii() argument
56 Bm_function_Isspace_space(benchmark::State &state) Bm_function_Isspace_space() argument
64 Bm_function_Isspace_all_ascii(benchmark::State &state) Bm_function_Isspace_all_ascii() argument
74 Bm_function_Isalnum_a(benchmark::State &state) Bm_function_Isalnum_a() argument
82 Bm_function_Isalnum_A(benchmark::State &state) Bm_function_Isalnum_A() argument
90 Bm_function_Isalnum_0(benchmark::State &state) Bm_function_Isalnum_0() argument
98 Bm_function_Isalnum_all_ascii(benchmark::State &state) Bm_function_Isalnum_all_ascii() argument
109 Bm_function_Isxdigit(benchmark::State &state) Bm_function_Isxdigit() argument
118 Bm_function_Isxdigit_l(benchmark::State &state) Bm_function_Isxdigit_l() argument
130 Bm_function_Iswalpha_l(benchmark::State &state) Bm_function_Iswalpha_l() argument
141 Bm_function_Towupper_a(benchmark::State &state) Bm_function_Towupper_a() argument
150 Bm_function_Towupper_A(benchmark::State &state) Bm_function_Towupper_A() argument
159 Bm_function_Towupper_all_ascii(benchmark::State &state) Bm_function_Towupper_all_ascii() argument
169 Bm_function_Towupper_unicode(benchmark::State &state) Bm_function_Towupper_unicode() argument
179 Bm_function_Isascii_yes(benchmark::State &state) Bm_function_Isascii_yes() argument
188 Bm_function_Isascii_no(benchmark::State &state) Bm_function_Isascii_no() argument
201 Bm_function_Isdigit_l_numericCharacters(benchmark::State &state) Bm_function_Isdigit_l_numericCharacters() argument
215 Bm_function_Isdigit_l_nonNumericCharacters(benchmark::State &state) Bm_function_Isdigit_l_nonNumericCharacters() argument
230 Bm_function_Islower_l_lowerCharacters(benchmark::State &state) Bm_function_Islower_l_lowerCharacters() argument
244 Bm_function_Islower_l_nonLowerCharacter(benchmark::State &state) Bm_function_Islower_l_nonLowerCharacter() argument
259 Bm_function_Isupper_l_upperCharacters(benchmark::State &state) Bm_function_Isupper_l_upperCharacters() argument
273 Bm_function_Isupper_l_nonUpperCharacters(benchmark::State &state) Bm_function_Isupper_l_nonUpperCharacters() argument
288 Bm_function_Iswlower_l_lowerCharacter(benchmark::State &state) Bm_function_Iswlower_l_lowerCharacter() argument
302 Bm_function_Iswlower_l_nonLowerCharacter(benchmark::State &state) Bm_function_Iswlower_l_nonLowerCharacter() argument
317 Bm_function_Iswblank_l_blankCharacter(benchmark::State &state) Bm_function_Iswblank_l_blankCharacter() argument
331 Bm_function_Iswblank_l_nonBlankCharacter(benchmark::State &state) Bm_function_Iswblank_l_nonBlankCharacter() argument
[all...]
H A Dlibc_mman.cpp126 static void Bm_function_Mmap_anonymous(benchmark::State &state) in Bm_function_Mmap_anonymous() argument
142 static void Bm_function_Munmap_anonymous(benchmark::State &state) in Bm_function_Munmap_anonymous() argument
158 Bm_function_Mmap_fd(benchmark::State &state) Bm_function_Mmap_fd() argument
179 Bm_function_Munmap_fd(benchmark::State &state) Bm_function_Munmap_fd() argument
200 Bm_function_Madvise(benchmark::State &state) Bm_function_Madvise() argument
212 Bm_function_Mremap(benchmark::State &state) Bm_function_Mremap() argument
239 Bm_function_Msync(benchmark::State &state) Bm_function_Msync() argument
258 Bm_function_mprotect(benchmark::State &state) Bm_function_mprotect() argument
279 Bm_function_Mlock_Munlock(benchmark::State &state) Bm_function_Mlock_Munlock() argument
[all...]
H A Dlibc_fcntl.cpp29 static void Bm_function_Fcntl_getfl(benchmark::State &state) in Bm_function_Fcntl_getfl() argument
46 static void Bm_function_Fcntl_setfl(benchmark::State &state) in Bm_function_Fcntl_setfl() argument
70 Bm_function_Fcntl_setlkw(benchmark::State &state) Bm_function_Fcntl_setlkw() argument
98 Bm_function_Fcntl_dupfd(benchmark::State &state) Bm_function_Fcntl_dupfd() argument
118 Bm_function_Fcntl_setlk(benchmark::State &state) Bm_function_Fcntl_setlk() argument
146 Bm_function_Fcntl_getlk(benchmark::State &state) Bm_function_Fcntl_getlk() argument
170 Bm_function_Fcntl_getfd(benchmark::State &state) Bm_function_Fcntl_getfd() argument
187 Bm_function_Fcntl_setfd(benchmark::State &state) Bm_function_Fcntl_setfd() argument
218 Bm_function_Open_rdonly(benchmark::State &state) Bm_function_Open_rdonly() argument
234 Bm_function_Open_rdwr(benchmark::State &state) Bm_function_Open_rdwr() argument
250 Bm_function_Open_creat_rdwr(benchmark::State &state) Bm_function_Open_creat_rdwr() argument
268 Bm_function_Utimensat_Normal(benchmark::State &state) Bm_function_Utimensat_Normal() argument
282 Bm_function_Utimensat_Nofollow(benchmark::State &state) Bm_function_Utimensat_Nofollow() argument
295 Bm_function_Creat(benchmark::State &state) Bm_function_Creat() argument
311 Bm_function_Openat_rdonly(benchmark::State &state) Bm_function_Openat_rdonly() argument
328 Bm_function_Openat_creat_rdwr(benchmark::State &state) Bm_function_Openat_creat_rdwr() argument
345 Bm_function_Openat_RelativePath_AT_FDCWD(benchmark::State &state) Bm_function_Openat_RelativePath_AT_FDCWD() argument
363 Bm_function_Openat_RelativePath_fd(benchmark::State &state) Bm_function_Openat_RelativePath_fd() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.h87 struct zink_render_pass_state state; member
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_get.c327 int state = 0; in pthread_attr_getdetachstate_0100() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_stateobj.h20 uint32_t state[72]; member
26 uint32_t state[44]; member
32 uint32_t state[30]; member
47 uint32_t state; member
/third_party/libcoap/include/coap3/
H A Dcoap_ws_internal.h38 coap_session_type_t state; /**< Client or Server */ member
/third_party/popt/tests/
H A Dtest2.c36 static char *state = NULL; variable
/third_party/protobuf/benchmarks/cpp/
H A Dcpp_benchmark.cc100 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() argument
121 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() argument
144 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() argument
176 virtual void BenchmarkCase(benchmark::State& state) { in BenchmarkCase() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs59 internal ParserInternalState state; field
[all...]
H A DWriteContext.cs56 internal WriterInternalState state; field
[all...]

Completed in 12 milliseconds

1...<<61626364656667686970>>...184