HomeSort by: relevance | last modified time | path
    Searched defs:__ARM_MAX_ARCH__ (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/
arm_arch.h 60 # if !defined(__ARM_MAX_ARCH__)
61 # define __ARM_MAX_ARCH__ __ARM_ARCH__
64 # if __ARM_MAX_ARCH__<__ARM_ARCH__
65 # error "__ARM_MAX_ARCH__ can't be less than __ARM_ARCH__"
66 # elif __ARM_MAX_ARCH__!=__ARM_ARCH__
67 # if __ARM_ARCH__<7 && __ARM_MAX_ARCH__>=7 && defined(__ARMEB__)
  /src/crypto/external/bsd/openssl/dist/crypto/
arm_arch.h 55 # if !defined(__ARM_MAX_ARCH__)
56 # define __ARM_MAX_ARCH__ __ARM_ARCH__
59 # if __ARM_MAX_ARCH__<__ARM_ARCH__
60 # error "__ARM_MAX_ARCH__ can't be less than __ARM_ARCH__"
61 # elif __ARM_MAX_ARCH__!=__ARM_ARCH__
62 # if __ARM_ARCH__<7 && __ARM_MAX_ARCH__>=7 && defined(__ARMEB__)
  /src/crypto/external/apache2/openssl/dist/crypto/
arm_arch.h 50 #if !defined(__ARM_MAX_ARCH__)
51 #define __ARM_MAX_ARCH__ __ARM_ARCH__
54 #if __ARM_MAX_ARCH__ < __ARM_ARCH__
55 #error "__ARM_MAX_ARCH__ can't be less than __ARM_ARCH__"
56 #elif __ARM_MAX_ARCH__ != __ARM_ARCH__
57 #if __ARM_ARCH__ < 7 && __ARM_MAX_ARCH__ >= 7 && defined(__ARMEB__)

Completed in 24 milliseconds