Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for is_s390x (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. configure.py

    
    def is_linux():
      return platform.system() == 'Linux'
    
    
    def is_macos():
      return platform.system() == 'Darwin'
    
    
    def is_ppc64le():
      return platform.machine() == 'ppc64le'
    
    
    def is_s390x():
      return platform.machine() == 's390x'
    
    
    def is_cygwin():
      return platform.system().startswith('CYGWIN_NT')
    
    
    def get_input(question):
      try:
        try:
          answer = raw_input(question)
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Dec 19 16:32:04 GMT 2025
    - 48.3K bytes
    - Click Count (0)
  2. lib/fips140/v1.26.0.zip

    XOR_STORE(V9,V0,R5,R0) XOR_STORE(V10,V1,R5,R8) XOR_STORE(V11,V2,R5,R9) XOR_STORE(V12,V3,R5,R10) XOR_STORE(V13,V4,R5,R11) XOR_STORE(V14,V5,R5,R12) XOR_STORE(V15,V6,R5,R14) XOR_STORE(V16,V7,R5,R15) RET golang.org/fips140@v1.26.0/fips140/v1.26.0/aes/aes_s390x.go // Copyright 2016 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build !purego package aes import ( "crypto/internal/fips140deps/cpu" "crypto/internal/impl"...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
Back to Top