HomeSort by relevance Sort by last modified time
    Searched refs:xindex (Results 1 - 4 of 4) sorted by null

  /external/jpeg/
jctrans.c 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; local
317 for (xindex = 0; xindex < blockcnt; xindex++)
321 xindex = 0;
329 for (; xindex < compptr->MCU_width; xindex++) {
jdcoefct.c 153 int blkn, ci, xindex, yindex, yoffset, useful_width; local
209 for (xindex = 0; xindex < useful_width; xindex++) {
211 (JCOEFPTR) coef->MCU_buffer[blkn+xindex],
259 int blkn, ci, xindex, yindex, yoffset; local
319 for (xindex = 0; xindex < compptr->MCU_width; xindex++) {
396 int ci, xindex, yindex, yoffset local
456 int blkn, ci, xindex, yindex, yoffset; local
    [all...]
jccoefct.c 345 int blkn, ci, xindex, yindex, yoffset; local
375 for (xindex = 0; xindex < compptr->MCU_width; xindex++) {
  /external/grub/stage2/
fsys_jfs.c 37 int xindex; member in struct:jfs_info
71 jfs.xindex = 2;
91 if (++jfs.xindex < jfs.xlastindex) {
96 jfs.xindex = XTENTRYSTART;

Completed in 505 milliseconds