Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hostByteOrder (0.16 sec)

  1. src/vendor/golang.org/x/sys/cpu/hwcap_linux.go

    		// ignore the error and leave Initialized = false. On some
    		// architectures (e.g. arm64) doinit() implements a fallback
    		// readout and will set Initialized = true again.
    		return err
    	}
    	bo := hostByteOrder()
    	for len(buf) >= 2*(uintSize/8) {
    		var tag, val uint
    		switch uintSize {
    		case 32:
    			tag = uint(bo.Uint32(buf[0:]))
    			val = uint(bo.Uint32(buf[4:]))
    			buf = buf[8:]
    		case 64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 10 16:32:44 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top