Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _fast32 (0.19 sec)

  1. src/runtime/memclr_arm64.s

    	ADD	R4, R0, R0
    	B	try_zva
    
    tail_maybe_long:
    	CMP	$64, R1
    	BHS	no_zva
    
    tail63:
    	ANDS	$48, R1, R3
    	BEQ	last16
    	CMPW	$32, R3
    	BEQ	last48
    	BLT	last32
    	STP.P	(ZR, ZR), 16(R0)
    last48:
    	STP.P	(ZR, ZR), 16(R0)
    last32:
    	STP.P	(ZR, ZR), 16(R0)
    	// The last store length is at most 16, so it is safe to use
    	// stp to write last 16 bytes
    last16:
    	ANDS	$15, R1, R1
    	CBZ	R1, last_end
    	ADD	R1, R0, R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  2. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/DefaultWatchableFileSystemDetector.java

            // HFS and HFS+ on macOS
            "hfs",
            "ext3",
            "ext4",
            "btrfs",
            "xfs",
            // NTFS on macOS
            "ntfs",
            // NTFS on Windows
            "NTFS",
            // FAT32 on macOS
            "msdos",
            // exFAT on macOS
            "exfat",
            // VirtualBox FS
            "vboxsf"
        );
    
        private final FileSystems fileSystems;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:38:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top