Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 356 for 0_80 (0.15 sec)

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

    	IGNBRK                            = 0x1
    	IGNCR                             = 0x80
    	IGNPAR                            = 0x4
    	IMAXBEL                           = 0x2000
    	INLCR                             = 0x40
    	INPCK                             = 0x10
    	IN_CLASSA_HOST                    = 0xffffff
    	IN_CLASSA_MAX                     = 0x80
    	IN_CLASSA_NET                     = 0xff000000
    	IN_CLASSA_NSHIFT                  = 0x18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go

    	IGNBRK                            = 0x1
    	IGNCR                             = 0x80
    	IGNPAR                            = 0x4
    	IMAXBEL                           = 0x2000
    	INLCR                             = 0x40
    	INPCK                             = 0x10
    	IN_CLASSA_HOST                    = 0xffffff
    	IN_CLASSA_MAX                     = 0x80
    	IN_CLASSA_NET                     = 0xff000000
    	IN_CLASSA_NSHIFT                  = 0x18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    	0x7f, 0x00, 0xb0, 0xb9, 0x69, 0x18, 0x1e, 0x35, 0x88, 0xcf, 0x1c, 0x1b, 0x07, 0x26, 0x45, 0x6f,
    	0x00, 0x5c, 0xd4, 0xcd, 0x80, 0xfb, 0xd4, 0xc3, 0x8e, 0x49, 0x0f, 0xa8, 0x49, 0x75, 0xdf, 0xf1,
    	0xb8, 0x08, 0x96, 0xe7, 0x56, 0xea, 0x6b, 0xb7, 0x94, 0xdc, 0x95, 0x41, 0x2f, 0xc5, 0xed, 0x1a,
    	0x51, 0x80, 0x2b, 0xd1, 0x95, 0x94, 0xde, 0xaa, 0xb2, 0x4b, 0xda, 0xd4, 0xcc, 0x6a, 0xb5, 0xff,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  4. src/vendor/golang.org/x/crypto/cryptobyte/asn1.go

    	}
    	if bytes[0] == 0 && bytes[1]&0x80 == 0 || bytes[0] == 0xff && bytes[1]&0x80 == 0x80 {
    		// Value is not minimally encoded.
    		return false
    	}
    	return true
    }
    
    var bigOne = big.NewInt(1)
    
    func (s *String) readASN1BigInt(out *big.Int) bool {
    	var bytes String
    	if !s.ReadASN1(&bytes, asn1.INTEGER) || !checkASN1Integer(bytes) {
    		return false
    	}
    	if bytes[0]&0x80 == 0x80 {
    		// Negative number.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 21.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/node/v1alpha1/generated.pb.go

    			wire |= (uint64(b) & 0x7F) << shift
    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 40.2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_amd64.go

    	BPF_NEG                          = 0x80
    	BPF_OR                           = 0x40
    	BPF_RET                          = 0x6
    	BPF_RSH                          = 0x70
    	BPF_ST                           = 0x2
    	BPF_STX                          = 0x3
    	BPF_SUB                          = 0x10
    	BPF_TAX                          = 0x0
    	BPF_TXA                          = 0x80
    	BPF_W                            = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/storagemigration/v1alpha1/generated.pb.go

    			wire |= (uint64(b) & 0x7F) << shift
    			if b < 0x80 {
    				break
    			}
    		}
    		wireType := int(wire & 0x7)
    		switch wireType {
    		case 0:
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    					return 0, ErrIntOverflowGenerated
    				}
    				if iNdEx >= l {
    					return 0, io.ErrUnexpectedEOF
    				}
    				iNdEx++
    				if dAtA[iNdEx-1] < 0x80 {
    					break
    				}
    			}
    		case 1:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 43.7K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_loong64.go

    	NLM_F_REPLACE                     = 0x100
    	NLM_F_REQUEST                     = 0x1
    	NLM_F_ROOT                        = 0x100
    	NOFLSH                            = 0x80
    	OCRNL                             = 0x8
    	OFDEL                             = 0x80
    	OFILL                             = 0x40
    	ONLCR                             = 0x4
    	ONLRET                            = 0x20
    	ONOCR                             = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/inline/inlheur/serialize.go

    		sl = sl[1:]
    		value |= (uint64(b&0x7F) << shift)
    		if b&0x80 == 0 {
    			break
    		}
    		shift += 7
    	}
    	return value, sl
    }
    
    func writeUleb128(sb *strings.Builder, v uint64) {
    	if v < 128 {
    		sb.WriteByte(uint8(v))
    		return
    	}
    	more := true
    	for more {
    		c := uint8(v & 0x7f)
    		v >>= 7
    		more = v != 0
    		if more {
    			c |= 0x80
    		}
    		sb.WriteByte(c)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 15:02:55 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	O_FSYNC                          = 0x4010
    	O_LARGEFILE                      = 0x2000
    	O_NDELAY                         = 0x80
    	O_NOATIME                        = 0x40000
    	O_NOCTTY                         = 0x800
    	O_NOFOLLOW                       = 0x20000
    	O_NONBLOCK                       = 0x80
    	O_PATH                           = 0x200000
    	O_RSYNC                          = 0x4010
    	O_SYNC                           = 0x4010
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top