Searched refs:copy_offset (Results 1 – 7 of 7) sorted by relevance
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()
342 int copy_offset = used_digits_; in Square() local344 bigits_[copy_offset + i] = bigits_[i]; in Square()354 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()355 Chunk chunk2 = bigits_[copy_offset + bigit_index2]; in Square()369 Chunk chunk1 = bigits_[copy_offset + bigit_index1]; in Square()370 Chunk chunk2 = bigits_[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()
954 store->copy_offset(value, offset); in constant_expression_evaluate_expression_list()
2215 void copy_offset(ir_constant *src, int offset);
1107 ir_constant::copy_offset(ir_constant *src, int offset) in copy_offset() function in ir_constant