| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | fpu.c | 256 long long llx, lly; in ieee_fpe_handler() local 259 llx = ((long long)hx << 32) in ieee_fpe_handler() 263 llx = float64_mul(llx, lly); in ieee_fpe_handler() 264 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler() 265 tsk->thread.xstate->hardfpu.fp_regs[n + 1] = llx & 0xffffffff; in ieee_fpe_handler() 294 long long llx, lly; in ieee_fpe_handler() local 297 llx = ((long long)hx << 32) in ieee_fpe_handler() 302 llx = float64_add(llx, lly); in ieee_fpe_handler() 304 llx = float64_sub(llx, lly); in ieee_fpe_handler() 305 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 481 long long llx, lly; in ieee_fpe_handler() local 484 llx = ((long long) hx << 32) in ieee_fpe_handler() 489 llx = denormal_muld(lly, llx); in ieee_fpe_handler() 491 llx = denormal_muld(llx, lly); in ieee_fpe_handler() 492 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler() 493 tsk->thread.xstate->hardfpu.fp_regs[n+1] = llx & 0xffffffff; in ieee_fpe_handler() 524 long long llx, lly; in ieee_fpe_handler() local 527 llx = ((long long) hx << 32) in ieee_fpe_handler() 532 llx = denormal_addd(llx, lly); in ieee_fpe_handler() 534 llx = denormal_addd(llx, lly ^ (1LL << 63)); in ieee_fpe_handler() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-iommu-intel-iommu | 7 Format: %llx. This allows association of a sysfs 16 of this DRHD unit. Format: %llx. 24 value of this DRHD unit. Format: %llx.
|
| H A D | sysfs-class-iommu-amd-iommu | 14 Extended features of the IOMMU. Format: %llx
|
| /OK3568_Linux_fs/buildroot/package/upx/ |
| H A D | 0001-Check-DT_REL-DT_RELA-DT_RELSZ-DT_RELASZ.patch | 49 + "bad Elf64_Dynamic[DT_RELA] %#llx\n", 58 + "bad Elf64_Dynamic[DT_RELASZ] %#llx\n", 77 + "bad relocation %#llx DT_INIT_ARRAY[0]",
|
| /OK3568_Linux_fs/u-boot/tools/patman/test/ |
| H A D | test01.txt | 9 cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type 35 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 167 + bareverbose(!quiet, "\rErasing %d Kibyte @ %llx -- %2i %% complete ", 177 + verbose(!quiet, "Skipping bad block at %08llx", (unsigned long long)offset); 190 + printf("Writing OTP user data on %s at offset 0x%llx\n", argv[2], (unsigned long long)offset); 216 + printf("Copied %zu bytes from address 0x%.8llx in flash to %s\n", len, (unsigned long long)offset… 225 + printf("Copied %d bytes from %s to address 0x%.8llx in flash\n", len, filename, (unsigned long lo…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/ |
| H A D | 0006-Fix-for-X32.patch | 21 Debug (8, "resuming at ip=%llx via sigreturn(%p)\n",
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-reg_event_handler.txt | 82 if (tep_print_num_field(s, "0x%llx", event, "timer", record, 0) == -1) 83 tep_print_num_field(s, "0x%llx", event, "hrtimer", record, 1);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0014-CVE-2019-1010204.patch | 43 + gold_fatal(_("%s: read failed, starting offset (%#llx) less than zero"),
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | printk-formats.rst | 26 long long %lld or %llx 27 unsigned long long %llu or %llx 36 s64 %lld or %llx 37 u64 %llu or %llx
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | transactional_memory.rst | 142 fprintf(stderr, "Transaction to be restarted at 0x%llx, but " 143 "crashy instruction was at 0x%llx\n",
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/ |
| H A D | libperf-sampling.txt | 212 105 fprintf(stdout, "cpu %3d, pid %6d, tid %6d, ip %20llx, period %20llu\n",
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0004-calloc-Make-sure-we-always-have-an-overflow-checking.patch | 207 #define GRUB_HOST_PRIxLONG_LONG "llx"
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 134 str_printf(&mod_str, "%s (0x%llx)", modifier_name,
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch | 134 str_printf(&mod_str, "%s (0x%llx)", modifier_name,
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch | 78 debug("last page is 0x%llx\n", (unsigned long long) startPage);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Add-support-for-mips64-n32-n64.patch | 330 debug(2, "PLT-less arch_elf_add_plt_entry %s = %#llx\n", 337 - fprintf(stderr, "%s: failed %s(%#llx): %s\n", __func__,
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 403 compile warnings on 64 bit platforms: %variables for %llx format
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 37678 printf("msr: %llx\n", msr); 37690 printf("msr: %llx\n", msr);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 37678 printf("msr: %llx\n", msr); 37690 printf("msr: %llx\n", msr);
|