Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/sha/
HDsha.h174 # define U64(C) C##UI64 macro
177 # define U64(C) C##UL macro
180 # define U64(C) C##ULL macro
/trueos/crypto/openssl/crypto/modes/
HDmodes_lcl.h13 # define U64(C) C##UI64 macro
17 # define U64(C) C##UL macro
21 # define U64(C) C##ULL macro
/trueos/crypto/openssl/crypto/aes/
HDaes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
/trueos/sys/dev/asr/
HDi2otypes.h112 } U64; typedef
/trueos/sys/dev/mps/mpi/
HDmpi2_type.h109 } U64; typedef
/trueos/sys/dev/mpr/mpi/
HDmpi2_type.h112 } U64; typedef
/trueos/sys/dev/mpt/mpilib/
HDmpi_type.h111 } U64; typedef
/trueos/sys/dev/isci/
HDenvironment.h57 typedef uint64_t U64; typedef
/trueos/contrib/libucl/src/
HDxxhash.c104 typedef uint64_t U64; typedef
110 typedef unsigned long long U64; typedef
/trueos/sys/cddl/boot/zfs/
HDlz4.c125 #define U64 uint64_t macro
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDlz4.c270 #define U64 uint64_t macro
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp1684 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, in lowerBITCAST() local
1698 SDNode *U64 = DAG.getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, MVT::f64); in lowerBITCAST() local