Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for cmpbody (0.14 sec)

  1. src/cmd/internal/obj/wasm/wasmobj.go

    	"runtime.gcWriteBarrier6": true,
    	"runtime.gcWriteBarrier7": true,
    	"runtime.gcWriteBarrier8": true,
    	"runtime.wasmDiv":         true,
    	"runtime.wasmTruncS":      true,
    	"runtime.wasmTruncU":      true,
    	"cmpbody":                 true,
    	"memeqbody":               true,
    	"memcmp":                  true,
    	"memchr":                  true,
    }
    
    func assemble(ctxt *obj.Link, s *obj.LSym, newprog obj.ProgAlloc) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/wasm/asm.go

    	"runtime.gcWriteBarrier7": {Results: []byte{I64}},                                     // -> bufptr
    	"runtime.gcWriteBarrier8": {Results: []byte{I64}},                                     // -> bufptr
    	"cmpbody":                 {Params: []byte{I64, I64, I64, I64}, Results: []byte{I64}}, // a, alen, b, blen -> -1/0/1
    	"memeqbody":               {Params: []byte{I64, I64, I64}, Results: []byte{I64}},      // a, b, len -> 0/1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:48 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. pkg/test/loadbalancersim/lb_test.go

    }
    
    type suiteMetrics []*testMetrics
    
    func cmpBool(b1, b2 bool) int {
    	if b1 == b2 {
    		return 0
    	}
    	if !b1 {
    		return -1
    	}
    	return 1
    }
    
    func (sm suiteMetrics) toCSV() string {
    	sort.SliceStable(sm, func(i, j int) bool {
    		a := sm[i]
    		b := sm[j]
    
    		if cmp := cmpBool(a.hasQueueLatency, b.hasQueueLatency); cmp != 0 {
    			return cmp < 0
    		}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 19 23:29:30 UTC 2022
    - 11K bytes
    - Viewed (0)
  4. src/mime/multipart/multipart_test.go

    			}
    			if err != nil {
    				t.Errorf("in test %q, NextPart: %v", tt.name, err)
    				continue Cases
    			}
    			pbody, err := io.ReadAll(p)
    			if err != nil {
    				t.Errorf("in test %q, error reading part: %v", tt.name, err)
    				continue Cases
    			}
    			got = append(got, headerBody{p.Header, string(pbody)})
    		}
    		if !reflect.DeepEqual(tt.want, got) {
    			t.Errorf("test %q:\n got: %v\nwant: %v", tt.name, got, tt.want)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 17:36:47 UTC 2022
    - 30.4K bytes
    - Viewed (0)
  5. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    redstone redumbrella reg.dk reggio-calabria.it reggio-emilia.it reggiocalabria.it reggioemilia.it rehab reise reisen reit reklam.hu rel.ht rel.pl reliance remotewd.com ren rendalen.no rennebu.no rennesoy.no rennesøy.no rent rentals rep.br rep.kp repair repbody.aero repl.co repl.run report republican res.aero res.in research.aero research.museum reservd.com reservd.dev.thingdust.io reservd.disrec.thingdust.io reservd.testing.thingdust.io reserve-online.com reserve-online.net resindevice.io resistance.museum...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top