Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for dDr0 (0.06 sec)

  1. src/crypto/tls/testdata/Server-TLSv13-AES256-SHA384

    00000300  52 e8 5f 8a 37 3f 8b ef  77 fc 93 0c b5 50 3b 94  |R._.7?..w....P;.|
    00000310  13 1b 3b 17 03 03 00 99  3e e8 05 5a 69 dc 0c 90  |..;.....>..Zi...|
    00000320  a3 17 35 ea 27 2b da 64  44 72 30 5b 9c a5 6b 1b  |..5.'+.dDr0[..k.|
    00000330  c2 a8 af 38 c3 43 52 14  fd ec a8 8b c9 ab 6b 67  |...8.CR.......kg|
    00000340  32 84 f9 b4 e1 89 08 8f  6a c2 2a 17 b9 f5 92 c8  |2.......j.*.....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  2. maven-core/src/test/resources-project-builder/nested-build-dir-interpolation/pom.xml

        properly interpolated.
      </description>
    
      <properties>
        <!-- These are the properties of interest -->
        <dir0>${project.build.outputDirectory}/dir0</dir0>
        <dir1>${project.build.testSourceDirectory}/dir1</dir1>
        <dir2>${project.reporting.outputDirectory}/dir2</dir2>
      </properties>
    
      <build>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 2K bytes
    - Viewed (0)
  3. pkg/volume/util/subpath/subpath_linux_test.go

    				volpath, _ := getTestPaths(base)
    				subpath := filepath.Join(volpath, "dir0")
    				return nil, volpath, subpath, os.MkdirAll(subpath, defaultPerm)
    			},
    			expectError: false,
    		},
    		{
    			name: "subpath-dir-symlink",
    			prepare: func(base string) ([]string, string, string, error) {
    				volpath, _ := getTestPaths(base)
    				subpath := filepath.Join(volpath, "dir0")
    				if err := os.MkdirAll(subpath, defaultPerm); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 10 16:52:55 UTC 2021
    - 37.3K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/386enc.s

    	// Make sure MOV CR/DR continues to work after changing its movtabs.
    	MOVL CR0, AX // 0f20c0
    	MOVL CR0, DX // 0f20c2
    	MOVL CR4, DI // 0f20e7
    	MOVL AX, CR0 // 0f22c0
    	MOVL DX, CR0 // 0f22c2
    	MOVL DI, CR4 // 0f22e7
    	MOVL DR0, AX // 0f21c0
    	MOVL DR6, DX // 0f21f2
    	MOVL DR7, SI // 0f21fe
    	// Test other movtab entries.
    	PUSHL SS // 16
    	PUSHL FS // 0fa0
    	POPL FS  // 0fa1
    	POPL SS  // 17
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  5. src/runtime/defs_windows_386.go

    	erroroffset   uint32
    	errorselector uint32
    	dataoffset    uint32
    	dataselector  uint32
    	registerarea  [80]uint8
    	cr0npxstate   uint32
    }
    
    type context struct {
    	contextflags      uint32
    	dr0               uint32
    	dr1               uint32
    	dr2               uint32
    	dr3               uint32
    	dr6               uint32
    	dr7               uint32
    	floatsave         floatingsavearea
    	seggs             uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go

    	CR4:  "CR4",
    	CR5:  "CR5",
    	CR6:  "CR6",
    	CR7:  "CR7",
    	CR8:  "CR8",
    	CR9:  "CR9",
    	CR10: "CR10",
    	CR11: "CR11",
    	CR12: "CR12",
    	CR13: "CR13",
    	CR14: "CR14",
    	CR15: "CR15",
    	DR0:  "DR0",
    	DR1:  "DR1",
    	DR2:  "DR2",
    	DR3:  "DR3",
    	DR4:  "DR4",
    	DR5:  "DR5",
    	DR6:  "DR6",
    	DR7:  "DR7",
    	DR8:  "DR8",
    	DR9:  "DR9",
    	DR10: "DR10",
    	DR11: "DR11",
    	DR12: "DR12",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  7. src/runtime/defs_windows_amd64.go

    	segcs                uint16
    	segds                uint16
    	seges                uint16
    	segfs                uint16
    	seggs                uint16
    	segss                uint16
    	eflags               uint32
    	dr0                  uint64
    	dr1                  uint64
    	dr2                  uint64
    	dr3                  uint64
    	dr6                  uint64
    	dr7                  uint64
    	rax                  uint64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/x86/x86asm/plan9x.go

    	CR4:  "CR4",
    	CR5:  "CR5",
    	CR6:  "CR6",
    	CR7:  "CR7",
    	CR8:  "CR8",
    	CR9:  "CR9",
    	CR10: "CR10",
    	CR11: "CR11",
    	CR12: "CR12",
    	CR13: "CR13",
    	CR14: "CR14",
    	CR15: "CR15",
    	DR0:  "DR0",
    	DR1:  "DR1",
    	DR2:  "DR2",
    	DR3:  "DR3",
    	DR4:  "DR4",
    	DR5:  "DR5",
    	DR6:  "DR6",
    	DR7:  "DR7",
    	DR8:  "DR8",
    	DR9:  "DR9",
    	DR10: "DR10",
    	DR11: "DR11",
    	DR12: "DR12",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/amd64error.s

    	MOVQ (AX), CR8                  // ERROR "invalid instruction"
    	MOVQ DR0, (AX)                  // ERROR "invalid instruction"
    	MOVQ DR2, (AX)                  // ERROR "invalid instruction"
    	MOVQ DR3, (AX)                  // ERROR "invalid instruction"
    	MOVQ DR6, (AX)                  // ERROR "invalid instruction"
    	MOVQ DR7, (AX)                  // ERROR "invalid instruction"
    	MOVQ (AX), DR0                  // ERROR "invalid instruction"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/list6.go

    	"CR0",  // [D_CR]
    	"CR1",
    	"CR2",
    	"CR3",
    	"CR4",
    	"CR5",
    	"CR6",
    	"CR7",
    	"CR8",
    	"CR9",
    	"CR10",
    	"CR11",
    	"CR12",
    	"CR13",
    	"CR14",
    	"CR15",
    	"DR0", // [D_DR]
    	"DR1",
    	"DR2",
    	"DR3",
    	"DR4",
    	"DR5",
    	"DR6",
    	"DR7",
    	"TR0", // [D_TR]
    	"TR1",
    	"TR2",
    	"TR3",
    	"TR4",
    	"TR5",
    	"TR6",
    	"TR7",
    	"TLS",    // [D_TLS]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 4.1K bytes
    - Viewed (0)
Back to top