/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.cpp | 553 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_row, row [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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...] |
/external/libpng/ |
pngread.c | 1418 png_voidp first_row; member in struct:__anon28430 3079 png_bytep first_row = png_voidcast(png_bytep, display->first_row); local 3319 png_voidp first_row = display->buffer; local 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...] |
pngwrite.c | 1715 png_const_voidp first_row; member in struct:__anon28432 [all...] |
example.c | [all...] |
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdcoefct.c | 474 boolean first_row, last_row;
local 525 first_row = FALSE;
530 first_row = TRUE;
546 if (first_row && block_row == 0)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
hists.c | 424 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; [all...] |
/external/jpeg/ |
jdcoefct.c | 726 boolean first_row, last_row; local 777 first_row = FALSE; 782 first_row = TRUE; 798 if (first_row && block_row == 0) [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdcoefct.c | 726 boolean first_row, last_row; local 777 first_row = FALSE; 782 first_row = TRUE; 798 if (first_row && block_row == 0) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse.y | [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse.y | [all...] |
/external/chromium_org/ui/gfx/ |
skbitmap_operations.cc | 103 uint32* first_row = first.getAddr32(0, y); local 108 uint32 first_pixel = first_row[x];
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 5657 const int first_row = state_tokens[2]; local 5713 const int first_row = state_tokens[2]; local [all...] |
/prebuilts/sdk/tools/linux/ |
aapt | |