Lines Matching refs:granularity
230 inittab_msg("inittab_lookup: line %li: granularity `%s'"
900 "not compatible with option granularity");
1042 * for ds_type NUMBER, the granularity is really 1 since the
1259 "not compatible with option granularity");
1423 * input: uint8_t: the number of "granularity" numbers to decode
1426 * uint8_t: the number of numbers per granularity
1434 uint8_t granularity, const uint8_t *from, char *to, int *ierrnop)
1440 if (granularity != 0) {
1441 if ((granularity % n_entries) != 0) {
1443 "not compatible with option granularity");
1500 * input: uint8_t: the number of "granularity" numbers to encode
1503 * uint8_t: the number of numbers per granularity
1512 uint8_t granularity, const char *from, uint8_t *to, int *ierrnop)
1520 if (granularity != 0) {
1521 if ((granularity % n_entries) != 0) {
1524 "not compatible with option granularity");