Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 518 for 0x1f (0.04 sec)

  1. src/go/format/benchmark_test.go

    //
    //	// 0
    //	0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07,
    //	0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
    //	0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17,
    //	0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
    //	0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
    //	// 40
    //	0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
    //	0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
    //	...
    func array1(buf *bytes.Buffer, n int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 2K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_amd64.go

    	IPV6_JOIN_ANYCAST                = 0x1b
    	IPV6_JOIN_GROUP                  = 0x14
    	IPV6_LEAVE_ANYCAST               = 0x1c
    	IPV6_LEAVE_GROUP                 = 0x15
    	IPV6_MTU                         = 0x18
    	IPV6_MTU_DISCOVER                = 0x17
    	IPV6_MULTICAST_HOPS              = 0x12
    	IPV6_MULTICAST_IF                = 0x11
    	IPV6_MULTICAST_LOOP              = 0x13
    	IPV6_NEXTHOP                     = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  3. src/encoding/asn1/asn1_test.go

    	0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14,
    	0x0e, 0x07, 0x60, 0xd4, 0x39, 0xc9, 0x1b, 0x5b, 0x5d, 0x90, 0x7b, 0x23, 0xc8,
    	0xd2, 0x34, 0x9d, 0x4a, 0x9a, 0x46, 0x39, 0x30, 0x09, 0x06, 0x03, 0x55, 0x1d,
    	0x11, 0x04, 0x02, 0x30, 0x00, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x1d, 0x12, 0x04,
    	0x15, 0x30, 0x13, 0x81, 0x11, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x6c, 0x40,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 18:24:36 UTC 2023
    - 43.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition_util.go

    package arm64asm
    
    func extract_bit(value, bit uint32) uint32 {
    	return (value >> bit) & 1
    }
    
    func bfxpreferred_4(sf, opc1, imms, immr uint32) bool {
    	if imms < immr {
    		return false
    	}
    	if (imms>>5 == sf) && (imms&0x1f == 0x1f) {
    		return false
    	}
    	if immr == 0 {
    		if sf == 0 && (imms == 7 || imms == 15) {
    			return false
    		}
    		if sf == 1 && opc1 == 0 && (imms == 7 ||
    			imms == 15 || imms == 31) {
    			return false
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  5. src/internal/bytealg/count_arm64.s

    	CMP	$0x20, R2
    	// jump directly to tail if length < 32
    	BLO	tail
    	ANDS	$0x1f, R0, R9
    	BEQ	chunk
    	// Work with not 32-byte aligned head
    	BIC	$0x1f, R0, R3
    	ADD	$0x20, R3
    	PCALIGN $16
    head_loop:
    	MOVBU.P	1(R0), R5
    	CMP	R5, R1
    	CINC	EQ, R11, R11
    	SUB	$1, R2, R2
    	CMP	R0, R3
    	BNE	head_loop
    	// Work with 32-byte aligned chunks
    chunk:
    	BIC	$0x1f, R2, R9
    	// The first chunk can also be the last
    	CBZ	R9, tail
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 17:00:27 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_ppc64.go

    	PT_R2                            = 0x2
    	PT_R20                           = 0x14
    	PT_R21                           = 0x15
    	PT_R22                           = 0x16
    	PT_R23                           = 0x17
    	PT_R24                           = 0x18
    	PT_R25                           = 0x19
    	PT_R26                           = 0x1a
    	PT_R27                           = 0x1b
    	PT_R28                           = 0x1c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_arm.go

    	IPV6_JOIN_ANYCAST                = 0x1b
    	IPV6_JOIN_GROUP                  = 0x14
    	IPV6_LEAVE_ANYCAST               = 0x1c
    	IPV6_LEAVE_GROUP                 = 0x15
    	IPV6_MTU                         = 0x18
    	IPV6_MTU_DISCOVER                = 0x17
    	IPV6_MULTICAST_HOPS              = 0x12
    	IPV6_MULTICAST_IF                = 0x11
    	IPV6_MULTICAST_LOOP              = 0x13
    	IPV6_NEXTHOP                     = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_arm64.go

    	SIGPROF   = Signal(0x1b)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x11)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x12)
    	SIGTTIN   = Signal(0x15)
    	SIGTTOU   = Signal(0x16)
    	SIGURG    = Signal(0x10)
    	SIGUSR1   = Signal(0x1e)
    	SIGUSR2   = Signal(0x1f)
    	SIGVTALRM = Signal(0x1a)
    	SIGWINCH  = Signal(0x1c)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  9. src/encoding/base32/base32.go

    		lo := hi<<8 | uint32(src[si+4])
    
    		dst[di+0] = enc.encode[(hi>>27)&0x1F]
    		dst[di+1] = enc.encode[(hi>>22)&0x1F]
    		dst[di+2] = enc.encode[(hi>>17)&0x1F]
    		dst[di+3] = enc.encode[(hi>>12)&0x1F]
    		dst[di+4] = enc.encode[(hi>>7)&0x1F]
    		dst[di+5] = enc.encode[(hi>>2)&0x1F]
    		dst[di+6] = enc.encode[(lo>>5)&0x1F]
    		dst[di+7] = enc.encode[(lo)&0x1F]
    
    		si += 5
    		di += 8
    	}
    
    	// Add the remaining small block
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 16:25:54 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/v2/api.pb.go

    	0x28, 0xd7, 0xd9, 0x79, 0x95, 0xd3, 0xdd, 0x60, 0x34, 0x91, 0x22, 0xf7, 0x7f, 0x0f, 0x62, 0x1f,
    	0x35, 0xfe, 0xaa, 0x3f, 0xe7, 0x29, 0x98, 0x65, 0x4b, 0xb3, 0x4f, 0xdc, 0xe6, 0x96, 0xe4, 0x16,
    	0xe1, 0xff, 0x33, 0xd9, 0xec, 0x20, 0x63, 0xd7, 0x14, 0x1b, 0xa8, 0x14, 0x43, 0x5e, 0x24, 0x52,
    	0xf1, 0x97, 0xc7, 0x65, 0x0e, 0x8a, 0xcd, 0x17, 0x50, 0xe4, 0x50, 0xf3, 0x57, 0xc5, 0xad, 0xde,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 18:43:30 UTC 2023
    - 8.2K bytes
    - Viewed (0)
Back to top