Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vavgub (0.54 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	VADDUWM:        "vadduwm",
    	VADDUWS:        "vadduws",
    	VAND:           "vand",
    	VANDC:          "vandc",
    	VAVGSB:         "vavgsb",
    	VAVGSH:         "vavgsh",
    	VAVGSW:         "vavgsw",
    	VAVGUB:         "vavgub",
    	VAVGUH:         "vavguh",
    	VAVGUW:         "vavguw",
    	VCFSX:          "vcfsx",
    	VCFUX:          "vcfux",
    	VCMPBFP:        "vcmpbfp",
    	VCMPBFPCC:      "vcmpbfp.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	// TODO: map err to more interesting error codes, once the
    	// HTTP community comes up with some. But currently for
    	// RST_STREAM there's no equivalent to GOAWAY frame's debug
    	// data, and the error codes are all pretty vague ("cancel").
    	cc.wmu.Lock()
    	cc.fr.WriteRSTStream(streamID, code)
    	cc.bw.Flush()
    	cc.wmu.Unlock()
    }
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top