| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| inet_ntop.c | 51 const char *orig_dst = dst; local 76 return orig_dst; 87 const char *orig_dst = dst; local 135 return orig_dst;
|
| /src/external/bsd/tcpdump/dist/ |
| addrtostr.c | 70 const char *orig_dst = dst; local 95 return orig_dst;
|
| /src/sys/kern/ |
| subr_msan.c | 332 uint8_t *orig_src, *orig_dst; local 351 orig_dst = kmsan_md_addr_to_orig(dst); 354 _dst = (msan_orig_t *)((uintptr_t)orig_dst & ~0x3); 357 orig_dst++;
|
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 1460 uint8_t *orig_dst = dst; local 1472 return (size_t)(dst - orig_dst);
|
| /src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| m32r.cc | 2542 rtx orig_dst = operands[0]; 2557 dst_reg = copy_addr_to_reg (XEXP (orig_dst, 0)); 2519 rtx orig_dst = operands[0]; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
| m32r.cc | 2540 rtx orig_dst = operands[0]; 2555 dst_reg = copy_addr_to_reg (XEXP (orig_dst, 0)); 2517 rtx orig_dst = operands[0]; local
|
| /src/external/gpl3/gcc/dist/gcc/config/alpha/ |
| alpha.cc | 3801 rtx orig_dst = operands[0]; 3840 tmp = XEXP (orig_dst, 0); 3860 if (MEM_P (orig_dst) && MEM_ALIGN (orig_dst) < dst_align) 3862 orig_dst = shallow_copy_rtx (orig_dst); 3863 set_mem_align (orig_dst, dst_align); 3962 emit_move_insn (adjust_address (orig_dst, DImode, ofs), 3978 emit_move_insn (adjust_address (orig_dst, SImode, ofs), 3980 emit_move_insn (adjust_address (orig_dst, SImode, ofs + 4) 3792 rtx orig_dst = operands[0]; local 4050 rtx orig_dst = operands[0]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 8482 rtx orig_dst = dst; local 8514 if (MEM_SIZE_KNOWN_P (orig_dst)) 8515 set_mem_size (dst, MEM_SIZE (orig_dst) - align_bytes);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
| alpha.cc | 3800 rtx orig_dst = operands[0]; 3833 tmp = XEXP (orig_dst, 0); 3949 emit_move_insn (adjust_address (orig_dst, DImode, ofs), 3965 emit_move_insn (adjust_address (orig_dst, SImode, ofs), 3967 emit_move_insn (adjust_address (orig_dst, SImode, ofs + 4), 3975 emit_move_insn (adjust_address (orig_dst, SImode, ofs), 3991 alpha_expand_unaligned_store (orig_dst, data_regs[i], 8, ofs); 3993 alpha_expand_unaligned_store_words (data_regs + i, orig_dst, 4005 alpha_expand_unaligned_store (orig_dst, data_regs[i], 4, ofs); 4013 emit_move_insn (adjust_address (orig_dst, HImode, ofs), data_regs[i]) 3791 rtx orig_dst = operands[0]; local 4037 rtx orig_dst = operands[0]; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 7915 rtx orig_dst = dst; local 7947 if (MEM_SIZE_KNOWN_P (orig_dst)) 7948 set_mem_size (dst, MEM_SIZE (orig_dst) - align_bytes);
|