Home
last modified time | relevance | path

Searched refs:start (Results 5551 - 5575 of 8325) sorted by relevance

1...<<221222223224225226227228229230>>...333

/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1352 * Update load start time of the RAIL mode
1424 void GetCodeRange(void** start, size_t* length_in_bytes);
1430 void GetEmbeddedCodeRange(const void** start, size_t* length_in_bytes);
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1370 * Update load start time of the RAIL mode
1442 void GetCodeRange(void** start, size_t* length_in_bytes);
1448 void GetEmbeddedCodeRange(const void** start, size_t* length_in_bytes);
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h8 // the GeneratedCode wrapper, which will start execution in the Simulator or
291 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
487 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h9 // which will start execution in the Simulator or forwards to the real entry
327 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
581 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h9 // which will start execution in the Simulator or forwards to the real entry
325 static void FlushICache(base::CustomMatcherHashMap* i_cache, void* start,
558 static void FlushOnePage(base::CustomMatcherHashMap* i_cache, intptr_t start,
/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary-inl.h581 Handle<SwissNameDictionary> dict, int start) in IndexIterator()
582 : enum_index_{start}, dict_{dict} { in IndexIterator()
580 IndexIterator( Handle<SwissNameDictionary> dict, int start) IndexIterator() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c110 CP_DRAW_INDX_OFFSET_3(.first_indx = draw->start), in draw_emit()
281 uint32_t index_start = info->index_size ? draw->index_bias : draw->start;
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c314 unsigned start = i % GPIR_PHYSICAL_REG_NUM; in do_regalloc() local
316 unsigned candidate = (j + start) % GPIR_PHYSICAL_REG_NUM; in do_regalloc()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c227 size_t start = blob->size; in vk_pipeline_cache_object_serialize() local
249 size_t size = blob->size - start; in vk_pipeline_cache_object_serialize()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.c180 output_prims->start = 0; in draw_tess_ctrl_shader_run()
342 output_prims->start = 0; in draw_tess_eval_shader_run()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c86 OUT_RING(ring, info->index_size ? 0 : draw->start);
206 draw.start += step;
/third_party/musl/ldso/linux/
H A Dns_config.c43 static char *config_key_join(const char *join, bool start) in config_key_join() argument
45 if (start) g_key[0] = 0; in config_key_join()
/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.c573 clock_t start = clock(); in asyncmsgq_read_work() local
576 double deltatime = (double)(end - start) / CLOCKS_PER_SEC; in asyncmsgq_read_work()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_autogen.h110 GLuint start,
330 GLuint start,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DContextMtl.h100 GLuint start,
107 GLuint start,
344 // Will end current command encoder if it is valid, then start new encoder.
361 // Will end current command encoder and start new blit command encoder. Unless a blit comamnd
365 // Will end current command encoder and start new compute command encoder. Unless a compute
/third_party/skia/src/core/
H A DSkRecordDraw.cpp63 int start, int stop, in SkRecordPartialDraw()
69 for (int i = start; i < stop; i++) { in SkRecordPartialDraw()
61 SkRecordPartialDraw(const SkRecord& record, SkCanvas* canvas, SkPicture const* const drawablePicts[], int drawableCount, int start, int stop, const SkM44& initialCTM) SkRecordPartialDraw() argument
/third_party/skia/src/gpu/gradients/
H A DGrGradientShader.cpp68 static std::unique_ptr<GrFragmentProcessor> make_single_interval_colorizer(const SkPMColor4f& start, in make_single_interval_colorizer() argument
71 uniform half4 start; in make_single_interval_colorizer()
76 return mix(start, end, half(coord.x)); in make_single_interval_colorizer()
81 "start", start, in make_single_interval_colorizer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp281 vars->foreach(req.start.value(0), req.count.value(~0), [&](const Variable &v) { in Impl()
498 server->start(port, [&](const std::shared_ptr<dap::ReaderWriter> &rw) { in Impl()
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.lang.CharSequence, int, int) CharSequence csq int start int end public java.lang.Appendable append (char ...
/third_party/openssl/test/
H A Ddrbgtest.c689 time_t start = time(NULL); in run_multi_thread_test() local
706 while (time(NULL) - start < 5); in run_multi_thread_test()
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py456 # Check whether we should start shutting down the executor.
626 to allow specific multiprocessing start methods.
633 start method. When given, we default to using 'spawn' if no
677 " the 'fork' multiprocessing start method;"
729 self._executor_manager_thread.start()
741 # worker that unexpectedly dies, even when using the 'fork' start
764 p.start()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.h744 /// Parses a lexical block starting with the token `start` and ending with
746 /// between the `start` and `end` tokens. If the `start` or `end` tokens
750 /// @param start the token that begins the lexical block
758 T expect_block(Token::Type start,
763 /// `Token::Type::kParenLeft` and `Token::Type::kParenRight` for the `start`
773 /// `Token::Type::kBraceLeft` and `Token::Type::kBraceRight` for the `start`
783 /// `Token::Type::kLessThan` and `Token::Type::kGreaterThan` for the `start`
867 MultiTokenSource make_source_range_from(const Source& start);
/third_party/skia/tools/fm/
H A Dfm.cpp577 const auto start = std::chrono::steady_clock::now(); in main()
677 const auto elapsed = std::chrono::steady_clock::now() - start; in main()
/third_party/toybox/lib/
H A Dlib.h267 char *next_printf(char *s, char **start);
316 int draw_str(char *start, int width);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h258 char *next_printf(char *s, char **start);
307 int draw_str(char *start, int width);

Completed in 40 milliseconds

1...<<221222223224225226227228229230>>...333