Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for biglen (0.27 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IfmaMsghdr.Index", Field, 0},
    		{"IfmaMsghdr.Msglen", Field, 0},
    		{"IfmaMsghdr.Pad_cgo_0", Field, 0},
    		{"IfmaMsghdr.Type", Field, 0},
    		{"IfmaMsghdr.Version", Field, 0},
    		{"IfmaMsghdr2", Type, 0},
    		{"IfmaMsghdr2.Addrs", Field, 0},
    		{"IfmaMsghdr2.Flags", Field, 0},
    		{"IfmaMsghdr2.Index", Field, 0},
    		{"IfmaMsghdr2.Msglen", Field, 0},
    		{"IfmaMsghdr2.Pad_cgo_0", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type BpfZbuf struct, Bufa *uint8 #53466
    pkg syscall (freebsd-riscv64), type BpfZbuf struct, Bufb *uint8 #53466
    pkg syscall (freebsd-riscv64), type BpfZbuf struct, Buflen uint64 #53466
    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct #53466
    pkg syscall (freebsd-riscv64), type BpfZbufHeader struct, Kernel_gen uint32 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteAMD64.go

    		v.AddArg(v0)
    		return true
    	}
    	return false
    }
    func rewriteValueAMD64_OpBitLen8(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (BitLen8 x)
    	// cond: buildcfg.GOAMD64 < 3
    	// result: (BSRL (LEAL1 <typ.UInt32> [1] (MOVBQZX <typ.UInt32> x) (MOVBQZX <typ.UInt32> x)))
    	for {
    		x := v_0
    		if !(buildcfg.GOAMD64 < 3) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Fix azure disk attach failure for disk size bigger than 4TB ([#95463](https://github.com/kubernetes/kubernetes/pull/95463), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top