Home
last modified time | relevance | path

Searched refs:iroot (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant1.c194 int total_colors, iroot, i, j; in select_ncolors() local
204 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()
210 } while (temp <= (long)max_colors); /* repeat till iroot exceeds root */ in select_ncolors()
211 iroot--; /* now iroot = floor(root) */ in select_ncolors()
214 if (iroot < in select_ncolors()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.c321 INDEX_ROOT *iroot; in index_get_size() local
327 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()
H A Dntfsclone.c1215 INDEX_ROOT *iroot; local
1217 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) {

Completed in 5 milliseconds