Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for 0x3b (0.11 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    	ACASAD:  3<<30 | 0x47<<21 | 0x1f<<10,
    	ACASAW:  2<<30 | 0x47<<21 | 0x1f<<10,
    	ACASLD:  3<<30 | 0x45<<21 | 0x3f<<10,
    	ACASLW:  2<<30 | 0x45<<21 | 0x3f<<10,
    	ACASALD: 3<<30 | 0x47<<21 | 0x3f<<10,
    	ACASALW: 2<<30 | 0x47<<21 | 0x3f<<10,
    	ACASALH: 1<<30 | 0x47<<21 | 0x3f<<10,
    	ACASALB: 0<<30 | 0x47<<21 | 0x3f<<10,
    }
    var atomicCASP = map[obj.As]uint32{
    	ACASPD: 1<<30 | 0x41<<21 | 0x1f<<10,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. src/crypto/x509/name_constraints_test.go

    				panic("when using unknown name types, it must be the sole name")
    			}
    
    			template.ExtraExtensions = append(template.ExtraExtensions, pkix.Extension{
    				Id: []int{2, 5, 29, 17},
    				Value: []byte{
    					0x30, // SEQUENCE
    					3,    // three bytes
    					9,    // undefined GeneralName type 9
    					1,
    					1,
    				},
    			})
    
    		default:
    			return nil, fmt.Errorf("unknown name type %q", name)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 22:40:21 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  3. src/image/gif/writer.go

    		e.write(e.buf[:3])
    	}
    
    	// Add animation info if necessary.
    	if len(e.g.Image) > 1 && e.g.LoopCount >= 0 {
    		e.buf[0] = 0x21 // Extension Introducer.
    		e.buf[1] = 0xff // Application Label.
    		e.buf[2] = 0x0b // Block Size.
    		e.write(e.buf[:3])
    		_, err := io.WriteString(e.w, "NETSCAPE2.0") // Application Identifier.
    		if err != nil && e.err == nil {
    			e.err = err
    			return
    		}
    		e.buf[0] = 0x03 // Block Size.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:38:09 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. src/crypto/rsa/pkcs1v15.go

    	crypto.MD5:       {0x30, 0x20, 0x30, 0x0c, 0x06, 0x08, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x02, 0x05, 0x05, 0x00, 0x04, 0x10},
    	crypto.SHA1:      {0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e, 0x03, 0x02, 0x1a, 0x05, 0x00, 0x04, 0x14},
    	crypto.SHA224:    {0x30, 0x2d, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04, 0x05, 0x00, 0x04, 0x1c},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:21 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	St_size         uint64    // 0x20
    	St_atime        uint32    // 0x28
    	St_mtime        uint32    // 0x2c
    	St_ctime        uint32    // 0x30
    	St_rdev         uint32    // 0x34
    	St_auditoraudit uint32    // 0x38
    	St_useraudit    uint32    // 0x3c
    	St_blksize      uint32    // 0x40
    	St_createtime   uint32    // 0x44
    	St_auditid      [4]uint32 // 0x48
    	St_res01        uint32    // 0x58
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  6. src/runtime/asm_amd64.s

    DATA masks<>+0x10(SB)/8, $0x00000000000000ff
    DATA masks<>+0x18(SB)/8, $0x0000000000000000
    DATA masks<>+0x20(SB)/8, $0x000000000000ffff
    DATA masks<>+0x28(SB)/8, $0x0000000000000000
    DATA masks<>+0x30(SB)/8, $0x0000000000ffffff
    DATA masks<>+0x38(SB)/8, $0x0000000000000000
    DATA masks<>+0x40(SB)/8, $0x00000000ffffffff
    DATA masks<>+0x48(SB)/8, $0x0000000000000000
    DATA masks<>+0x50(SB)/8, $0x000000ffffffffff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	SECURITY_CREATOR_OWNER_SERVER_RID   = 0x2
    	SECURITY_CREATOR_GROUP_SERVER_RID   = 0x3
    	SECURITY_LOGON_IDS_RID_COUNT        = 0x3
    	SECURITY_ANONYMOUS_LOGON_RID        = 0x7
    	SECURITY_PROXY_RID                  = 0x8
    	SECURITY_ENTERPRISE_CONTROLLERS_RID = 0x9
    	SECURITY_SERVER_LOGON_RID           = SECURITY_ENTERPRISE_CONTROLLERS_RID
    	SECURITY_AUTHENTICATED_USER_RID     = 0xb
    	SECURITY_RESTRICTED_CODE_RID        = 0xc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top