Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 138 for 0xC0 (0.04 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go

    	CBitFieldMaskBit51 = 0x1000
    	CBitFieldMaskBit52 = 0x800
    	CBitFieldMaskBit53 = 0x400
    	CBitFieldMaskBit54 = 0x200
    	CBitFieldMaskBit55 = 0x100
    	CBitFieldMaskBit56 = 0x80
    	CBitFieldMaskBit57 = 0x40
    	CBitFieldMaskBit58 = 0x20
    	CBitFieldMaskBit59 = 0x10
    	CBitFieldMaskBit60 = 0x8
    	CBitFieldMaskBit61 = 0x4
    	CBitFieldMaskBit62 = 0x2
    	CBitFieldMaskBit63 = 0x1
    )
    
    type SockaddrStorage struct {
    	Family uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr_test.go

    			want: []byte{0x19, 0x01, 0x00},
    		},
    		{
    			in:   FromInt32(math.MaxUint16), // max positive integer representable in three bytes
    			want: []byte{0x19, 0xff, 0xff},
    		},
    		{
    			in:   FromInt32(math.MaxUint16 + 1), // min positive integer representable in five bytes
    			want: []byte{0x1a, 0x00, 0x01, 0x00, 0x00},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:09 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. src/net/netip/netip_test.go

    		".1.2.3",
    		"1.2.3.",
    		"1..2.3",
    		// IPv4 address too long
    		"1.2.3.4.5",
    		// IPv4 in dotted octal form
    		"0300.0250.0214.0377",
    		// IPv4 in dotted hex form
    		"0xc0.0xa8.0x8c.0xff",
    		// IPv4 in class B form
    		"192.168.12345",
    		// IPv4 in class B form, with a small enough number to be
    		// parseable as a regular dotted decimal field.
    		"127.0.1",
    		// IPv4 in class A form
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go

    	CBitFieldMaskBit51 = 0x1000
    	CBitFieldMaskBit52 = 0x800
    	CBitFieldMaskBit53 = 0x400
    	CBitFieldMaskBit54 = 0x200
    	CBitFieldMaskBit55 = 0x100
    	CBitFieldMaskBit56 = 0x80
    	CBitFieldMaskBit57 = 0x40
    	CBitFieldMaskBit58 = 0x20
    	CBitFieldMaskBit59 = 0x10
    	CBitFieldMaskBit60 = 0x8
    	CBitFieldMaskBit61 = 0x4
    	CBitFieldMaskBit62 = 0x2
    	CBitFieldMaskBit63 = 0x1
    )
    
    type SockaddrStorage struct {
    	Family uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go

    	Irq_delay_total           uint64
    }
    
    type cpuMask uint32
    
    const (
    	_NCPUBITS = 0x20
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_386.go

    	Irq_delay_total           uint64
    }
    
    type cpuMask uint32
    
    const (
    	_NCPUBITS = 0x20
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. cmd/storage-datatypes_gen.go

    	if z.OldDataDir == "" {
    		zb0001Len--
    		zb0001Mask |= 0x10
    	}
    	// variable map header, size zb0001Len
    	o = append(o, 0x80|uint8(zb0001Len))
    	if zb0001Len == 0 {
    		return
    	}
    	// string "BaseOptions"
    	o = append(o, 0xab, 0x42, 0x61, 0x73, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73)
    	// map header, size 0
    	_ = z.BaseOptions
    	o = append(o, 0x80)
    	// string "r"
    	o = append(o, 0xa1, 0x72)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  8. src/crypto/aes/asm_ppc64x.s

    #define BLK_ROUNDS R6
    #define BLK_IDX    R7
    
    DATA ·rcon+0x00(SB)/8, $0x0f0e0d0c0b0a0908 // Permute for vector doubleword endian swap
    DATA ·rcon+0x08(SB)/8, $0x0706050403020100
    DATA ·rcon+0x10(SB)/8, $0x0100000001000000 // RCON
    DATA ·rcon+0x18(SB)/8, $0x0100000001000000 // RCON
    DATA ·rcon+0x20(SB)/8, $0x1b0000001b000000
    DATA ·rcon+0x28(SB)/8, $0x1b0000001b000000
    DATA ·rcon+0x30(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  9. src/internal/syscall/unix/at_sysnum_darwin.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package unix
    
    const (
    	AT_EACCESS          = 0x10
    	AT_FDCWD            = -0x2
    	AT_REMOVEDIR        = 0x80
    	AT_SYMLINK_NOFOLLOW = 0x0020
    
    	UTIME_OMIT = -0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 19 15:02:38 UTC 2024
    - 318 bytes
    - Viewed (0)
  10. src/crypto/sha1/sha1.go

    	mask1b := byte(int8(t) >> 7) // mask1b is 0xFF iff one block is enough
    
    	separator := byte(0x80) // gets reset to 0x00 once used
    	for i := byte(0); i < chunk; i++ {
    		mask := byte(int8(i-nx) >> 7) // 0x00 after the end of data
    
    		// if we reached the end of the data, replace with 0x80 or 0x00
    		d.x[i] = (^mask & separator) | (mask & d.x[i])
    
    		// zero the separator once used
    		separator &= mask
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:50:58 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top