Home
last modified time | relevance | path

Searched refs:iroot (Results 1 – 5 of 5) sorted by relevance

/third_party/libjpeg-turbo/
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()
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()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
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()
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()
/third_party/skia/third_party/externals/libjpeg-turbo/
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()
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()
/third_party/ntfs-3g/ntfsprogs/
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()
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) {