Home
last modified time | relevance | path

Searched defs:Maj (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DDriverUtils.cpp249 int Maj, Min; in findMajMinShlib() local
/openbsd-src/lib/libcrypto/sha/
H A Dsha256.c128 Maj(SHA_LONG x, SHA_LONG y, SHA_LONG z) in Maj() function
H A Dsha1.c92 Maj(SHA_LONG x, SHA_LONG y, SHA_LONG z) in Maj() function
H A Dsha512.c153 Maj(SHA_LONG64 x, SHA_LONG64 y, SHA_LONG64 z) in Maj() function
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DOSTargets.h380 const unsigned Maj = this->PlatformMinVersion.getMajor(); in getOSDefines() local
/openbsd-src/sys/crypto/
H A Dsha2.c129 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
/openbsd-src/sys/lib/libsa/
H A Dsha2.c163 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
/openbsd-src/lib/libc/hash/
H A Dsha2.c162 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp5855 int Maj, Min; in findMajMinShlib() local