diff options
author | ache <ache@FreeBSD.org> | 2016-05-29 16:39:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2016-05-29 16:39:28 +0000 |
commit | 06e4e4310f4ec7530e2ac8421e95d5eb846297b5 (patch) | |
tree | cbf8b4e83074120264e526dbc8de0c667c141d64 /lib/libc/stdlib/hcreate_r.c | |
parent | fa9d379051eb8023069a3ad724760edeb5851510 (diff) | |
download | FreeBSD-src-06e4e4310f4ec7530e2ac8421e95d5eb846297b5.zip FreeBSD-src-06e4e4310f4ec7530e2ac8421e95d5eb846297b5.tar.gz |
Micro optimize: C standard guarantees that right shift for unsigned value
fills left bits with zero, and we have exact 32bit unsigned value
(uint32_t), so there is no reason to add "& 0x7fffffff" here.
MFC after: 1 week
Diffstat (limited to 'lib/libc/stdlib/hcreate_r.c')
0 files changed, 0 insertions, 0 deletions