Searched refs:in64 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0091-util-glue-efi-Fix-incorrect-use-of-a-possibly-negati.patch | 23 @@ -39,13 +39,23 @@ write_fat (FILE *in32, FILE *in64, FILE *out, const char *out_filename, 39 fseek (in64, 0, SEEK_END); 40 - size64 = ftell (in64); 41 + size = ftell (in64); 46 fseek (in64, 0, SEEK_SET);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_endian.c | 14 __u64 in64 = 0; variable 29 out64 = __builtin_bswap64(in64); in sys_enter()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | endian.c | 30 bss->in64 = IN64; in test_endian()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | cerr-sb1.c | 144 l2_tag = in64(IOADDR(A_L2_ECC_TAG)); in check_bus_watcher()
|