/third_party/jerryscript/jerry-core/parser/regexp/ |
H A D | re-compiler.c | 143 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 D | ape.c | 150 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 D | hapenc.c | 92 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 D | bignum.cc | 449 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 D | double-conversion-bignum.cpp | 463 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 D | double-conversion-bignum.cpp | 463 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 D | bignum.cc | 397 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 D | double-conversion-bignum.cpp | 462 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 D | ngtcp2_pkt.h | 229 uint64_t final_size; member
|
H A D | ngtcp2_pkt.c | 859 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 D | ngtcp2_conn.c | 184 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 D | ngtcp2_log.c | 284 " 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 D | ngtcp2_qlog.c | 382 * {"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 D | gl843.cpp | 1723 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 D | aco_assembler.cpp | 1012 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 D | h2load_quic.cc | 138 int stream_reset(ngtcp2_conn *conn, int64_t stream_id, uint64_t final_size, in stream_reset() argument
|
H A D | shrpx_http3_upstream.cc | 419 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 D | curl_ngtcp2.c | 512 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 D | ngtcp2.h | 2879 uint64_t final_size, uint64_t app_error_code,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 5206 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 D | elements.cc | 1258 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 D | iris_state.c | 2365 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 D | unicodeobject.c | 5502 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()
|