Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 0x0000001b (0.26 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

     0x0000000a (STRSZ)                      23846 (Bytes)
     0x0000000b (SYMENT)                     16 (Bytes)
     0x00000003 (PLTGOT)                     0x1a8000
     0x00000002 (PLTRELSZ)                   96 (Bytes)
     0x00000014 (PLTREL)                     REL
     0x00000017 (JMPREL)                     0x172e8
     0x00000011 (REL)                        0x148d8
     0x00000012 (RELSZ)                      10768 (Bytes)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/util/DES.java

            0x00002000, 0x00802080, 0x00802081, 0x00000081,
            0x00800080, 0x00800001, 0x00802000, 0x00802081,
            0x00000081, 0x00000000, 0x00000000, 0x00802000,
            0x00002080, 0x00800080, 0x00800081, 0x00000001,
            0x00802001, 0x00002081, 0x00002081, 0x00000080,
            0x00802081, 0x00000081, 0x00000001, 0x00002000,
            0x00800001, 0x00002001, 0x00802080, 0x00800081,
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  3. src/syscall/types_windows.go

    	FILE_LIST_DIRECTORY   = 0x00000001
    	FILE_APPEND_DATA      = 0x00000004
    	FILE_WRITE_ATTRIBUTES = 0x00000100
    
    	FILE_SHARE_READ              = 0x00000001
    	FILE_SHARE_WRITE             = 0x00000002
    	FILE_SHARE_DELETE            = 0x00000004
    	FILE_ATTRIBUTE_READONLY      = 0x00000001
    	FILE_ATTRIBUTE_HIDDEN        = 0x00000002
    	FILE_ATTRIBUTE_SYSTEM        = 0x00000004
    	FILE_ATTRIBUTE_DIRECTORY     = 0x00000010
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/service.go

    	SERVICE_NOTIFY_STOPPED          = 0x00000001
    	SERVICE_NOTIFY_START_PENDING    = 0x00000002
    	SERVICE_NOTIFY_STOP_PENDING     = 0x00000004
    	SERVICE_NOTIFY_RUNNING          = 0x00000008
    	SERVICE_NOTIFY_CONTINUE_PENDING = 0x00000010
    	SERVICE_NOTIFY_PAUSE_PENDING    = 0x00000020
    	SERVICE_NOTIFY_PAUSED           = 0x00000040
    	SERVICE_NOTIFY_CREATED          = 0x00000080
    	SERVICE_NOTIFY_DELETED          = 0x00000100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/hash/Crc32cHashFunction.java

            processRemaining(EMPTY);
          }
          return HashCode.fromInt(~crc0);
        }
    
        static final int[] BYTE_TABLE = {
          0x00000000, 0xf26b8303, 0xe13b70f7, 0x1350f3f4, 0xc79a971f, 0x35f1141c,
          0x26a1e7e8, 0xd4ca64eb, 0x8ad958cf, 0x78b2dbcc, 0x6be22838, 0x9989ab3b,
          0x4d43cfd0, 0xbf284cd3, 0xac78bf27, 0x5e133c24, 0x105ec76f, 0xe235446c,
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 20 18:43:59 UTC 2021
    - 21.3K bytes
    - Viewed (0)
  6. okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt

        }
    
        assertThat(derReader.hasNext()).isFalse()
      }
    
      @Test fun `decode length encoded with leading zero byte`() {
        val buffer =
          Buffer()
            .writeByte(0b00000010)
            .writeByte(0b10000010)
            .writeByte(0b00000000)
            .writeByte(0b01111111)
    
        val derReader = DerReader(buffer)
    
        assertFailsWith<ProtocolException> {
          derReader.read("test") {}
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  7. src/internal/syscall/windows/syscall_windows.go

    //sys UnlockFileEx(file syscall.Handle, reserved uint32, bytesLow uint32, bytesHigh uint32, overlapped *syscall.Overlapped) (err error) = kernel32.UnlockFileEx
    
    const (
    	LOCKFILE_FAIL_IMMEDIATELY = 0x00000001
    	LOCKFILE_EXCLUSIVE_LOCK   = 0x00000002
    )
    
    const MB_ERR_INVALID_CHARS = 8
    
    //sys	GetACP() (acp uint32) = kernel32.GetACP
    //sys	GetConsoleCP() (ccp uint32) = kernel32.GetConsoleCP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	IN_NONBLOCK              = 0x00000004
    	IN_ACCESS                = 0x00000001
    	IN_MODIFY                = 0x00000002
    	IN_ATTRIB                = 0x00000004
    	IN_CLOSE_WRITE           = 0x00000008
    	IN_CLOSE_NOWRITE         = 0x00000010
    	IN_OPEN                  = 0x00000020
    	IN_MOVED_FROM            = 0x00000040
    	IN_MOVED_TO              = 0x00000080
    	IN_CREATE                = 0x00000100
    	IN_DELETE                = 0x00000200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/smb1/SmbTransport.java

        int flags2 = FLAGS2;
        int maxMpxCount = MAX_MPX_COUNT;
        int snd_buf_size = SND_BUF_SIZE;
        int rcv_buf_size = RCV_BUF_SIZE;
        int capabilities = CAPABILITIES;
        int sessionKey = 0x00000000;
        boolean useUnicode = USE_UNICODE;
        String tconHostName = null;
    
        SmbTransport( UniAddress address, int port, InetAddress localAddr, int localPort ) {
            this.address = address;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 31.2K bytes
    - Viewed (0)
  10. src/runtime/syscall_windows_test.go

    	}
    }
    
    func Test64BitReturnStdCall(t *testing.T) {
    
    	const (
    		VER_BUILDNUMBER      = 0x0000004
    		VER_MAJORVERSION     = 0x0000002
    		VER_MINORVERSION     = 0x0000001
    		VER_PLATFORMID       = 0x0000008
    		VER_PRODUCT_TYPE     = 0x0000080
    		VER_SERVICEPACKMAJOR = 0x0000020
    		VER_SERVICEPACKMINOR = 0x0000010
    		VER_SUITENAME        = 0x0000040
    
    		VER_EQUAL         = 1
    		VER_GREATER       = 2
    		VER_GREATER_EQUAL = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
Back to top