Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_THR_NEW ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_SELF = 432
    pkg syscall (freebsd-arm64), const SYS_THR_SELF ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_SET_NAME = 464
    pkg syscall (freebsd-arm64), const SYS_THR_SET_NAME ideal-int
    pkg syscall (freebsd-arm64), const SYS_THR_SUSPEND = 442
    pkg syscall (freebsd-arm64), const SYS_THR_SUSPEND ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewriteARM64.go

    	// cond: s%16 == 0 && s > 64 && s <= 16*64 && !config.noDuffDevice
    	// result: (DUFFZERO [4 * (64 - s/16)] ptr mem)
    	for {
    		s := auxIntToInt64(v.AuxInt)
    		ptr := v_0
    		mem := v_1
    		if !(s%16 == 0 && s > 64 && s <= 16*64 && !config.noDuffDevice) {
    			break
    		}
    		v.reset(OpARM64DUFFZERO)
    		v.AuxInt = int64ToAuxInt(4 * (64 - s/16))
    		v.AddArg2(ptr, mem)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top