Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Rellen (3.06 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    		sym := auxToCall(v_0_0.Aux)
    		_ = v_0_0.Args[1]
    		newLen := v_0_0.Args[1]
    		if newLen.Op != OpConst64 || !(isSameCall(sym, "runtime.growslice")) {
    			break
    		}
    		v.copyOf(newLen)
    		return true
    	}
    	// match: (SliceLen (SelectN [0] (StaticLECall {sym} _ newLen:(Const32) _ _ _ _)))
    	// cond: isSameCall(sym, "runtime.growslice")
    	// result: newLen
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Write(int, []uint8) (int, error) #53466
    pkg syscall (freebsd-riscv64), method (*Cmsghdr) SetLen(int) #53466
    pkg syscall (freebsd-riscv64), method (*Iovec) SetLen(int) #53466
    pkg syscall (freebsd-riscv64), method (*Msghdr) SetControllen(int) #53466
    pkg syscall (freebsd-riscv64), type BpfHdr struct #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)
Back to top