Searched refs:ind (Results 1 – 3 of 3) sorted by relevance
/system/core/sh/ |
D | show.c | 73 shtree(union node *n, int ind, char *pfx, FILE *fp) in shtree() argument 81 indent(ind, pfx, fp); in shtree() 92 shtree(n->nbinary.ch1, ind, NULL, fp); in shtree() 95 shtree(n->nbinary.ch2, ind, NULL, fp); in shtree() 99 if (ind >= 0) in shtree() 110 if (ind >= 0) in shtree() 115 if (ind >= 0) in shtree()
|
D | options.c | 405 int ind = 0; in getopts() local 416 ind = *optnext - optfirst + 1; in getopts() 466 ind = *optnext - optfirst + 1; in getopts() 470 ind = 1; in getopts() 475 fmtstr(s, sizeof(s), "%d", ind); in getopts()
|
/system/extras/ext4_utils/ |
D | indirect.c | 317 u32 ind = 0; in indirect_blocks_needed() local 320 return ind; in indirect_blocks_needed() 325 ind += DIV_ROUND_UP(len, aux_info.blocks_per_ind); in indirect_blocks_needed() 328 return ind; in indirect_blocks_needed() 332 ind += DIV_ROUND_UP(len, aux_info.blocks_per_dind); in indirect_blocks_needed() 335 return ind; in indirect_blocks_needed() 339 ind += DIV_ROUND_UP(len, aux_info.blocks_per_tind); in indirect_blocks_needed() 342 return ind; in indirect_blocks_needed()
|