Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for Indexes (0.14 sec)

  1. pilot/pkg/networking/core/route/route.go

    	// Routes in the virtual host
    	Routes []*route.Route
    }
    
    // BuildSidecarVirtualHostWrapper creates virtual hosts from the given set of virtual Services
    // and a list of Services from the service registry. Services are indexed by FQDN hostnames.
    // The list of Services is also passed to allow maintaining consistent ordering.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/ARM.rules

    ((ADDshiftLL|ORshiftLL|XORshiftLL) <typ.UInt16> [8] (SRLconst <typ.UInt16> [24] (SLLconst [16] x)) x) && buildcfg.GOARM.Version>=6 => (REV16 x)
    
    // use indexed loads and stores
    (MOVWload [0] {sym} (ADD ptr idx) mem) && sym == nil => (MOVWloadidx ptr idx mem)
    (MOVWstore [0] {sym} (ADD ptr idx) val mem) && sym == nil => (MOVWstoreidx ptr idx val mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  3. src/runtime/mprof.go

    	// cycle can be accumulated into active once its complete.
    	active memRecordCycle
    
    	// future records the profile events we're counting for cycles
    	// that have not yet been published. This is ring buffer
    	// indexed by the global heap profile cycle C and stores
    	// cycles C, C+1, and C+2. Unlike active, these counts are
    	// only for a single cycle; they are not cumulative across
    	// cycles.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"field":   "The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed.  Fields may appear more than once in an array of causes due to fields having multiple errors. Optional.\n\nExamples:\n  \"name\" - the field \"name\" on the current resource\n  \"items[0].name\" - the field \"name\" on the first array entry in \"items\"",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string message = 2;
    
      // The field of the resource that has caused this error, as named by its JSON
      // serialization. May include dot and postfix notation for nested attributes.
      // Arrays are zero-indexed.  Fields may appear more than once in an array of
      // causes due to fields having multiple errors.
      // Optional.
      //
      // Examples:
      //   "name" - the field "name" on the current resource
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      optional string message = 2;
    
      // The field of the resource that has caused this error, as named by its JSON
      // serialization. May include dot and postfix notation for nested attributes.
      // Arrays are zero-indexed.  Fields may appear more than once in an array of
      // causes due to fields having multiple errors.
      // Optional.
      //
      // Examples:
      //   "name" - the field "name" on the current resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    	s.searchAddrBg.Clear()
    	s.searchAddrForce.Clear()
    	s.freeHWM = minOffAddr
    	s.test = test
    	return s.sysInit(test, sysStat)
    }
    
    // sysGrow updates the index's backing store in response to a heap growth.
    //
    // Returns the amount of memory added to sysStat.
    func (s *scavengeIndex) grow(base, limit uintptr, sysStat *sysMemStat) uintptr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/dwarf.go

    	// This maps loader symbol for the DWARF DIE symbol generated for
    	// a type (e.g. "go:info.uintptr") to the type symbol itself
    	// ("type:uintptr").
    	// FIXME: try converting this map (and the next one) to a single
    	// array indexed by loader.Sym -- this may perform better.
    	rtmap map[loader.Sym]loader.Sym
    
    	// This maps Go type symbol (e.g. "type:XXX") to loader symbol for
    	// the typedef DIE for that type (e.g. "go:info.XXX..def")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/arm64.s

    	VST4	[V22.D2, V23.D2, V24.D2, V25.D2], (R3)          // 760c004c
    	VST4.P	[V14.D2, V15.D2, V16.D2, V17.D2], 64(R15)       // ee0d9f4c
    	VST4.P	[V24.B8, V25.B8, V26.B8, V27.B8], (R3)(R23)     // 7800970c
    
    // pre/post-indexed
    	FMOVS.P	F20, 4(R0)                                      // 144400bc
    	FMOVS.W	F20, 4(R0)                                      // 144c00bc
    	FMOVD.P	F20, 8(R1)                                      // 348400fc
    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. src/cmd/compile/internal/ssa/_gen/S390X.rules

    (LTEBR (Select0 x:(F(ADDS|SUBS) _ _))) && b == x.Block => (Select1 x)
    
    // Fold memory operations into operations.
    // Exclude global data (SB) because these instructions cannot handle relative addresses.
    // TODO(mundaym): indexed versions of these?
    ((ADD|SUB|MULLD|AND|OR|XOR) <t> x g:(MOVDload [off] {sym} ptr mem))
      && ptr.Op != OpSB
      && is20Bit(int64(off))
      && canMergeLoadClobber(v, g, x)
      && clobber(g)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
Back to top