Home
last modified time | relevance | path

Searched defs:U64 (Results 1 – 5 of 5) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha.h179 # define U64(C) C##UI64 macro
182 # define U64(C) C##UL macro
185 # define U64(C) C##ULL macro
/minix/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dmodes_lcl.h13 # define U64(C) C##UI64 macro
17 # define U64(C) C##UL macro
21 # define U64(C) C##ULL macro
/minix/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
/minix/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DStringRefTest.cpp417 uint64_t U64; in TEST() local
501 unsigned long long U64; in TEST() local
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1922 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, in lowerBITCAST() local
1936 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::f64); in lowerBITCAST() local