Lines Matching refs:n_subtract
3210 …size_t n_subtract = 0; /* how much to subtract from current->n_suppress, i.e. how many elements wo… in json_buildv() local
3241 n_subtract = 1; in json_buildv()
3269 n_subtract = 1; in json_buildv()
3297 n_subtract = 1; in json_buildv()
3325 n_subtract = 1; in json_buildv()
3353 n_subtract = 1; in json_buildv()
3378 n_subtract = 1; in json_buildv()
3404 n_subtract = 1; in json_buildv()
3433 n_subtract = 1; in json_buildv()
3465 n_subtract = 1; in json_buildv()
3521 n_subtract = 1; in json_buildv()
3544 n_subtract = 1; in json_buildv()
3574 n_subtract = 1; in json_buildv()
3604 n_subtract = 1; in json_buildv()
3632 n_subtract = 1; in json_buildv()
3662 n_subtract = 1; in json_buildv()
3690 n_subtract = 1; in json_buildv()
3747 n_subtract = 1; in json_buildv()
3770 n_subtract = 1; in json_buildv()
3794 n_subtract = 1; /* we generated one item */ in json_buildv()
3825 n_subtract = 2; /* we generated two item */ in json_buildv()
3853 n_subtract = 2; /* we generated two item */ in json_buildv()
3880 n_subtract = 2; /* we generated two item */ in json_buildv()
3908 n_subtract = 2; /* we generated two item */ in json_buildv()
3934 n_subtract = 2; /* we generated two item */ in json_buildv()
3962 n_subtract = 2; /* we generated two item */ in json_buildv()
3990 n_subtract = 2; /* we generated two item */ in json_buildv()
4020 n_subtract = 2; /* we generated two item */ in json_buildv()
4048 n_subtract = 2; /* we generated two item */ in json_buildv()
4076 n_subtract = 2; /* we generated two item */ in json_buildv()
4099 if (current->n_suppress <= n_subtract) /* Saturated */ in json_buildv()
4102 current->n_suppress -= n_subtract; in json_buildv()