/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-isolate.h | 1352 * 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 D | v8-isolate.h | 1370 * 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 D | simulator-loong64.h | 8 // 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 D | simulator-mips64.h | 9 // 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 D | simulator-mips.h | 9 // 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 D | swiss-name-dictionary-inl.h | 581 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 D | fd6_draw.c | 110 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 D | regalloc.c | 314 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 D | vk_pipeline_cache.c | 227 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 D | draw_tess.c | 180 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 D | fd2_draw.c | 86 OUT_RING(ring, info->index_size ? 0 : draw->start); 206 draw.start += step;
|
/third_party/musl/ldso/linux/ |
H A D | ns_config.c | 43 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 D | rtpoll.c | 573 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 D | capture_gles_3_2_autogen.h | 110 GLuint start, 330 GLuint start,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | ContextMtl.h | 100 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 D | SkRecordDraw.cpp | 63 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 D | GrGradientShader.cpp | 68 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 D | Server.cpp | 281 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 D | gradle-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 D | drbgtest.c | 689 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 D | process.py | 456 # 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 D | parser_impl.h | 744 /// 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 D | fm.cpp | 577 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 D | lib.h | 267 char *next_printf(char *s, char **start); 316 int draw_str(char *start, int width);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 258 char *next_printf(char *s, char **start); 307 int draw_str(char *start, int width);
|