Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 204 for Bitmap (0.13 sec)

  1. src/cmd/compile/internal/walk/complit.go

    	return n
    }
    
    func isSimpleName(nn ir.Node) bool {
    	if nn.Op() != ir.ONAME || ir.IsBlank(nn) {
    		return false
    	}
    	n := nn.(*ir.Name)
    	return n.OnStack()
    }
    
    // initGenType is a bitmap indicating the types of generation that will occur for a static value.
    type initGenType uint8
    
    const (
    	initDynamic initGenType = 1 << iota // contains some dynamic values, for which init code will be generated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:03:54 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/ipset/ipset.go

    		if err := validateHashFamily(set.HashFamily); err != nil {
    			return err
    		}
    	}
    	// check set type
    	if err := validateIPSetType(set.SetType); err != nil {
    		return err
    	}
    	// check port range for bitmap type set
    	if set.SetType == BitmapPort {
    		if err := validatePortRange(set.PortRange); err != nil {
    			return err
    		}
    	}
    	// check hash size value of ipset
    	if set.HashSize <= 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    ListMap $minus(Object); public final ListMap tail(); public void ListMap$Node(ListMap, Object, Object); } scala/collection/immutable/ListMap$EmptyListMap$.class package scala.collection.immutable; public final synchronized class ListMap$EmptyListMap$ extends ListMap { public static final ListMap$EmptyListMap$ MODULE$; public static void <clinit>(); public void ListMap$EmptyListMap$(); } scala/collection/immutable/ListMap$.class package scala.collection.immutable; public final synchronized class ListMap$...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  4. src/runtime/metrics.go

    	gcStatsDep                  // corresponds to gcStatsAggregate
    	numStatsDeps
    )
    
    // statDepSet represents a set of statDeps.
    //
    // Under the hood, it's a bitmap.
    type statDepSet [1]uint64
    
    // makeStatDepSet creates a new statDepSet from a list of statDeps.
    func makeStatDepSet(deps ...statDep) statDepSet {
    	var s statDepSet
    	for _, d := range deps {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 21:03:13 UTC 2024
    - 26K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/constants/constants.go

    	// We need at least more than services, an IPv4 /28 or IPv6 /128 subnet means 14 util addresses
    	MinimumAddressesInPodSubnet = 14
    
    	// PodSubnetNodeMaskMaxDiff is limited to 16 due to an issue with uncompressed IP bitmap in core:
    	// xref: #44918
    	// The node subnet mask size must be no more than the pod subnet mask size + 16
    	PodSubnetNodeMaskMaxDiff = 16
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/ipset/ipset_test.go

    				Name:       "foo",
    				SetType:    BitmapPort,
    				HashFamily: ProtocolFamilyIPV6,
    				HashSize:   65535,
    				MaxElem:    2048,
    			},
    			expectErr: true,
    			desc:      "should specify right port range for bitmap type set",
    		},
    		{ // case[3]
    			ipset: &IPSet{
    				Name:       "bar",
    				SetType:    HashIPPort,
    				HashFamily: ProtocolFamilyIPV6,
    				HashSize:   0,
    				MaxElem:    2048,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 41.5K bytes
    - Viewed (0)
  7. src/runtime/symtab.go

    		if b&0x80 == 0 {
    			break
    		}
    		shift += 7
    	}
    	return n, v
    }
    
    type stackmap struct {
    	n        int32   // number of bitmaps
    	nbit     int32   // number of bits in each bitmap
    	bytedata [1]byte // bitmaps, each starting on a byte boundary
    }
    
    // stackmapdata should be an internal detail,
    // but widely used packages access it using linkname.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/net/MediaType.java

       *
       * @since 20.0
       */
      public static final MediaType VTT_UTF_8 = createConstantUtf8(TEXT_TYPE, "vtt");
    
      /* image types */
      /**
       * <a href="https://en.wikipedia.org/wiki/BMP_file_format">Bitmap file format</a> ({@code bmp}
       * files).
       *
       * @since 13.0
       */
      public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp");
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/net/MediaType.java

       *
       * @since 20.0
       */
      public static final MediaType VTT_UTF_8 = createConstantUtf8(TEXT_TYPE, "vtt");
    
      /* image types */
      /**
       * <a href="https://en.wikipedia.org/wiki/BMP_file_format">Bitmap file format</a> ({@code bmp}
       * files).
       *
       * @since 13.0
       */
      public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp");
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  10. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"image/x-jp2-codestream",
    				"image/x-jp2-container",
    				"image/x-niff",
    				"image/x-pcx",
    				"image/x-pict",
    				"image/x-portable-anymap",
    				"image/x-portable-bitmap",
    				"image/x-portable-graymap",
    				"image/x-portable-pixmap",
    				"image/x-raw-adobe",
    				"image/x-raw-hasselblad",
    				"image/x-raw-fuji",
    				"image/x-raw-canon",
    				"image/x-raw-kodak",
    				"image/x-raw-minolta",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top