Searched defs:first_row (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdcoefct.c479 boolean first_row, last_row; local
533 first_row = FALSE;
538 first_row = TRUE;
554 if (first_row && block_row == 0)
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp553 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; local
555 RowIter row_pos = std::lower_bound(first_row, last_row, row,
560 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row);
562 if (row_pos == first_row)
605 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; local
607 RowIter row_pos = std::upper_bound(first_row, last_row, row,
612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row);
613 if (row_pos != first_row)
623 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; local
625 RowIter row_pos = std::upper_bound(first_row, last_ro
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdcoefct.c474 boolean first_row, last_row; local
525 first_row = FALSE;
530 first_row = TRUE;
546 if (first_row && block_row == 0)
/external/jpeg/
H A Djdcoefct.c726 boolean first_row, last_row; local
777 first_row = FALSE;
782 first_row = TRUE;
798 if (first_row && block_row == 0)
/external/qemu/distrib/jpeg-6b/
H A Djdcoefct.c726 boolean first_row, last_row; local
777 first_row = FALSE;
782 first_row = TRUE;
798 if (first_row && block_row == 0)
/external/chromium_org/ui/gfx/
H A Dskbitmap_operations.cc72 uint32* first_row = first.getAddr32(0, y); local
77 uint32 first_pixel = first_row[x];
/external/libpng/
H A Dpngwrite.c1715 png_const_voidp first_row; member in struct:__anon24630
1733 display->first_row);
1890 display->first_row);
2259 display->first_row = row;
2304 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row);
H A Dpngread.c1418 png_voidp first_row; member in struct:__anon24628
3079 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local
3110 png_bytep outrow = first_row + y * step_row;
3319 png_voidp first_row = display->buffer; local
3327 char *ptr = png_voidcast(char*, first_row);
3329 first_row = png_voidcast(png_voidp, ptr);
3332 display->first_row = first_row;
3356 png_bytep row = png_voidcast(png_bytep, display->first_row);
3559 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local
3684 png_uint_16p first_row = png_voidcast(png_uint_16p, local
4134 png_voidp first_row = display->buffer; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c424 int first_row = row, width, offset = level * LEVEL_OFFSET_STEP; local
507 return row - first_row;
517 int first_row = row, local
559 return row - first_row;
569 int first_row = row; local
581 return row - first_row;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5657 const int first_row = state_tokens[2]; local
5660 for (row = first_row; row <= last_row; row++) {
5713 const int first_row = state_tokens[2]; local
5716 for (row = first_row; row <= last_row; row++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds