Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for 0x0000001b (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    const (
    	SE_GROUP_MANDATORY          = 0x00000001
    	SE_GROUP_ENABLED_BY_DEFAULT = 0x00000002
    	SE_GROUP_ENABLED            = 0x00000004
    	SE_GROUP_OWNER              = 0x00000008
    	SE_GROUP_USE_FOR_DENY_ONLY  = 0x00000010
    	SE_GROUP_INTEGRITY          = 0x00000020
    	SE_GROUP_INTEGRITY_ENABLED  = 0x00000040
    	SE_GROUP_LOGON_ID           = 0xC0000000
    	SE_GROUP_RESOURCE           = 0x20000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	CBR_38400  = 38400
    	CBR_57600  = 57600
    	CBR_115200 = 115200
    	CBR_128000 = 128000
    	CBR_256000 = 256000
    
    	DTR_CONTROL_DISABLE   = 0x00000000
    	DTR_CONTROL_ENABLE    = 0x00000010
    	DTR_CONTROL_HANDSHAKE = 0x00000020
    
    	RTS_CONTROL_DISABLE   = 0x00000000
    	RTS_CONTROL_ENABLE    = 0x00001000
    	RTS_CONTROL_HANDSHAKE = 0x00002000
    	RTS_CONTROL_TOGGLE    = 0x00003000
    
    	NOPARITY    = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9_gtables.go

    	0x10090642, // AVEXTRACTHM
    	0x100b0642, // AVEXTRACTDM
    	0x10080642, // AVEXTRACTBM
    	0x1000001d, // AVEXTDUWVRX
    	0x1000001c, // AVEXTDUWVLX
    	0x1000001b, // AVEXTDUHVRX
    	0x1000001a, // AVEXTDUHVLX
    	0x10000019, // AVEXTDUBVRX
    	0x10000018, // AVEXTDUBVLX
    	0x1000001f, // AVEXTDDVRX
    	0x1000001e, // AVEXTDDVLX
    	0x10020642, // AVEXPANDWM
    	0x10040642, // AVEXPANDQM
    	0x10010642, // AVEXPANDHM
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 20:18:50 UTC 2022
    - 42.6K bytes
    - Viewed (0)
  6. src/regexp/testdata/testregex.c

    #undef	REG_DISCIPLINE
    #endif
    
    #ifndef REG_DELIMITED
    #undef	_REG_subcomp
    #endif
    
    #define TEST_ARE		0x00000001
    #define TEST_BRE		0x00000002
    #define TEST_ERE		0x00000004
    #define TEST_KRE		0x00000008
    #define TEST_LRE		0x00000010
    #define TEST_SRE		0x00000020
    
    #define TEST_EXPAND		0x00000100
    #define TEST_LENIENT		0x00000200
    
    #define TEST_QUERY		0x00000400
    #define TEST_SUB		0x00000800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  7. src/debug/elf/elf.go

    	DF_1_NOCOMMON DynFlag1 = 0x40000000
    )
    
    var dflag1Strings = []intName{
    	{0x00000001, "DF_1_NOW"},
    	{0x00000002, "DF_1_GLOBAL"},
    	{0x00000004, "DF_1_GROUP"},
    	{0x00000008, "DF_1_NODELETE"},
    	{0x00000010, "DF_1_LOADFLTR"},
    	{0x00000020, "DF_1_INITFIRST"},
    	{0x00000040, "DF_1_NOOPEN"},
    	{0x00000080, "DF_1_ORIGIN"},
    	{0x00000100, "DF_1_DIRECT"},
    	{0x00000200, "DF_1_TRANS"},
    	{0x00000400, "DF_1_INTERPOSE"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go

    	"\x00a\x03\b\x00\x00\x00\xe4" + // 0x00610308: 0x000000E4
    	"\x00a\x03\n\x00\x00\x00\xe5" + // 0x0061030A: 0x000000E5
    	"\x00c\x03'\x00\x00\x00\xe7" + // 0x00630327: 0x000000E7
    	"\x00e\x03\x00\x00\x00\x00\xe8" + // 0x00650300: 0x000000E8
    	"\x00e\x03\x01\x00\x00\x00\xe9" + // 0x00650301: 0x000000E9
    	"\x00e\x03\x02\x00\x00\x00\xea" + // 0x00650302: 0x000000EA
    	"\x00e\x03\b\x00\x00\x00\xeb" + // 0x00650308: 0x000000EB
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    	"\x00a\x03\b\x00\x00\x00\xe4" + // 0x00610308: 0x000000E4
    	"\x00a\x03\n\x00\x00\x00\xe5" + // 0x0061030A: 0x000000E5
    	"\x00c\x03'\x00\x00\x00\xe7" + // 0x00630327: 0x000000E7
    	"\x00e\x03\x00\x00\x00\x00\xe8" + // 0x00650300: 0x000000E8
    	"\x00e\x03\x01\x00\x00\x00\xe9" + // 0x00650301: 0x000000E9
    	"\x00e\x03\x02\x00\x00\x00\xea" + // 0x00650302: 0x000000EA
    	"\x00e\x03\b\x00\x00\x00\xeb" + // 0x00650308: 0x000000EB
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 372.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go

    	"\x00a\x03\b\x00\x00\x00\xe4" + // 0x00610308: 0x000000E4
    	"\x00a\x03\n\x00\x00\x00\xe5" + // 0x0061030A: 0x000000E5
    	"\x00c\x03'\x00\x00\x00\xe7" + // 0x00630327: 0x000000E7
    	"\x00e\x03\x00\x00\x00\x00\xe8" + // 0x00650300: 0x000000E8
    	"\x00e\x03\x01\x00\x00\x00\xe9" + // 0x00650301: 0x000000E9
    	"\x00e\x03\x02\x00\x00\x00\xea" + // 0x00650302: 0x000000EA
    	"\x00e\x03\b\x00\x00\x00\xeb" + // 0x00650308: 0x000000EB
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.2K bytes
    - Viewed (0)
Back to top