Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 356 for 0_80 (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/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
    - 81.4K bytes
    - Viewed (0)
  2. src/syscall/zerrors_openbsd_386.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 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_openbsd_amd64.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 28 18:17:57 UTC 2021
    - 62.5K bytes
    - Viewed (0)
  4. src/syscall/asm_unix_386.s

    	CALL	runtime·entersyscall(SB)
    	MOVL	trap+0(FP), AX	// syscall entry
    	// slide args down on top of system call number
    	LEAL		a1+4(FP), SI
    	LEAL		trap+0(FP), DI
    	CLD
    	MOVSL
    	MOVSL
    	MOVSL
    	INT	$0x80
    	JAE	ok
    	MOVL	$-1, r1+16(FP)	// r1
    	MOVL	$-1, r2+20(FP)	// r2
    	MOVL	AX, err+24(FP)	// errno
    	CALL	runtime·exitsyscall(SB)
    	RET
    ok:
    	MOVL	AX, r1+16(FP)	// r1
    	MOVL	DX, r2+20(FP)	// r2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/events/v1/generated.pb.go

    	0xa2, 0x80, 0x76, 0x3c, 0x63, 0xa4, 0x38, 0xbb, 0x66, 0x29, 0xea, 0x55, 0x16, 0x69, 0xc2, 0xa3,
    	0x7d, 0x01, 0x5c, 0x45, 0x0b, 0x3e, 0x97, 0x40, 0x90, 0xea, 0x63, 0x39, 0xf5, 0x5d, 0x78, 0xce,
    	0x25, 0x50, 0x95, 0x89, 0x11, 0xf2, 0x36, 0x00, 0x52, 0x7a, 0x8a, 0xb8, 0xb8, 0x0d, 0x80, 0xaa,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    	0x31, 0xbc, 0x6e, 0x40, 0x1d, 0x7b, 0x4b, 0xc3, 0x97, 0xe2, 0x13, 0x56, 0x60, 0xf0, 0x6b, 0x70,
    	0x47, 0x48, 0x22, 0x43, 0xa1, 0x54, 0x7a, 0x79, 0x28, 0xd6, 0x80, 0x55, 0xae, 0xf6, 0xeb, 0x1a,
    	0xf8, 0x4e, 0x72, 0xc6, 0x1a, 0xb2, 0x75, 0x6e, 0x80, 0xda, 0xa2, 0xcb, 0x2d, 0x74, 0x1d, 0x5f,
    	0xee, 0xfa, 0xd3, 0x6b, 0xa5, 0xb4, 0xa2, 0xe7, 0x2f, 0x0d, 0xf0, 0x28, 0x97, 0xbd, 0x1a, 0x08,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  7. src/cmd/internal/gcprog/gcprog.go

    func progbits(p []byte) int64 {
    	var n int64
    	for len(p) > 0 {
    		x := p[0]
    		p = p[1:]
    		if x == 0 {
    			break
    		}
    		if x&0x80 == 0 {
    			count := x &^ 0x80
    			n += int64(count)
    			p = p[(count+7)/8:]
    			continue
    		}
    		nbit := int64(x &^ 0x80)
    		if nbit == 0 {
    			nbit, p = readvarint(p)
    		}
    		var count int64
    		count, p = readvarint(p)
    		n += nbit * count
    	}
    	if len(p) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 7.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_netbsd_386.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 28 18:17:57 UTC 2021
    - 67.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.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
    - 78.5K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_mips.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
    - 69.2K bytes
    - Viewed (0)
Back to top