aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/sign_ext.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-30wsutil: Add header files to DoxygenMoshe Kaplan1-2/+1
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-2/+3
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-13/+1
2016-03-16No need to operate on full bit width (CID 1355344 / 1355348)Jaap Keuter1-2/+2
2015-04-30Don't shift signed values left.Guy Harris1-4/+16
2014-11-01Validate no_of_bits in ws_sign_ext32 and ws_sign_ext64Stig Bjørlykke1-0/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-26There's no need to mark inline functions with _U_Jakub Zawadzki1-6/+2
2013-12-19Another try at marking the ws_sign_ext functions possibly-unused.Gerald Combs1-4/+8
2013-12-19Try to fix a warning found by, but not related to, the ABI check.Gerald Combs1-2/+2
2013-12-17sign_ext.h: use G_GINT64_CONSTANT(), add sample for alternative method of sig...Jakub Zawadzki1-2/+12
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki1-0/+50