Home
last modified time | relevance | path

Searched refs:copied_size (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-loop-peeling.cc26 uint32_t copied_size = static_cast<uint32_t>(loop->size()) * 2; in PeelWasmLoop() local
30 NodeCopier copier(graph, copied_size, &copied_nodes, 1); in PeelWasmLoop()
Dloop-unrolling.cc32 uint32_t copied_size = static_cast<uint32_t>(loop->size()) * iteration_count; in UnrollLoop() local
36 NodeCopier copier(graph, copied_size, &copies, unrolling_count); in UnrollLoop()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2587 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_create_from() local
2590 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_create_from()
2703 size_t copied_size = ecma_string_copy_to_cesu8_buffer (string_p, in ecma_stringbuilder_append() local
2706 JERRY_ASSERT (copied_size == string_size); in ecma_stringbuilder_append()
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c1965 int copied_size; in get_sei_msg_bytes() local
1969 copied_size = -copy_emulation_prev(sei->data, in get_sei_msg_bytes()
1976 copied_size++; in get_sei_msg_bytes()
1978 return copied_size + sei->size / 255 + 1 + type / 255 + 1; in get_sei_msg_bytes()