Home
last modified time | relevance | path

Searched refs:final_size (Results 1 - 23 of 23) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-compiler.c143 const uint32_t final_size = JERRY_ALIGNUP (re_ctx.bytecode_size, JMEM_ALIGNMENT); in re_compile_bytecode() local
146 final_size); in re_compile_bytecode()
150 re_compiled_code_p->header.size = (uint16_t) (final_size >> JMEM_ALIGNMENT_LOG); in re_compile_bytecode()
/third_party/ffmpeg/libavformat/
H A Dape.c150 int64_t final_size = 0; in ape_read_header() local
288 final_size = file_size - ape->frames[ape->totalframes - 1].pos - in ape_read_header()
290 final_size -= final_size & 3; in ape_read_header()
292 if (file_size <= 0 || final_size <= 0) in ape_read_header()
293 final_size = ape->finalframeblocks * 8LL; in ape_read_header()
294 ape->frames[ape->totalframes - 1].size = final_size; in ape_read_header()
/third_party/ffmpeg/libavcodec/
H A Dhapenc.c92 int i, final_size = 0; in hap_compress_frame() local
131 final_size += chunk->compressed_size; in hap_compress_frame()
134 return final_size; in hap_compress_frame()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.cc449 const int final_size = bit_size * power_exponent;
450 // 1 extra bigit for the shifting, and one for rounded final_size.
451 EnsureCapacity(final_size / kBigitSize + 2);
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp463 const int final_size = bit_size * power_exponent;
464 // 1 extra bigit for the shifting, and one for rounded final_size.
465 EnsureCapacity(final_size / kBigitSize + 2);
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp463 const int final_size = bit_size * power_exponent;
464 // 1 extra bigit for the shifting, and one for rounded final_size.
465 EnsureCapacity(final_size / kBigitSize + 2);
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc397 int final_size = bit_size * power_exponent; in AssignPowerUInt16() local
398 // 1 extra bigit for the shifting, and one for rounded final_size. in AssignPowerUInt16()
399 EnsureCapacity(final_size / kBigitSize + 2); in AssignPowerUInt16()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.cpp462 const int final_size = bit_size * power_exponent;
463 // 1 extra bigit for the shifting, and one for rounded final_size.
464 EnsureCapacity(final_size / kBigitSize + 2);
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.h229 uint64_t final_size; member
H A Dngtcp2_pkt.c859 dest->final_size = ngtcp2_get_varint(&n, p); in ngtcp2_pkt_decode_reset_stream_frame()
1693 ngtcp2_put_varint_len(fr->final_size); in ngtcp2_pkt_encode_reset_stream_frame()
1705 p = ngtcp2_put_varint(p, fr->final_size); in ngtcp2_pkt_encode_reset_stream_frame()
H A Dngtcp2_conn.c184 uint64_t final_size, uint64_t app_error_code, in conn_call_stream_reset()
192 rv = conn->callbacks.stream_reset(conn, stream_id, final_size, app_error_code, in conn_call_stream_reset()
7257 frc->fr.reset_stream.final_size = strm->tx.offset; in conn_reset_stream()
7374 if (NGTCP2_MAX_VARINT < fr->final_size) { in conn_recv_reset_stream()
7393 if (conn_initial_stream_rx_offset(conn, fr->stream_id) < fr->final_size || in conn_recv_reset_stream()
7394 conn_max_data_violated(conn, fr->final_size)) { in conn_recv_reset_stream()
7399 conn->rx.offset += fr->final_size; in conn_recv_reset_stream()
7400 ngtcp2_conn_extend_max_offset(conn, fr->final_size); in conn_recv_reset_stream()
7402 rv = conn_call_stream_reset(conn, fr->stream_id, fr->final_size, in conn_recv_reset_stream()
7423 if (strm->rx.last_offset != fr->final_size) { in conn_recv_reset_stream()
183 conn_call_stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size, uint64_t app_error_code, void *stream_user_data) conn_call_stream_reset() argument
[all...]
H A Dngtcp2_log.c284 " app_error_code=%s(0x%" PRIx64 ") final_size=%" PRIu64), in log_fr_reset_stream()
286 strapperrorcode(fr->app_error_code), fr->app_error_code, fr->final_size); in log_fr_reset_stream()
H A Dngtcp2_qlog.c382 * {"frame_type":"reset_stream","stream_id":0000000000000000000,"error_code":0000000000000000000,"final_size":0000000000000000000} in write_reset_stream_frame()
391 p = write_pair_number(p, "final_size", fr->final_size); in write_reset_stream_frame()
/third_party/backends/backend/genesys/
H A Dgl843.cpp1723 std::uint32_t final_size, i; in send_shading_data() local
1749 final_size = ((length+251) / 252) * 256; in send_shading_data()
1750 DBG(DBG_io, "%s: final shading size=%04x (length=%d)\n", __func__, final_size, length); in send_shading_data()
1751 std::vector<std::uint8_t> final_data(final_size, 0); in send_shading_data()
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp1012 unsigned final_size = align(code.size() + 3 * 16, 16); in emit_program() local
1013 while (code.size() < final_size) in emit_program()
/third_party/nghttp2/src/
H A Dh2load_quic.cc138 int stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size, in stream_reset() argument
H A Dshrpx_http3_upstream.cc419 int stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size, in stream_reset() argument
/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c512 uint64_t final_size, uint64_t app_error_code, in cb_stream_reset()
520 (void)final_size; in cb_stream_reset()
511 cb_stream_reset(ngtcp2_conn *tconn, int64_t stream_id, uint64_t final_size, uint64_t app_error_code, void *user_data, void *stream_user_data) cb_stream_reset() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h2879 uint64_t final_size, uint64_t app_error_code,
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c5206 unsigned final_size = in emit_sampler_view() local
5213 .size_B = final_size, in emit_sampler_view()
5247 unsigned final_size = in emit_image_view() local
5254 .size_B = final_size, in emit_image_view()
/third_party/node/deps/v8/src/objects/
H A Delements.cc1258 int final_size = nof_indices + nof_property_keys; in PrependElementIndicesImpl() local
1259 DCHECK_LE(final_size, combined_keys->length()); in PrependElementIndicesImpl()
1260 return FixedArray::ShrinkOrEmpty(isolate, combined_keys, final_size); in PrependElementIndicesImpl()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2365 unsigned final_size = in fill_buffer_surface_state() local
2371 .size_B = final_size, in fill_buffer_surface_state()
/third_party/python/Objects/
H A Dunicodeobject.c5502 size_t final_size = (p - bytes); in _Py_EncodeUTF8Ex() local
5505 bytes2 = PyMem_RawRealloc(bytes, final_size); in _Py_EncodeUTF8Ex()
5508 bytes2 = PyMem_Realloc(bytes, final_size); in _Py_EncodeUTF8Ex()

Completed in 94 milliseconds