Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DWORD (0.06 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

        -Name 'KeepAliveInterval' -Type Dword -Value 1000
      Set-ItemProperty -Force -Confirm:$false `
        -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' `
        -Name 'KeepAliveTime' -Type Dword -Value 60000
      Set-ItemProperty -Force -Confirm:$false `
        -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' `
        -Name 'TcpMaxDataRetransmissions' -Type Dword -Value 10
    
      Log-Output 'TCP/IP Parameters'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		// register indexed load
    		{name: "MOVDloadidx", argLength: 3, reg: gp2load, asm: "MOVD", typ: "UInt64"},    // load 64-bit dword from arg0 + arg1, arg2 = mem.
    		{name: "MOVWloadidx", argLength: 3, reg: gp2load, asm: "MOVW", typ: "Int32"},     // load 32-bit word from arg0 + arg1, sign-extended to 64-bit, arg2=mem.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
Back to top