/external/llvm/test/CodeGen/PowerPC/ |
D | 2011-12-06-SpillAndRestoreCR.ll | 45 %yindex.137 = phi i32 [ 0, %for.body ], [ %yindex.3.15, %for.inc15 ] 52 %yindex.233 = phi i32 [ %yindex.137, %for.cond5.preheader ], [ %yindex.3.15, %for.body7 ] 57 %yindex.3 = select i1 %cmp10, i32 %2, i32 %yindex.233 66 %yindex.3.1 = select i1 %cmp10.1, i32 %5, i32 %yindex.3 74 %yindex.3.2 = select i1 %cmp10.2, i32 %7, i32 %yindex.3.1 82 %yindex.3.3 = select i1 %cmp10.3, i32 %9, i32 %yindex.3.2 90 %yindex.3.4 = select i1 %cmp10.4, i32 %11, i32 %yindex.3.3 98 %yindex.3.5 = select i1 %cmp10.5, i32 %13, i32 %yindex.3.4 106 %yindex.3.6 = select i1 %cmp10.6, i32 %15, i32 %yindex.3.5 114 %yindex.3.7 = select i1 %cmp10.7, i32 %17, i32 %yindex.3.6 [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jccoefct.c | 149 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local 174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data() 176 yoffset+yindex < compptr->last_row_height) { in compress_data() 345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local 373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output() 374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
|
D | fpdfapi_jctrans.c | 284 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local 312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output() 314 yindex+yoffset < compptr->last_row_height) { in compress_output() 316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
|
D | fpdfapi_jdcoefct.c | 153 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local 192 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass() 194 yoffset+yindex < compptr->last_row_height) { in decompress_onepass() 248 int blkn, ci, xindex, yindex, yoffset; in consume_data() local 277 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data() 278 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
|
/external/libjpeg-turbo/ |
D | jccoefct.c | 149 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local 174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data() 176 yoffset+yindex < compptr->last_row_height) { in compress_data() 345 int blkn, ci, xindex, yindex, yoffset; in compress_output() local 373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output() 374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
|
D | jctrans.c | 298 int blkn, ci, xindex, yindex, yoffset, blockcnt; in compress_output() local 326 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output() 328 yindex+yoffset < compptr->last_row_height) { in compress_output() 330 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in compress_output()
|
D | jdcoefct.c | 92 int blkn, ci, xindex, yindex, yoffset, useful_width; in decompress_onepass() local 138 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass() 140 yoffset+yindex < compptr->last_row_height) { in decompress_onepass() 195 int blkn, ci, xindex, yindex, yoffset; in consume_data() local 224 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data() 225 buffer_ptr = buffer[ci][yindex+yoffset] + start_col; in consume_data()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | IndianCalendar.java | 498 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; in jdToGregorian() local 509 yindex = Math.floor(dquad / 365); in jdToGregorian() 510 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex); in jdToGregorian() 512 if (!((cent == 4) || (yindex == 4))) { in jdToGregorian()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | IndianCalendar.java | 527 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; in jdToGregorian() local 538 yindex = Math.floor(dquad / 365); in jdToGregorian() 539 year = (int)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex); in jdToGregorian() 541 if (!((cent == 4) || (yindex == 4))) { in jdToGregorian()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1364 int yindex; in gray_dump_cells() local 1367 for ( yindex = 0; yindex < ras.ycount; yindex++ ) in gray_dump_cells() 1372 printf( "%3d:", yindex ); in gray_dump_cells() 1374 for ( cell = ras.ycells[yindex]; cell != NULL; cell = cell->next ) in gray_dump_cells() 1386 int yindex; in gray_sweep() local 1398 for ( yindex = 0; yindex < ras.ycount; yindex++ ) in gray_sweep() 1400 PCell cell = ras.ycells[yindex]; in gray_sweep() 1411 gray_hline( RAS_VAR_ x, yindex, cover * ( ONE_PIXEL * 2 ), in gray_sweep() 1418 gray_hline( RAS_VAR_ cell->x, yindex, area, 1 ); in gray_sweep() 1424 gray_hline( RAS_VAR_ x, yindex, cover * ( ONE_PIXEL * 2 ), in gray_sweep() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | indiancal.cpp | 163 double wjd, depoch, quadricent, dqc, cent, dcent, quad, dquad, yindex, yearday, leapadj; in jdToGregorian() local 173 yindex = uprv_floor(dquad / 365); in jdToGregorian() 174 year = (int32_t)((quadricent * 400) + (cent * 100) + (quad * 4) + yindex); in jdToGregorian() 175 if (!((cent == 4) || (yindex == 4))) { in jdToGregorian()
|
/external/syslinux/com32/lua/src/ |
D | lparser.c | 627 static void yindex (LexState *ls, expdesc *v) { in yindex() function 663 yindex(ls, &key); in recfield() 914 yindex(ls, &key); in suffixedexp()
|
/external/skia/third_party/lua/src/ |
D | lparser.c | 627 static void yindex (LexState *ls, expdesc *v) { in yindex() function 663 yindex(ls, &key); in recfield() 914 yindex(ls, &key); in suffixedexp()
|