Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 189 for 0x2a (3.38 sec)

  1. src/syscall/ztypes_linux_arm.go

    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    	B110     = 0x3
    	B134     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_386.go

    	INLCR    = 0x40
    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    	B110     = 0x3
    	B134     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  3. src/debug/pe/file_test.go

    		symbols: []*Symbol{
    			{".file", 0x0, -2, 0x0, 0x67},
    			{"main", 0x0, 1, 0x20, 0x2},
    			{".text", 0x0, 1, 0x0, 0x3},
    			{".data", 0x0, 2, 0x0, 0x3},
    			{".bss", 0x0, 3, 0x0, 0x3},
    			{".rdata", 0x0, 4, 0x0, 0x3},
    			{".xdata", 0x0, 5, 0x0, 0x3},
    			{".pdata", 0x0, 6, 0x0, 0x3},
    			{"__main", 0x0, 0, 0x20, 0x2},
    			{"puts", 0x0, 0, 0x20, 0x2},
    		},
    		hasNoDwarfInfo: true,
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/net/InetAddressesTest.java

                "016.016.016.016",
                "016.016.016",
                "016.016",
                "016",
                "000.000.000.000",
                "000",
                "0x0a.0x0a.0x0a.0x0a",
                "0x0a.0x0a.0x0a",
                "0x0a.0x0a",
                "0x0a",
                "42.42.42.42.42",
                "42.42.42",
                "42.42",
                "42",
                "42..42.42",
                "42..42.42.42",
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 24 16:44:05 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	__MAP_64                        = 0x10
    	MAP_ANON                        = 0x20
    	MAP_ANONYMOUS                   = 0x20
    	MS_SYNC                         = 0x1 // msync - synchronous writes
    	MS_ASYNC                        = 0x2 // asynchronous writes
    	MS_INVALIDATE                   = 0x4 // invalidate mappings
    	MS_BIND                         = 0x00001000
    	MS_MOVE                         = 0x00002000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p224.go

    func (p *P224Point) SetGenerator() *P224Point {
    	p.x.SetBytes([]byte{0xb7, 0xe, 0xc, 0xbd, 0x6b, 0xb4, 0xbf, 0x7f, 0x32, 0x13, 0x90, 0xb9, 0x4a, 0x3, 0xc1, 0xd3, 0x56, 0xc2, 0x11, 0x22, 0x34, 0x32, 0x80, 0xd6, 0x11, 0x5c, 0x1d, 0x21})
    	p.y.SetBytes([]byte{0xbd, 0x37, 0x63, 0x88, 0xb5, 0xf7, 0x23, 0xfb, 0x4c, 0x22, 0xdf, 0xe6, 0xcd, 0x43, 0x75, 0xa0, 0x5a, 0x7, 0x47, 0x64, 0x44, 0xd5, 0x81, 0x99, 0x85, 0x0, 0x7e, 0x34})
    	p.z.One()
    	return p
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 15.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go

    }
    
    type cpuMask uint64
    
    const (
    	_NCPUBITS = 0x40
    )
    
    const (
    	CBitFieldMaskBit0  = 0x1
    	CBitFieldMaskBit1  = 0x2
    	CBitFieldMaskBit2  = 0x4
    	CBitFieldMaskBit3  = 0x8
    	CBitFieldMaskBit4  = 0x10
    	CBitFieldMaskBit5  = 0x20
    	CBitFieldMaskBit6  = 0x40
    	CBitFieldMaskBit7  = 0x80
    	CBitFieldMaskBit8  = 0x100
    	CBitFieldMaskBit9  = 0x200
    	CBitFieldMaskBit10 = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	St_dev          uint32    // 0x10
    	St_nlink        uint32    // 0x14
    	St_uid          uint32    // 0x18
    	St_gid          uint32    // 0x1c
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

                  // 01NNNNNN
                  val index = readInt(b, PREFIX_6_BITS)
                  readLiteralHeaderWithIncrementalIndexingIndexedName(index - 1)
                }
                b and 0x20 == 0x20 -> {
                  // 001NNNNN
                  maxDynamicTableByteCount = readInt(b, PREFIX_5_BITS)
                  if (maxDynamicTableByteCount < 0 || maxDynamicTableByteCount > headerTableSizeSetting) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/UniAddress.java

            Sem sem = new Sem( 2 );
            int type = NbtAddress.isWINS( svr ) ? 0x1b : 0x1d;
    
            QueryThread q1x = new QueryThread( sem, name, type, null, svr );
            QueryThread q20 = new QueryThread( sem, name, 0x20, null, svr );
            q1x.setDaemon( true );
            q20.setDaemon( true );
            try {
                synchronized( sem ) {
                    q1x.start();
                    q20.start();
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 16.2K bytes
    - Viewed (0)
Back to top