Searched refs:low32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/crypto/openssl/engines/vendor_defns/
H A Dcswift.h37 SW_U32 low32; member in struct:_SW_U64
44 SW_U32 low32;
/freebsd-11.0-release/sys/contrib/ncsw/inc/
H A Dncsw_ext.h89 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32))
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-sparc.c1102 int low32, rd, opc;
1122 low32 = the_insn.exp.X_add_number;
1124 if (low32 >= 0)
1134 if (low32 < -(1 << 12))
1139 low32 = 0x1c00 | (low32 & 0x3ff);
1144 | (low32 & 0x1fff));
1094 int low32, rd, opc; local

Completed in 170 milliseconds