cpu_to_le64        86 arch/x86/include/asm/crypto/glue_helper.h 	dst->a = cpu_to_le64(be64_to_cpu(src->a));
cpu_to_le64        87 arch/x86/include/asm/crypto/glue_helper.h 	dst->b = cpu_to_le64(be64_to_cpu(src->b));
cpu_to_le64        99 arch/x86/include/asm/crypto/glue_helper.h 	i->a = cpu_to_le64(a);
cpu_to_le64       100 arch/x86/include/asm/crypto/glue_helper.h 	i->b = cpu_to_le64(b);
cpu_to_le64       109 arch/x86/include/asm/crypto/glue_helper.h 	dst->a = cpu_to_le64((a << 1) ^ (b >> 63));
cpu_to_le64       110 arch/x86/include/asm/crypto/glue_helper.h 	dst->b = cpu_to_le64((b << 1) ^ _tt);
cpu_to_le64       155 include/linux/byteorder/generic.h 	*var = cpu_to_le64(le64_to_cpu(*var) + val);
cpu_to_le64        50 include/linux/ceph/pagelist.h 	__le64 ev = cpu_to_le64(v);
cpu_to_le64       663 include/linux/nilfs2_fs.h 	su->su_lastmod = cpu_to_le64(0);
cpu_to_le64        49 include/linux/unaligned/access_ok.h 	*((__le64 *)p) = cpu_to_le64(val);