Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for 0x0000000c (0.15 sec)

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

     0x00000005 (STRTAB)                     0xd438
     0x00000006 (SYMTAB)                     0x3ec8
     0x0000000a (STRSZ)                      23846 (Bytes)
     0x0000000b (SYMENT)                     16 (Bytes)
     0x00000003 (PLTGOT)                     0x1a8000
     0x00000002 (PLTRELSZ)                   96 (Bytes)
     0x00000014 (PLTREL)                     REL
     0x00000017 (JMPREL)                     0x172e8
    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

            0x00010000, 0x01010404, 0x00000004, 0x01010000,
            0x01010400, 0x01000000, 0x01000000, 0x00000400,
            0x01010004, 0x00010000, 0x00010400, 0x01000004,
            0x00000400, 0x00000004, 0x01000404, 0x00010404,
            0x01010404, 0x00010004, 0x01010000, 0x01000404,
            0x01000004, 0x00000404, 0x00010404, 0x01010400,
            0x00000404, 0x01000400, 0x01000400, 0x00000000,
            0x00010004, 0x00010400, 0x00000000, 0x01010004
    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

    }
    
    const (
    	GENERIC_READ    = 0x80000000
    	GENERIC_WRITE   = 0x40000000
    	GENERIC_EXECUTE = 0x20000000
    	GENERIC_ALL     = 0x10000000
    
    	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
    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. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	IN_CLOEXEC               = 0x00001000
    	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
    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/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

         * 
         */
        public static final int SMB2_FLAGS_SERVER_TO_REDIR = 0x00000001;
        /**
         * 
         */
        public static final int SMB2_FLAGS_ASYNC_COMMAND = 0x00000002;
        /**
         * 
         */
        public static final int SMB2_FLAGS_RELATED_OPERATIONS = 0x00000004;
        /**
         * 
         */
        public static final int SMB2_FLAGS_SIGNED = 0x00000008;
        /**
         * 
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Sep 30 10:47:31 UTC 2018
    - 19.9K bytes
    - Viewed (0)
  7. src/runtime/asm_386.s

    DATA masks<>+0x28(SB)/4, $0x00000000
    DATA masks<>+0x2c(SB)/4, $0x00000000
    
    DATA masks<>+0x30(SB)/4, $0x00ffffff
    DATA masks<>+0x34(SB)/4, $0x00000000
    DATA masks<>+0x38(SB)/4, $0x00000000
    DATA masks<>+0x3c(SB)/4, $0x00000000
    
    DATA masks<>+0x40(SB)/4, $0xffffffff
    DATA masks<>+0x44(SB)/4, $0x00000000
    DATA masks<>+0x48(SB)/4, $0x00000000
    DATA masks<>+0x4c(SB)/4, $0x00000000
    
    DATA masks<>+0x50(SB)/4, $0xffffffff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  8. 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)
  9. src/crypto/aes/const.go

    	0x1209091b, 0x1d83839e, 0x582c2c74, 0x341a1a2e, 0x361b1b2d, 0xdc6e6eb2, 0xb45a5aee, 0x5ba0a0fb,
    	0xa45252f6, 0x763b3b4d, 0xb7d6d661, 0x7db3b3ce, 0x5229297b, 0xdde3e33e, 0x5e2f2f71, 0x13848497,
    	0xa65353f5, 0xb9d1d168, 0x00000000, 0xc1eded2c, 0x40202060, 0xe3fcfc1f, 0x79b1b1c8, 0xb65b5bed,
    	0xd46a6abe, 0x8dcbcb46, 0x67bebed9, 0x7239394b, 0x944a4ade, 0x984c4cd4, 0xb05858e8, 0x85cfcf4a,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 01 21:52:00 UTC 2018
    - 29.3K bytes
    - Viewed (0)
  10. 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)
Back to top