Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 0x01010000 (0.14 sec)

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

    	DI_NOFILECOPY          DI_FLAGS = 0x01000000 // No file Copy necessary
    	DI_FORCECOPY           DI_FLAGS = 0x02000000 // Force files to be copied from install path
    	DI_DRIVERPAGE_ADDED    DI_FLAGS = 0x04000000 // Prop provider added Driver page.
    	DI_USECI_SELECTSTRINGS DI_FLAGS = 0x08000000 // Use Class Installer Provided strings in the Select Device Dlg
    	DI_OVERRIDE_INFFLAGS   DI_FLAGS = 0x10000000 // Override INF flags
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    )
    
    type ACCESS_MASK uint32
    
    // Constants for type ACCESS_MASK
    const (
    	DELETE                   = 0x00010000
    	READ_CONTROL             = 0x00020000
    	WRITE_DAC                = 0x00040000
    	WRITE_OWNER              = 0x00080000
    	SYNCHRONIZE              = 0x00100000
    	STANDARD_RIGHTS_REQUIRED = 0x000F0000
    	STANDARD_RIGHTS_READ     = READ_CONTROL
    	STANDARD_RIGHTS_WRITE    = READ_CONTROL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  3. src/regexp/testdata/testregex.c

    #define TEST_QUERY		0x00000400
    #define TEST_SUB		0x00000800
    #define TEST_UNSPECIFIED	0x00001000
    #define TEST_VERIFY		0x00002000
    #define TEST_AND		0x00004000
    #define TEST_OR			0x00008000
    
    #define TEST_DELIMIT		0x00010000
    #define TEST_OK			0x00020000
    #define TEST_SAME		0x00040000
    
    #define TEST_ACTUAL		0x00100000
    #define TEST_BASELINE		0x00200000
    #define TEST_FAIL		0x00400000
    #define TEST_PASS		0x00800000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	FILE_NAMED_STREAMS                = 0x00040000
    	FILE_PERSISTENT_ACLS              = 0x00000008
    	FILE_READ_ONLY_VOLUME             = 0x00080000
    	FILE_SEQUENTIAL_WRITE_ONCE        = 0x00100000
    	FILE_SUPPORTS_ENCRYPTION          = 0x00020000
    	FILE_SUPPORTS_EXTENDED_ATTRIBUTES = 0x00800000
    	FILE_SUPPORTS_HARD_LINKS          = 0x00400000
    	FILE_SUPPORTS_OBJECT_IDS          = 0x00010000
    	FILE_SUPPORTS_OPEN_BY_FILE_ID     = 0x01000000
    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. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        assertThat(countFrames(logs, "FINE: >> 0x00000000     8 PING          "))
          .isEqualTo(1)
        assertThat(countFrames(logs, "FINE: << 0x00000000     8 PING          "))
          .isEqualTo(1)
        assertThat(countFrames(logs, "FINE: >> 0x00000000     8 PING          ACK"))
          .isEqualTo(1)
        assertThat(countFrames(logs, "FINE: << 0x00000000     8 PING          ACK"))
          .isEqualTo(1)
      }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        )
      }
    
      @Test
      fun hostIpv6WithMalformedIpv4Suffix() {
        assertInvalid(
          "http://[0:0:0:0:0:1:0.0:0.0]/",
          "Invalid URL host: \"[0:0:0:0:0:1:0.0:0.0]\"",
        )
        assertInvalid(
          "http://[0:0:0:0:0:1:0.0-0.0]/",
          "Invalid URL host: \"[0:0:0:0:0:1:0.0-0.0]\"",
        )
        assertInvalid(
          "http://[0:0:0:0:0:1:.255.255.255]/",
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  7. src/math/big/float_test.go

    		// special denormal cases (see issues 14553, 14651)
    		{"0x0.0000001p-126", math.Float32frombits(0x00000000), Below}, // underflow to zero
    		{"0x0.0000008p-126", math.Float32frombits(0x00000000), Below}, // underflow to zero
    		{"0x0.0000010p-126", math.Float32frombits(0x00000000), Below}, // rounded down to even
    		{"0x0.0000011p-126", math.Float32frombits(0x00000001), Above}, // rounded up to smallest denormal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    				return
    			}
    			ehdr.Flags = flags
    			ctxt.Textp = append(ctxt.Textp, textp...)
    		}
    		return ldhostobj(ldelf, ctxt.HeadType, f, pkg, length, pn, file)
    	}
    
    	if magic&^1 == 0xfeedface || magic&^0x01000000 == 0xcefaedfe {
    		ldmacho := func(ctxt *Link, f *bio.Reader, pkg string, length int64, pn string) {
    			textp, err := loadmacho.Load(ctxt.loader, ctxt.Arch, ctxt.IncVersion(), f, pkg, length, pn)
    			if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top