NCEPLIBS-w3emc 2.12.0
|
Put arbitrary size values into a packed bit string. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | sbytesc (out, in, iskip, nbyte, nskip, n) |
Store bytes - pack bits: Put arbitrary size values into a packed bit string, taking the low order bits from each value in the unpacked array. | |
Put arbitrary size values into a packed bit string.
Definition in file sbytesc.f.
subroutine sbytesc | ( | character*1, dimension(*) | out, |
integer, dimension(n) | in, | ||
iskip, | |||
nbyte, | |||
nskip, | |||
n | |||
) |
Store bytes - pack bits: Put arbitrary size values into a packed bit string, taking the low order bits from each value in the unpacked array.
OUT | = packed array output. |
IN | = unpacked array input. |
ISKIP | = initial number of bits to skip. |
NBYTE | = number of bits to pack. |
NSKIP | = additional number of bits to skip on each iteration. |
N | = number of iterations. |