Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 55 for quint8 (0.62 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    }
    
    type DCB struct {
    	DCBlength  uint32
    	BaudRate   uint32
    	Flags      uint32
    	wReserved  uint16
    	XonLim     uint16
    	XoffLim    uint16
    	ByteSize   uint8
    	Parity     uint8
    	StopBits   uint8
    	XonChar    byte
    	XoffChar   byte
    	ErrorChar  byte
    	EofChar    byte
    	EvtChar    byte
    	wReserved1 uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go

    // lookupValue determines the type of block n and looks up the value for b.
    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 228 blocks, 14592 entries, 14592 bytes
    // The third block is the zero block.
    var bidiValues = [14592]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 110.9K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go

    // lookupValue determines the type of block n and looks up the value for b.
    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 222 blocks, 14208 entries, 14208 bytes
    // The third block is the zero block.
    var bidiValues = [14208]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 109.2K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go

    // lookupValue determines the type of block n and looks up the value for b.
    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 240 blocks, 15360 entries, 15360 bytes
    // The third block is the zero block.
    var bidiValues = [15360]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 118.9K bytes
    - Viewed (0)
  5. src/vendor/golang.org/x/text/unicode/bidi/tables11.0.0.go

    // lookupValue determines the type of block n and looks up the value for b.
    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 234 blocks, 14976 entries, 14976 bytes
    // The third block is the zero block.
    var bidiValues = [14976]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 116.6K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/text/unicode/bidi/tables13.0.0.go

    // lookupValue determines the type of block n and looks up the value for b.
    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 248 blocks, 15872 entries, 15872 bytes
    // The third block is the zero block.
    var bidiValues = [15872]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 120.9K bytes
    - Viewed (0)
  7. cmd/data-usage-cache_gen.go

    	zb0001Len := uint32(3)
    	var zb0001Mask uint8 /* 3 bits */
    	_ = zb0001Mask
    	if z.Targets == nil {
    		zb0001Len--
    		zb0001Mask |= 0x1
    	}
    	if z.ReplicaSize == 0 {
    		zb0001Len--
    		zb0001Mask |= 0x2
    	}
    	if z.ReplicaCount == 0 {
    		zb0001Len--
    		zb0001Mask |= 0x4
    	}
    	// variable map header, size zb0001Len
    	err = en.Append(0x80 | uint8(zb0001Len))
    	if err != nil {
    		return
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go

    // lookupValue determines the type of block n and looks up the value for b.
    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 259 blocks, 16576 entries, 16576 bytes
    // The third block is the zero block.
    var bidiValues = [16576]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 127.4K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    type Optab struct {
    	as    obj.As // Opcode
    	a1    uint8  // p.From argument (obj.Addr). p is of type obj.Prog.
    	a2    uint8  // p.Reg argument (int16 Register)
    	a3    uint8  // p.RestArgs[0]  (obj.AddrPos)
    	a4    uint8  // p.RestArgs[1]
    	a5    uint8  // p.RestARgs[2]
    	a6    uint8  // p.To (obj.Addr)
    	type_ int8   // cases in asmout below. E.g., 44 = st r,(ra+rb); 45 = ld (ra+rb), r
    	size  int8   // Text space in bytes to lay operation
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    // in lookup tables. The language ids for these language codes are derived directly
    // from the letters and are not consecutive.
    // Size: 2197 bytes, 2197 elements
    var langNoIndex = [2197]uint8{
    	// Entry 0 - 3F
    	0xff, 0xf8, 0xed, 0xfe, 0xeb, 0xd3, 0x3b, 0xd2,
    	0xfb, 0xbf, 0x7a, 0xfa, 0x37, 0x1d, 0x3c, 0x57,
    	0x6e, 0x97, 0x73, 0x38, 0xfb, 0xea, 0xbf, 0x70,
    	0xad, 0x03, 0xff, 0xff, 0xcf, 0x05, 0x84, 0x72,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top