|
NCEPLIBS-w3emc
2.11.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. More... | |
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. |