Lines Matching refs:granularity
232 inittab_msg("inittab_lookup: line %li: granularity `%s'"
901 "not compatible with option granularity");
1088 * for ds_type NUMBER, the granularity is really 1 since the
1313 "not compatible with option granularity");
1477 * input: uint8_t: the number of "granularity" numbers to decode
1480 * uint8_t: the number of numbers per granularity
1488 uint8_t granularity, const uint8_t *from, char *to, int *ierrnop)
1494 if (granularity != 0) {
1495 if ((granularity % n_entries) != 0) {
1497 "not compatible with option granularity");
1554 * input: uint8_t: the number of "granularity" numbers to encode
1557 * uint8_t: the number of numbers per granularity
1566 uint8_t granularity, const char *from, uint8_t *to, int *ierrnop)
1574 if (granularity != 0) {
1575 if ((granularity % n_entries) != 0) {
1578 "not compatible with option granularity");