Searched refs:cdest (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/m68k/lib/ |
H A D | memmove.c | 20 char *cdest = dest; in memmove() local 22 *cdest++ = *csrc++; in memmove() 23 dest = cdest; in memmove() 54 char *cdest = dest; in memmove() local 56 *cdest = *csrc; in memmove() 62 char *cdest = dest; in memmove() local 64 *--cdest = *--csrc; in memmove() 65 dest = cdest; in memmove() 96 char *cdest = dest; in memmove() local 98 *--cdest = *--csrc; in memmove()
|
/openbmc/qemu/pc-bios/vof/ |
H A D | libc.c | 30 char *cdest; in memcpy() local 33 cdest = dest; in memcpy() 35 *cdest++ = *csrc++; in memcpy()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_conn.c | 766 int ip_vs_check_template(struct ip_vs_conn *ct, struct ip_vs_dest *cdest) in ip_vs_check_template() argument 777 (cdest && (dest != cdest))) { in ip_vs_check_template()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 1105 bool is_imm, int imm, TCGv_i64 cdest) in help_branch() argument 1125 if (!cdest) { in help_branch() 1130 return help_goto_indirect(s, cdest); in help_branch() 1155 tcg_gen_mov_i64(psw_addr, cdest); in help_branch() 1447 #define disas_jdest(s, ri, is_imm, imm, cdest) do { \ argument 1450 cdest = tcg_temp_new_i64(); \ 1451 tcg_gen_ld_i64(cdest, tcg_env, offsetof(CPUS390XState, ex_target));\ 1452 tcg_gen_addi_i64(cdest, cdest, (int64_t)get_field(s, ri) * 2); \
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | 1363 int ip_vs_check_template(struct ip_vs_conn *ct, struct ip_vs_dest *cdest);
|