Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for 3_8000 (0.2 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	STA_FREQHOLD  = 0x80
    	STA_PPSSIGNAL = 0x100
    	STA_PPSJITTER = 0x200
    	STA_PPSWANDER = 0x400
    	STA_PPSERROR  = 0x800
    	STA_CLOCKERR  = 0x1000
    	STA_NANO      = 0x2000
    	STA_MODE      = 0x4000
    	STA_CLK       = 0x8000
    )
    
    const (
    	TIME_OK    = 0x0
    	TIME_INS   = 0x1
    	TIME_DEL   = 0x2
    	TIME_OOP   = 0x3
    	TIME_WAIT  = 0x4
    	TIME_ERROR = 0x5
    	TIME_BAD   = 0x5
    )
    
    type Rlimit struct {
    	Cur uint64
    	Max uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/storage_test.go

    		create: svcTestCase{
    			svc: svctest.MakeService("foo",
    				svctest.SetTypeExternalName,
    				svctest.SetExternalTrafficPolicy(""),
    				svctest.SetHealthCheckNodePort(30000)),
    			expectError: true,
    		},
    	}, {
    		name: "ExternalName_policy:Cluster_hcnp:none",
    		create: svcTestCase{
    			svc: svctest.MakeService("foo",
    				svctest.SetTypeExternalName,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.24.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewrite386.go

    		v0.AddArg2(ptr, mem)
    		return true
    	}
    	// match: (MOVWLSX (ANDLconst [c] x))
    	// cond: c & 0x8000 == 0
    	// result: (ANDLconst [c & 0x7fff] x)
    	for {
    		if v_0.Op != Op386ANDLconst {
    			break
    		}
    		c := auxIntToInt32(v_0.AuxInt)
    		x := v_0.Args[0]
    		if !(c&0x8000 == 0) {
    			break
    		}
    		v.reset(Op386ANDLconst)
    		v.AuxInt = int32ToAuxInt(c & 0x7fff)
    		v.AddArg(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar)) [SIG Cloud Provider and Storage]
    
    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    _Nothing has changed._
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.23.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar)) [SIG Cloud Provider and Storage]
    - Fix JobTrackingWithFinalizers that:
      - was declaring a job finished before counting all the created pods in the status
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.22.md

    - Existing InTree AzureFile PVs which don't have a secret namespace defined will now work properly after enabling CSI migration - the namespace will be obtained from ClaimRef. ([#108000](https://github.com/kubernetes/kubernetes/pull/108000), [@RomanBednar](https://github.com/RomanBednar)) [SIG Cloud Provider and Storage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewriteARM.go

    		v.reset(OpARMMOVWreg)
    		v.AddArg(x)
    		return true
    	}
    	// match: (MOVHreg (ANDconst [c] x))
    	// cond: c & 0x8000 == 0
    	// result: (ANDconst [c&0x7fff] x)
    	for {
    		if v_0.Op != OpARMANDconst {
    			break
    		}
    		c := auxIntToInt32(v_0.AuxInt)
    		x := v_0.Args[0]
    		if !(c&0x8000 == 0) {
    			break
    		}
    		v.reset(OpARMANDconst)
    		v.AuxInt = int32ToAuxInt(c & 0x7fff)
    		v.AddArg(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/x-atari-floppy-disk-image">
        <tika:link>http://fileformats.archiveteam.org/wiki/ATR</tika:link>
        <magic priority="50">
          <match value="0x9602" offset="0">
            <match value="0x8000" offset="4">
              <match value="0x00000000" offset="11"/>
            </match>
            <match value="0x0001" offset="4">
              <match value="0x00000000" offset="11"/>
            </match>
          </match>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go

    	firstCCC              = 0x2CA1
    	endMulti              = 0x2F63
    	firstLeadingCCC       = 0x49B1
    	firstCCCZeroExcept    = 0x4A7B
    	firstStarterWithNLead = 0x4AA2
    	lastDecomp            = 0x4AA4
    	maxDecomp             = 0x8000
    )
    
    // decomps: 19108 bytes
    var decomps = [...]byte{
    	// Bytes 0 - 3f
    	0x00, 0x41, 0x20, 0x41, 0x21, 0x41, 0x22, 0x41,
    	0x23, 0x41, 0x24, 0x41, 0x25, 0x41, 0x26, 0x41,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.8K bytes
    - Viewed (0)
Back to top