Searched refs:iroot (Results 1 – 5 of 5) sorted by relevance
194 int total_colors, iroot, i, j; in select_ncolors() local204 iroot = 1; in select_ncolors()206 iroot++; in select_ncolors()207 temp = iroot; /* set temp = iroot ** nc */ in select_ncolors()209 temp *= iroot; in select_ncolors()211 iroot--; /* now iroot = floor(root) */ in select_ncolors()214 if (iroot < 2) in select_ncolors()220 Ncolors[i] = iroot; in select_ncolors()221 total_colors *= iroot; in select_ncolors()
321 INDEX_ROOT *iroot; in index_get_size() local327 iroot = (INDEX_ROOT*)((u8*)attr90 + le16_to_cpu(attr90->value_offset)); in index_get_size()328 return le32_to_cpu(iroot->index_block_size); in index_get_size()
1215 INDEX_ROOT *iroot; local1217 iroot = (INDEX_ROOT *)((u8 *)attr + le16_to_cpu(attr->value_offset));1218 entry = (INDEX_ENTRY *)((u8 *)iroot +1219 le32_to_cpu(iroot->index.entries_offset) + 0x10);1223 if (iroot->type == AT_FILE_NAME) {