Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 98 for Mlock (0.14 sec)

  1. src/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go

    	0x38fc: 0x000b, 0x38fd: 0x000b, 0x38fe: 0x000b, 0x38ff: 0x000b,
    }
    
    // bidiIndex: 24 blocks, 1536 entries, 1536 bytes
    // Block 0 is the zero block.
    var bidiIndex = [1536]uint8{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x01, 0xc3: 0x02,
    	0xca: 0x03, 0xcb: 0x04, 0xcc: 0x05, 0xcd: 0x06, 0xce: 0x07, 0xcf: 0x08,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 110.9K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go

    	0x377c: 0x000b, 0x377d: 0x000b, 0x377e: 0x000b, 0x377f: 0x000b,
    }
    
    // bidiIndex: 24 blocks, 1536 entries, 1536 bytes
    // Block 0 is the zero block.
    var bidiIndex = [1536]uint8{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x01, 0xc3: 0x02,
    	0xca: 0x03, 0xcb: 0x04, 0xcc: 0x05, 0xcd: 0x06, 0xce: 0x07, 0xcf: 0x08,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 109.2K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go

    	// Block 0x28, offset 0xa00
    	0xa00: 0x000c, 0xa01: 0x000c,
    	0xa3b: 0x000c,
    	0xa3c: 0x000c,
    	// Block 0x29, offset 0xa40
    	0xa41: 0x000c, 0xa42: 0x000c, 0xa43: 0x000c, 0xa44: 0x000c,
    	0xa4d: 0x000c,
    	0xa62: 0x000c, 0xa63: 0x000c,
    	// Block 0x2a, offset 0xa80
    	0xa81: 0x000c,
    	// Block 0x2b, offset 0xac0
    	0xaca: 0x000c,
    	0xad2: 0x000c, 0xad3: 0x000c, 0xad4: 0x000c, 0xad6: 0x000c,
    	// Block 0x2c, offset 0xb00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 120.9K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go

    	// Block 0x28, offset 0xa00
    	0xa00: 0x000c, 0xa01: 0x000c,
    	0xa3b: 0x000c,
    	0xa3c: 0x000c,
    	// Block 0x29, offset 0xa40
    	0xa41: 0x000c, 0xa42: 0x000c, 0xa43: 0x000c, 0xa44: 0x000c,
    	0xa4d: 0x000c,
    	0xa62: 0x000c, 0xa63: 0x000c,
    	// Block 0x2a, offset 0xa80
    	0xa81: 0x000c,
    	// Block 0x2b, offset 0xac0
    	0xaca: 0x000c,
    	0xad2: 0x000c, 0xad3: 0x000c, 0xad4: 0x000c, 0xad6: 0x000c,
    	// Block 0x2c, offset 0xb00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 127.4K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go

    	0x3a7c: 0x000b, 0x3a7d: 0x000b, 0x3a7e: 0x000b, 0x3a7f: 0x000b,
    }
    
    // bidiIndex: 24 blocks, 1536 entries, 1536 bytes
    // Block 0 is the zero block.
    var bidiIndex = [1536]uint8{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x01, 0xc3: 0x02,
    	0xca: 0x03, 0xcb: 0x04, 0xcc: 0x05, 0xcd: 0x06, 0xce: 0x07, 0xcf: 0x08,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 116.6K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteLOONG64.go

    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (Com64 x)
    	// result: (NOR (MOVVconst [0]) x)
    	for {
    		x := v_0
    		v.reset(OpLOONG64NOR)
    		v0 := b.NewValue0(v.Pos, OpLOONG64MOVVconst, typ.UInt64)
    		v0.AuxInt = int64ToAuxInt(0)
    		v.AddArg2(v0, x)
    		return true
    	}
    }
    func rewriteValueLOONG64_OpCom8(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:26:25 UTC 2023
    - 195.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (Leq32U x y)
    	// result: (Not (Less32U y x))
    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpNot)
    		v0 := b.NewValue0(v.Pos, OpLess32U, typ.Bool)
    		v0.AddArg2(y, x)
    		v.AddArg(v0)
    		return true
    	}
    }
    func rewriteValueRISCV64_OpLeq64(v *Value) bool {
    	v_1 := v.Args[1]
    	v_0 := v.Args[0]
    	b := v.Block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  8. pkg/kubelet/cm/memorymanager/policy_static_test.go

    		},
    	}
    )
    
    func areMemoryBlocksEqual(mb1, mb2 []state.Block) bool {
    	if len(mb1) != len(mb2) {
    		return false
    	}
    
    	copyMemoryBlocks := make([]state.Block, len(mb2))
    	copy(copyMemoryBlocks, mb2)
    	for _, block := range mb1 {
    		for i, copyBlock := range copyMemoryBlocks {
    			if reflect.DeepEqual(block, copyBlock) {
    				// move the element that equals to the block to the end of the slice
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  9. src/net/http/server.go

    	remain  int64 // bytes remaining
    }
    
    func (cr *connReader) lock() {
    	cr.mu.Lock()
    	if cr.cond == nil {
    		cr.cond = sync.NewCond(&cr.mu)
    	}
    }
    
    func (cr *connReader) unlock() { cr.mu.Unlock() }
    
    func (cr *connReader) startBackgroundRead() {
    	cr.lock()
    	defer cr.unlock()
    	if cr.inRead {
    		panic("invalid concurrent Body.Read call")
    	}
    	if cr.hasByte {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  10. src/crypto/x509/x509_test.go

    -----END TEST KEY-----`)
    
    func TestCRLCreation(t *testing.T) {
    	block, _ := pem.Decode([]byte(pemPrivateKey))
    	privRSA, _ := ParsePKCS1PrivateKey(block.Bytes)
    	block, _ = pem.Decode([]byte(pemCertificate))
    	certRSA, _ := ParseCertificate(block.Bytes)
    
    	block, _ = pem.Decode([]byte(ed25519CRLKey))
    	privEd25519, _ := ParsePKCS8PrivateKey(block.Bytes)
    	block, _ = pem.Decode([]byte(ed25519CRLCertificate))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top