Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rldicl (0.52 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	case ARLDMI:
    		return OPMD(30, 3, 0) /* rldimi */
    	case ARLDMICC:
    		return OPMD(30, 3, 1) /* rldimi. */
    	case ARLDIMI:
    		return OPMD(30, 3, 0) /* rldimi */
    	case ARLDIMICC:
    		return OPMD(30, 3, 1) /* rldimi. */
    	case ARLWNM:
    		return OPVCC(21, 0, 0, 0) /* rlwinm */
    	case ARLWNMCC:
    		return OPVCC(21, 0, 0, 1)
    
    	case ARLDCL:
    		return OPMD(30, 0, 0) /* rldicl */
    	case ARLDCLCC:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/unicode/tables.go

    	Quotation_Mark                     = _Quotation_Mark                     // Quotation_Mark is the set of Unicode characters with property Quotation_Mark.
    	Radical                            = _Radical                            // Radical is the set of Unicode characters with property Radical.
    	Regional_Indicator                 = _Regional_Indicator                 // Regional_Indicator is the set of Unicode characters with property Regional_Indicator.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	}
    	return
    }
    
    func setEntriesInAcl(countExplicitEntries uint32, explicitEntries *EXPLICIT_ACCESS, oldACL *ACL, newACL **ACL) (ret error) {
    	r0, _, _ := syscall.Syscall6(procSetEntriesInAclW.Addr(), 4, uintptr(countExplicitEntries), uintptr(unsafe.Pointer(explicitEntries)), uintptr(unsafe.Pointer(oldACL)), uintptr(unsafe.Pointer(newACL)), 0, 0)
    	if r0 != 0 {
    		ret = syscall.Errno(r0)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top