Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 155 for 0x1f (0.16 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/condition.go

    func bfi_bfm_32m_bitfield_cond(instr uint32) bool {
    	return (instr>>5)&0x1f != 0x1f && uint8((instr>>10)&0x3f) < uint8((instr>>16)&0x3f)
    }
    
    func bfi_bfm_64m_bitfield_cond(instr uint32) bool {
    	return (instr>>5)&0x1f != 0x1f && uint8((instr>>10)&0x3f) < uint8((instr>>16)&0x3f)
    }
    
    func bfxil_bfm_32m_bitfield_cond(instr uint32) bool {
    	return uint8((instr>>10)&0x3f) >= uint8((instr>>16)&0x3f)
    }
    
    func bfxil_bfm_64m_bitfield_cond(instr uint32) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/schema/generated.pb.go

    	// 170 bytes of a gzipped FileDescriptorProto
    	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0xce, 0xa1, 0x0e, 0xc2, 0x30,
    	0x10, 0xc6, 0xf1, 0xd6, 0x22, 0x91, 0x88, 0x93, 0x73, 0xdc, 0x39, 0x82, 0x46, 0xf3, 0x04, 0xb8,
    	0x6e, 0x94, 0xae, 0x59, 0xba, 0x6b, 0xba, 0x4e, 0xe0, 0x78, 0x04, 0x1e, 0x6b, 0x72, 0x72, 0x92,
    	0x95, 0x17, 0x21, 0x69, 0x11, 0x48, 0xdc, 0xfd, 0xc5, 0xef, 0xf2, 0x6d, 0x0e, 0xdd, 0x71, 0x40,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. 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)
  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. 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)
  7. src/runtime/defs1_netbsd_arm.go

    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. src/runtime/defs_openbsd_386.go

    	_SIGTTIN   = 0x15
    	_SIGTTOU   = 0x16
    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 17:31:23 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  9. src/runtime/defs_openbsd_riscv64.go

    	_SIGTTIN   = 0x15
    	_SIGTTOU   = 0x16
    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 17:31:23 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  10. src/runtime/defs1_netbsd_amd64.go

    	_SIGIO     = 0x17
    	_SIGXCPU   = 0x18
    	_SIGXFSZ   = 0x19
    	_SIGVTALRM = 0x1a
    	_SIGPROF   = 0x1b
    	_SIGWINCH  = 0x1c
    	_SIGINFO   = 0x1d
    	_SIGUSR1   = 0x1e
    	_SIGUSR2   = 0x1f
    
    	_FPE_INTDIV = 0x1
    	_FPE_INTOVF = 0x2
    	_FPE_FLTDIV = 0x3
    	_FPE_FLTOVF = 0x4
    	_FPE_FLTUND = 0x5
    	_FPE_FLTRES = 0x6
    	_FPE_FLTINV = 0x7
    	_FPE_FLTSUB = 0x8
    
    	_BUS_ADRALN = 0x1
    	_BUS_ADRERR = 0x2
    	_BUS_OBJERR = 0x3
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
Back to top