Home
last modified time | relevance | path

Searched refs:copy_offset (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtpenc_rfc4175.c119 int copy_offset; in ff_rtp_send_raw_rfc4175() local
130 copy_offset = (l_line * width + l_off) * pgroup / xinc; in ff_rtp_send_raw_rfc4175()
131 if (copy_offset + length > size) in ff_rtp_send_raw_rfc4175()
133 memcpy (dest, buf + copy_offset, length); in ff_rtp_send_raw_rfc4175()
H A Drtpdec_rfc4175.c276 int copy_offset; in rfc4175_handle_packet() local
299 copy_offset = (line * data->width + offset) * data->pgroup / data->xinc; in rfc4175_handle_packet()
300 if (copy_offset + length > data->frame_size || !data->frame) in rfc4175_handle_packet()
303 dest = data->frame + copy_offset; in rfc4175_handle_packet()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.cc377 const int copy_offset = used_bigits_;
379 RawBigit(copy_offset + i) = RawBigit(i);
389 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
390 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
404 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
405 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp391 const int copy_offset = used_bigits_;
393 RawBigit(copy_offset + i) = RawBigit(i);
403 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
404 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
418 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
419 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp391 const int copy_offset = used_bigits_;
393 RawBigit(copy_offset + i) = RawBigit(i);
403 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
404 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
418 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
419 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc326 int copy_offset = used_digits_; in MultiplyByPowerOfTen() local
328 bigits_[copy_offset + i] = bigits_[i]; in MultiplyByPowerOfTen()
338 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in MultiplyByPowerOfTen()
339 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in MultiplyByPowerOfTen()
353 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in MultiplyByPowerOfTen()
354 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in MultiplyByPowerOfTen()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.cpp390 const int copy_offset = used_bigits_;
392 RawBigit(copy_offset + i) = RawBigit(i);
402 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
403 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
417 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1);
418 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2);
/third_party/lwip/src/core/ipv6/
H A Dnd6.c761 u16_t copy_offset = offset + SIZEOF_RDNSS_OPTION_BASE; in nd6_input() local
769 for (n = 0; (rdnss_server_idx < DNS_MAX_SERVERS) && (n < num); n++, copy_offset += sizeof(ip6_addr_p_t)) { in nd6_input()
773 if (pbuf_copy_partial(p, &rdnss_address, sizeof(ip6_addr_p_t), copy_offset) == sizeof(ip6_addr_p_t)) { in nd6_input()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_constant_expression.cpp1121 store->copy_offset(value, offset); in constant_expression_evaluate_expression_list()
H A Dir.h2313 void copy_offset(ir_constant *src, int offset);
H A Dir.cpp1370 ir_constant::copy_offset(ir_constant *src, int offset) in copy_offset() function in ir_constant

Completed in 16 milliseconds