Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for lS (0.03 sec)

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

    }
    
    // A liveSlot is a slot that's live in loc at entry/exit of a block.
    type liveSlot struct {
    	VarLoc
    }
    
    func (ls *liveSlot) String() string {
    	return fmt.Sprintf("0x%x.%d.%d", ls.Registers, ls.stackOffsetValue(), int32(ls.StackOffset)&1)
    }
    
    func (ls liveSlot) absent() bool {
    	return ls.Registers == 0 && !ls.onStack()
    }
    
    // StackOffset encodes whether a value is on the stack and if so, where.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  2. pkg/kubelet/server/server_test.go

    	defer fw.testHTTPServer.Close()
    	output := "foo bar"
    	podNamespace := "other"
    	podName := "foo"
    	expectedPodName := getPodName(podName, podNamespace)
    	expectedContainerName := "baz"
    	expectedCommand := "ls -a"
    	fw.fakeKubelet.runFunc = func(podFullName string, uid types.UID, containerName string, cmd []string) ([]byte, error) {
    		if podFullName != expectedPodName {
    			t.Errorf("expected %s, got %s", expectedPodName, podFullName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/lib.go

    			ls, err := loadpe.Load(ctxt.loader, ctxt.Arch, ctxt.IncVersion(), f, pkg, length, pn)
    			if err != nil {
    				Errorf(nil, "%v", err)
    				return
    			}
    			if len(ls.Resources) != 0 {
    				setpersrc(ctxt, ls.Resources)
    			}
    			if ls.PData != 0 {
    				sehp.pdata = append(sehp.pdata, ls.PData)
    			}
    			if ls.XData != 0 {
    				sehp.xdata = append(sehp.xdata, ls.XData)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  4. src/compress/flate/testdata/huffman-rand-max.in

    d�#)���<�߳�O�GU��/�nCL��|�_L|��0��"G�Mk�$�,׾nz�����j��0%�t�Kj���Nv�I�_��c<~~ O�f��.��Hˮ�<���ՍBm����@��G�N�ώۦ� 	�zf�)��82`�T�c�H��c3n�e��ƺzCq�hi���E�kѻp��Ѵd���b�<F�1NAw�燢n�k
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // Absorb InvertFlags
    (CMOVQ(EQ|NE|LT|GT|LE|GE|HI|CS|CC|LS) x y (InvertFlags cond))
        => (CMOVQ(EQ|NE|GT|LT|GE|LE|CS|HI|LS|CC) x y cond)
    (CMOVL(EQ|NE|LT|GT|LE|GE|HI|CS|CC|LS) x y (InvertFlags cond))
        => (CMOVL(EQ|NE|GT|LT|GE|LE|CS|HI|LS|CC) x y cond)
    (CMOVW(EQ|NE|LT|GT|LE|GE|HI|CS|CC|LS) x y (InvertFlags cond))
        => (CMOVW(EQ|NE|GT|LT|GE|LE|CS|HI|LS|CC) x y cond)
    
    // Absorb constants generated during lower
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    				continue
    			}
    		}
    
    		if paramRef.Selector != nil {
    			ls := p.GetLabels()
    			matched := true
    
    			for k, v := range paramRef.Selector.MatchLabels {
    				if l, hasLabel := ls[k]; !hasLabel {
    					matched = false
    					break
    				} else if l != v {
    					matched = false
    					break
    				}
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm.s

    	BL.PL	9(PC)  // CALL.PL 9(PC)    // 0700005b
    	BL.VS	8(PC)  // CALL.VS 8(PC)    // 0600006b
    	BL.VC	7(PC)  // CALL.VC 7(PC)    // 0500007b
    	BL.HI	6(PC)  // CALL.HI 6(PC)    // 0400008b
    	BL.LS	5(PC)  // CALL.LS 5(PC)    // 0300009b
    	BL.GE	4(PC)  // CALL.GE 4(PC)    // 020000ab
    	BL.LT	3(PC)  // CALL.LT 3(PC)    // 010000bb
    	BL.GT	2(PC)  // CALL.GT 2(PC)    // 000000cb
    	BL.LE	1(PC)  // CALL.LE 1(PC)    // ffffffdb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  8. src/syscall/zsyscall_windows.go

    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func AcceptEx(ls Handle, as Handle, buf *byte, rxdatalen uint32, laddrlen uint32, raddrlen uint32, recvd *uint32, overlapped *Overlapped) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/arm64.s

    	CSINV	HS, R1, R2, R3	// 232082da
    	CSINVW	MI, R2, ZR, R2	// 42409f5a
    	CINC	EQ, R4, R9	// 8914849a
    	CINCW	PL, R2, ZR	// 5f44821a
    	CINV	PL, R11, R22	// 76418bda
    	CINVW	LS, R7, R13	// ed80875a
    	CNEG	LS, R13, R7	// a7858dda
    	CNEGW	EQ, R8, R13	// 0d15885a
    
    // atomic ops
    	LDARB	(R25), R2                            // 22ffdf08
    	LDARH	(R5), R7                             // a7fcdf48
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/conversion.go

    	// against all namespaces and get a list of matching namespaces that can be converted into a list
    	// Istio can handle.
    	ls, err := metav1.LabelSelectorAsSelector(lr.Namespaces.Selector)
    	if err != nil {
    		return nil
    	}
    	namespaces := []string{}
    	for _, ns := range r.Namespaces {
    		if ls.Matches(toNamespaceSet(ns.Name, ns.Labels)) {
    			namespaces = append(namespaces, ns.Name)
    		}
    	}
    	// Ensure stable order
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top