Home
last modified time | relevance | path

Searched refs:Rearrange (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3219 uint64_t Rearrange[2]; in parseConstants() local
3220 Rearrange[0] = (Record[1] & 0xffffLL) | (Record[0] << 16); in parseConstants()
3221 Rearrange[1] = Record[0] >> 48; in parseConstants()
3223 CurTy, APFloat(APFloat::x87DoubleExtended(), APInt(80, Rearrange))); in parseConstants()
/src/crypto/openssh/
H A DChangeLog4426 Rearrange selfhosted VM scheduling.
/src/contrib/ntp/
H A DChangeLog3943 * Rearrange libisc code to match the upstream layout in BIND. This is
H A DCommitLog2394 Rearrange restrict_u members for better packing.
3061 Rearrange library order to put $(SNMP_LIBS) last, avoiding problems
173264 Rearrange libisc code to match the upstream layout in BIND. This is
173268 Rearrange libisc code to match the upstream layout in BIND. This is
/src/contrib/xz/
H A DChangeLog12965 CMake: Rearrange the PACKAGE_ variables.