_allshl (NTDLL.@)
LONGLONG _allshl ( LONGLONG a, LONG b )
Shift a 64 bit integer to the left.
a | [In] | Initial number. |
b | [In] | Number to shift a by to the left. |
The left-shifted value.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/ntdll/large_int.c". https://source.winehq.org/source/dlls/ntdll/large_int.c
Copyright © 2022 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2022.