Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ffffffffff (0.11 sec)

  1. src/cmd/compile/internal/ssa/rewritePPC64.go

    		break
    	}
    	// match: (AND (MOVDconst [c]) y:(MOVWZreg _))
    	// cond: c&0xFFFFFFFF == 0xFFFFFFFF
    	// result: y
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			if v_0.Op != OpPPC64MOVDconst {
    				continue
    			}
    			c := auxIntToInt64(v_0.AuxInt)
    			y := v_1
    			if y.Op != OpPPC64MOVWZreg || !(c&0xFFFFFFFF == 0xFFFFFFFF) {
    				continue
    			}
    			v.copyOf(y)
    			return true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	BPF_F_NO_TUNNEL_KEY                        = 0x10
    	BPF_F_TUNINFO_FLAGS                        = 0x10
    	BPF_F_INDEX_MASK                           = 0xffffffff
    	BPF_F_CURRENT_CPU                          = 0xffffffff
    	BPF_F_CTXLEN_MASK                          = 0xfffff00000000
    	BPF_F_CURRENT_NETNS                        = -0x1
    	BPF_CSUM_LEVEL_QUERY                       = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteS390X.go

    	// cond: r.OutMerge(0xffffffff) != nil
    	// result: (RISBGZ x {*r.OutMerge(0xffffffff)})
    	for {
    		if v_0.Op != OpS390XRISBGZ {
    			break
    		}
    		r := auxToS390xRotateParams(v_0.Aux)
    		x := v_0.Args[0]
    		if !(r.OutMerge(0xffffffff) != nil) {
    			break
    		}
    		v.reset(OpS390XRISBGZ)
    		v.Aux = s390xRotateParamsToAux(*r.OutMerge(0xffffffff))
    		v.AddArg(x)
    		return true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 395.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	{0x0ff000f0, 0x012fff20, 3, BXJ_EQ, 0x1c04, instArgs{arg_R_0}},                                                // BXJ<c> <Rm> cond:4|0|0|0|1|0|0|1|0|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(1)|0|0|1|0|Rm:4
    	{0xffffffff, 0xf57ff01f, 4, CLREX, 0x0, instArgs{}},                                                           // CLREX 1|1|1|1|0|1|0|1|0|1|1|1|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(1)|(0)|(0)|(0)|(0)|0|0|0|1|(1)|(1)|(1)|(1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    	// means to use a default limit (currently 10MB). If you actually
    	// want to advertise an unlimited value to the peer, Transport
    	// interprets the highest possible value here (0xffffffff or 1<<32-1)
    	// to mean no limit.
    	MaxHeaderListSize uint32
    
    	// MaxReadFrameSize is the http2 SETTINGS_MAX_FRAME_SIZE to send in the
    	// initial settings frame. It is the size in bytes of the largest frame
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  6. src/regexp/testdata/re2-exhaustive.txt.bz2

    �2wn���J������j+F�������Ŋ,Qb�����������������V��d�i3j�+�J���X�X�d�lVl��UJ���%APmT[Fƭ�h�lj�1���Z(�1�3j�JYmcc�X����Z4I�`�6��%&�e��+(2��k&)Ẍ́��R�#�,�~|��B�!BD!B�! ff0�!3333"30��������Bf�!K30���!3333,��ff����̳3 ��B3332�p���&ffffffdBff3333332!33 �����������s��9�s��9Z1�c�1�V�c�1�cZ�9�s����9�fffe������������ff30�&fffe����L�������333333333332��&faL����30���!3333.TBff3333332�����������̳33333333333Bf�&fffffa33Bffffff30�&fffffa33BffffE���UpmU��Wj� ��6��ګ����&fffffffff...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top