Searched refs:copy_offset (Results 1 – 6 of 6) sorted by relevance
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()
624 int copy_offset = 0; in ffi_call() local641 copy_offset = 4; in ffi_call()647 memcpy(ecif.rvalue, rvalue_copy + copy_offset, cif->rtype->size); in ffi_call()
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()
1131 store->copy_offset(value, offset); in constant_expression_evaluate_expression_list()
2309 void copy_offset(ir_constant *src, int offset);
1378 ir_constant::copy_offset(ir_constant *src, int offset) in copy_offset() function in ir_constant