HomeSort by relevance Sort by last modified time
    Searched full:first_row (Results 1 - 14 of 14) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 128 int first_row = 0,
135 field = ::new_field(rows, ncols, first_row, first_col,
157 inline NCursesFormField* dup(int first_row, int first_col)
164 f->field = ::dup_field(field,first_row,first_col);
172 inline NCursesFormField* link(int first_row, int first_col) {
178 f->field = ::link_field(field,first_row,first_col);
192 int& first_row, int& first_col,
195 &first_row, &first_col,
636 int first_row = 0,
642 first_row, first_col
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesf.h 128 int first_row = 0,
135 field = ::new_field(rows, ncols, first_row, first_col,
157 inline NCursesFormField* dup(int first_row, int first_col)
164 f->field = ::dup_field(field,first_row,first_col);
172 inline NCursesFormField* link(int first_row, int first_col) {
178 f->field = ::link_field(field,first_row,first_col);
192 int& first_row, int& first_col,
195 &first_row, &first_col,
636 int first_row = 0,
642 first_row, first_col
    [all...]
  /external/libpng/
pngread.c 1267 png_voidp first_row; member in struct:__anon17634
2944 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local
3184 png_voidp first_row = display->buffer; local
3421 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local
3546 png_uint_16p first_row = png_voidcast(png_uint_16p, local
4002 png_voidp first_row = display->buffer; local
    [all...]
pngwrite.c 1503 png_const_voidp first_row; member in struct:__anon17636
    [all...]
example.c     [all...]
  /external/pdfium/third_party/lpng_v163/
pngread.c 1160 png_voidp first_row; member in struct:__anon23133
2815 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local
3055 png_voidp first_row = display->buffer; local
3292 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local
3417 png_uint_16p first_row = png_voidcast(png_uint_16p, local
3865 png_voidp first_row = display->buffer; local
    [all...]
pngwrite.c 1613 png_const_voidp first_row; member in struct:__anon23134
    [all...]
  /external/libjpeg-turbo/
jdcoefct.c 420 boolean first_row, last_row; local
474 first_row = FALSE;
479 first_row = TRUE;
495 if (first_row && block_row == 0)
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 544 RowIter first_row = Rows.begin() + seq.FirstRowIndex; local
547 first_row, last_row, row, DWARFDebugLine::Row::orderByAddress);
551 uint32_t index = seq.FirstRowIndex + (row_pos - first_row);
553 if (row_pos == first_row)
  /external/opencv3/3rdparty/libjpeg/
jdcoefct.c 475 boolean first_row, last_row; local
526 first_row = FALSE;
531 first_row = TRUE;
547 if (first_row && block_row == 0)
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdcoefct.c 473 boolean first_row, last_row; local
524 first_row = FALSE;
529 first_row = TRUE;
545 if (first_row && block_row == 0)
  /external/mesa3d/src/mesa/program/
program_parse.y     [all...]
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 175 const int first_row = (ctx->mb_y_ == 0); local
185 if (!first_row) {
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py     [all...]

Completed in 7400 milliseconds