Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Mask (0.22 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64error.s

    	// AVX2GATHER mask/index/dest #UD cases.
    	VPGATHERQQ Y2, (BP)(X2*2), Y2   // ERROR "mask, index, and destination registers should be distinct"
    	VPGATHERQQ Y2, (BP)(X2*2), Y7   // ERROR "mask, index, and destination registers should be distinct"
    	VPGATHERQQ Y2, (BP)(X7*2), Y2   // ERROR "mask, index, and destination registers should be distinct"
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jun 14 00:03:57 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK = -16777216
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24
    pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT ideal-int
    pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC = 262144
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IPV6_FAITH ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
    pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWINFO_MASK ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
    pkg syscall (netbsd-arm64-cgo), const IPV6_FLOWLABEL_MASK ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPV6_FRAGTTL = 120
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/archive/tar/strconv.go

    	if len(b) > 0 && b[0]&0x80 != 0 {
    		// Handling negative numbers relies on the following identity:
    		//	-a-1 == ^a
    		//
    		// If the number is negative, we use an inversion mask to invert the
    		// data bytes and treat the value as an unsigned number.
    		var inv byte // 0x00 if positive or zero, 0xff if negative
    		if b[0]&0x40 != 0 {
    			inv = 0xff
    		}
    
    		var x uint64
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Aug 01 14:28:42 GMT 2023
    - 9K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_T_FAST ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_FLAG_MASK = 768
    pkg syscall (freebsd-arm64), const BPF_T_FLAG_MASK ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_FORMAT_MASK = 3
    pkg syscall (freebsd-arm64), const BPF_T_FORMAT_MASK ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_MICROTIME = 0
    pkg syscall (freebsd-arm64), const BPF_T_MICROTIME ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_FAITH ideal-int
    pkg syscall (darwin-arm64), const IPV6_FLOWINFO_MASK = 4294967055
    pkg syscall (darwin-arm64), const IPV6_FLOWINFO_MASK ideal-int
    pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK = 4294905600
    pkg syscall (darwin-arm64), const IPV6_FLOWLABEL_MASK ideal-int
    pkg syscall (darwin-arm64), const IPV6_FRAGTTL = 120
    pkg syscall (darwin-arm64), const IPV6_FRAGTTL ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. doc/go1.17_spec.html

    Four * 100   // product 400 cannot be represented as an int8 (type of Four)
    </pre>
    
    <p>
    The mask used by the unary bitwise complement operator <code>^</code> matches
    the rule for non-constants: the mask is all 1s for unsigned constants
    and -1 for signed and untyped constants.
    </p>
    
    <pre>
    ^1         // untyped integer constant, equal to -2
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (freebsd-386), const BPF_T_FAST ideal-int
    pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768
    pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int
    pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3
    pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int
    pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0
    pkg syscall (freebsd-386), const BPF_T_MICROTIME ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), const IPV6_DEFHLIM ideal-int
    pkg syscall (darwin-386), const IPV6_FAITH ideal-int
    pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK ideal-int
    pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK ideal-int
    pkg syscall (darwin-386), const IPV6_FRAGTTL ideal-int
    pkg syscall (darwin-386), const IPV6_FW_ADD ideal-int
    pkg syscall (darwin-386), const IPV6_FW_DEL ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. src/cmd/cgo/internal/swig/swig_test.go

    	}
    	out, err := cmd.CombinedOutput()
    	if string(out) != "OK\n" {
    		t.Errorf("%s", string(out))
    	}
    	if err != nil {
    		t.Errorf("%s", err)
    	}
    }
    
    func mustHaveCxx(t *testing.T) {
    	// Ask the go tool for the CXX it's configured to use.
    	cxx, err := exec.Command("go", "env", "CXX").CombinedOutput()
    	if err != nil {
    		t.Fatalf("go env CXX failed: %s", err)
    	}
    	args, err := quoted.Split(string(cxx))
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 3.7K bytes
    - Viewed (0)
Back to top