Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for Scattered (0.16 sec)

  1. guava/src/com/google/common/hash/Striped64.java

       *
       * Table entries are of class Cell; a variant of AtomicLong padded
       * to reduce cache contention on most processors. Padding is
       * overkill for most Atomics because they are usually irregularly
       * scattered in memory and thus don't interfere much with each
       * other. But Atomic objects residing in arrays will tend to be
       * placed adjacent to each other, and so will most often share
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. src/runtime/mpallocbits_test.go

    				{99, 50, 12},
    				{110, 1, 1},
    				{111, 1, 0},
    				{99, 1, 1},
    				{120, 1, 0},
    				{PallocChunkPages / 2, PallocChunkPages / 2, 0},
    				{0, PallocChunkPages, 111},
    			},
    		},
    		"Scattered": {
    			init: []BitRange{
    				{1, 3}, {5, 1}, {7, 1}, {10, 2}, {13, 1}, {15, 4},
    				{21, 1}, {23, 1}, {26, 2}, {30, 5}, {36, 2}, {40, 3},
    				{44, 6}, {51, 1}, {53, 2}, {58, 3}, {63, 1}, {67, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 17 22:00:17 UTC 2020
    - 13.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/features/kube_features.go

    	//
    	// Feature gates should be listed in alphabetical, case-sensitive
    	// (upper before any lower case character) order. This reduces the risk
    	// of code conflicts because changes are more likely to be scattered
    	// across the file.
    
    	// owner: @ivelichkovich, @tallclair
    	// alpha: v1.27
    	// beta: v1.28
    	// stable: v1.30
    	// kep: https://kep.k8s.io/3716
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:36:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_unix.go

    		from, err = anyToSockaddr(fd, &rsa)
    	}
    	return
    }
    
    // RecvmsgBuffers receives a message from a socket using the recvmsg system
    // call. This function is equivalent to Recvmsg, but non-control data read is
    // scattered into the buffers slices.
    func RecvmsgBuffers(fd int, buffers [][]byte, oob []byte, flags int) (n, oobn int, recvflags int, from Sockaddr, err error) {
    	iov := make([]Iovec, len(buffers))
    	for i := range buffers {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  5. api/go1.10.txt

    pkg debug/macho, type Reloc struct, Addr uint32
    pkg debug/macho, type Reloc struct, Extern bool
    pkg debug/macho, type Reloc struct, Len uint8
    pkg debug/macho, type Reloc struct, Pcrel bool
    pkg debug/macho, type Reloc struct, Scattered bool
    pkg debug/macho, type Reloc struct, Type uint8
    pkg debug/macho, type Reloc struct, Value uint32
    pkg debug/macho, type RelocTypeARM int
    pkg debug/macho, type RelocTypeARM64 int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  6. pkg/features/kube_features.go

    	//
    	// Feature gates should be listed in alphabetical, case-sensitive
    	// (upper before any lower case character) order. This reduces the risk
    	// of code conflicts because changes are more likely to be scattered
    	// across the file.
    
    	// owner: @ttakahashi21 @mkimuram
    	// kep: https://kep.k8s.io/3294
    	// alpha: v1.26
    	//
    	// Enable usage of Provision of PVCs from snapshots in other namespaces
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/test/test.go

    } xxpthread_mutex_t;
    struct ibv_async_event {
    	union {
    		int x;
    	} element;
    };
    struct ibv_context {
    	xxpthread_mutex_t mutex;
    };
    
    // issue 1635
    // Mac OS X's gcc will generate scattered relocation 2/1 for
    // this function on Darwin/386, and 8l couldn't handle it.
    // this example is in issue 1635
    void scatter() {
    	void *p = scatter;
    	printf("scatter = %p\n", p);
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_I32OrI64Tensor, [{Array containing the starting indices of the slices that must
    be scattered to.}]>:$scatter_indices,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    above-mention'd Rule exactly in such a Posture, that the Refractions of the Rays at their Emergence out of the Prism might be equal to that at their Incidence on it. This Prism had some Veins running along within the Glass from one end to the other, which scattered some of the Sun's Light irregularly, but had no sensible Effect in increasing the Length of the coloured Spectrum. For I tried the same Experiment with other Prisms with the same Success. And particularly with a Prism which seemed free from such...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  10. src/testdata/Isaac.Newton-Opticks.txt

    that the Refractions of the Rays at their Emergence out of the Prism
    might be equal to that at their Incidence on it. This Prism had some
    Veins running along within the Glass from one end to the other, which
    scattered some of the Sun's Light irregularly, but had no sensible
    Effect in increasing the Length of the coloured Spectrum. For I tried
    the same Experiment with other Prisms with the same Success. And
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top