Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for ha (0.02 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    				o1 |= uint32(2 << 16) // Transform lis r31,ha into addis r31,r2,ha
    				r.SetType(objabi.R_ADDRPOWER_TOCREL)
    			}
    			r.SetOff(0)
    			r.SetSiz(8) // generates 2 relocations: HA + LO
    			r.SetSym(target)
    			r.SetAdd(offset)
    		} else {
    			// The target address is known, resolve it
    			t += offset
    			o1 |= (uint32(t) + 0x8000) >> 16 // HA
    			o2 |= uint32(t) & 0xFFFF         // LO
    		}
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  2. src/runtime/mheap.go

    			return nil
    		}
    	}
    	l2 := mheap_.arenas[ri.l1()]
    	if arenaL1Bits != 0 && l2 == nil { // Should never happen if there's no L1.
    		return nil
    	}
    	ha := l2[ri.l2()]
    	if ha == nil {
    		return nil
    	}
    	return ha.spans[(p/pageSize)%pagesPerArena]
    }
    
    // spanOfUnchecked is equivalent to spanOf, but the caller must ensure
    // that p points into an allocated heap arena.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  3. pkg/ctrlz/assets/static/js/jquery-3.2.1.slim.min.js

    w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"function"!==c&&!r.isWindow(a)&&("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 68K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	defer r.customStorageLock.Unlock()
    
    	// Add CRD to the establishing controller queue.
    	// For HA clusters, we want to prevent race conditions when changing status to Established,
    	// so we want to be sure that CRD is Installing at least for 5 seconds before Establishing it.
    	// TODO: find a real HA safe checkpointing mechanism instead of an arbitrary wait.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  5. src/runtime/mgcmark.go

    	// Find the arena and page index into that arena for this shard.
    	ai := mheap_.markArenas[shard/(pagesPerArena/pagesPerSpanRoot)]
    	ha := mheap_.arenas[ai.l1()][ai.l2()]
    	arenaPage := uint(uintptr(shard) * pagesPerSpanRoot % pagesPerArena)
    
    	// Construct slice of bitmap which we'll iterate over.
    	specialsbits := ha.pageSpecials[arenaPage/8:]
    	specialsbits = specialsbits[:pagesPerSpanRoot/8]
    	for i := range specialsbits {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  6. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    5ywuaMHiPZ9toLpafIhGBBARAgAGBQJGoL9OAAoJENYF3Zy+nVM5eC0An3DO+rga
    XLMk8GNIrDao6wP2Q29UAJ9Muk5tgD+QNbQUMhvDx8MTNUrKhIkBHAQQAQIABgUC
    UbhyrAAKCRDaViAHn5WYio17B/4rpcxMZ5wDrh/1+xwJLHlEv63cdA7rhYfhoc+E
    hA+RK2Vo8eBf/v8bWJD1QMmAJZXdEXH6rKEmbAcAwIt4GXeFSyOE4V9A9QS3y8Fx
    LTAXF7f+QxlHdNXbGEiB/uAoWipi3mk5QyHjizAMCppHhdV8FrwENAuIXghaHZ7s
    mJ9g8UGnfMiUqmy/9YXrV4j62rqWi8P78oQDVIWkEhEjoOMr38mtgvHNk1nUESUG
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  7. src/compress/flate/testdata/huffman-rand-max.in

    ������Z�q��"�Ɛ(�3��{c>ew�ha���l֮C��BH&�G�/T���*%��^�6�z����}il��i�ō��:F�	,� l�����?v��SuS�r(m�W��C�y��\V��ϵ(�B��,M��~�_2�f���!
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 11 17:40:52 UTC 2016
    - 64K bytes
    - Viewed (0)
  8. src/runtime/mgc.go

    	// time here is pretty trivial.
    	lock(&mheap_.lock)
    	arenas := mheap_.allArenas
    	unlock(&mheap_.lock)
    	for _, ai := range arenas {
    		ha := mheap_.arenas[ai.l1()][ai.l2()]
    		clear(ha.pageMarks[:])
    	}
    
    	work.bytesMarked = 0
    	work.initialHeapLive = gcController.heapLive.Load()
    }
    
    // Hooks for other packages
    
    var poolcleanup func()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  9. pkg/controller/volume/persistentvolume/pv_controller.go

    // trouble. For example, a rogue HA controller instance could end up racing
    // and making multiple bindings that are indistinguishable, resulting in
    // potential data loss.
    //
    // This controller is designed to work in active-passive high availability
    // mode. It *could* work also in active-active HA mode, all the object
    // transitions are designed to cope with this, however performance could be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top