Searched refs:copy_offset (Results 1 – 11 of 11) sorted by relevance
191 int copy_offset; in rfc4175_handle_packet() local209 copy_offset = (line * data->width + offset) * data->pgroup / data->xinc; in rfc4175_handle_packet()210 if (copy_offset + length > data->frame_size) in rfc4175_handle_packet()213 dest = data->frame + copy_offset; in rfc4175_handle_packet()
390 const int copy_offset = used_bigits_; in Square() local392 RawBigit(copy_offset + i) = RawBigit(i); in Square()402 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1); in Square()403 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()417 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1); in Square()418 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
376 const int copy_offset = used_bigits_; in Square() local378 RawBigit(copy_offset + i) = RawBigit(i); in Square()388 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1); in Square()389 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()403 const Chunk chunk1 = RawBigit(copy_offset + bigit_index1); in Square()404 const Chunk chunk2 = RawBigit(copy_offset + bigit_index2); in Square()
376 int copy_offset = used_digits_; in Square() local378 bigits_[copy_offset + i] = bigits_[i]; in Square()388 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()389 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()403 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()404 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()
641 int copy_offset = 0; in ffi_call_int() local658 copy_offset = 4; in ffi_call_int()664 memcpy(ecif.rvalue, rvalue_copy + copy_offset, cif->rtype->size); in ffi_call_int()
761 u16_t copy_offset = offset + SIZEOF_RDNSS_OPTION_BASE; in nd6_input() local769 …for (n = 0; (rdnss_server_idx < DNS_MAX_SERVERS) && (n < num); n++, copy_offset += sizeof(ip6_addr… 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()
1121 store->copy_offset(value, offset); in constant_expression_evaluate_expression_list()
2313 void copy_offset(ir_constant *src, int offset);
1370 ir_constant::copy_offset(ir_constant *src, int offset) in copy_offset() function in ir_constant