HomeSort by relevance Sort by last modified time
    Searched full:start_col (Results 26 - 50 of 54) sorted by null

12 3

  /external/google-breakpad/src/processor/
stackwalk_common.cc 66 // pass 0 for |start_col|. For registers in a set, pass the most recent
72 static int PrintRegister(const char *name, uint32_t value, int start_col) {
76 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
77 start_col = 0;
82 return start_col + strlen(buffer);
86 static int PrintRegister64(const char *name, uint64_t value, int start_col) {
90 if (start_col + static_cast<ssize_t>(strlen(buffer)) > kMaxWidth) {
91 start_col = 0;
96 return start_col + strlen(buffer);
    [all...]
  /external/libjpeg-turbo/simd/
jsimd_arm.c 457 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
461 jsimd_convsamp_neon(sample_data, start_col, workspace);
465 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
jsimd_arm64.c 319 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
325 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
jsimd_mips.c 721 jsimd_convsamp (JSAMPARRAY sample_data, JDIMENSION start_col,
725 jsimd_convsamp_mips_dspr2(sample_data, start_col, workspace);
729 jsimd_convsamp_float (JSAMPARRAY sample_data, JDIMENSION start_col,
733 jsimd_convsamp_float_mips_dspr2(sample_data, start_col, workspace);
jsimd_arm_neon.S     [all...]
  /external/libvterm/include/
vterm.h 33 int start_col; member in struct:__anon18132
41 p.col >= r.start_col && p.col < r.end_col;
48 rect->start_col += col_delta; rect->end_col += col_delta;
  /external/opencv3/3rdparty/libjpeg/
jfdctfst.c 115 jpeg_fdct_ifast (DCTELEM * data, JSAMPARRAY sample_data, JDIMENSION start_col)
129 elemptr = sample_data[ctr] + start_col;
jdcoefct.c 156 JDIMENSION start_col, output_col; local
193 start_col = MCU_col_num * compptr->MCU_sample_width;
197 output_col = start_col;
251 JDIMENSION start_col; local
278 start_col = MCU_col_num * compptr->MCU_width;
280 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jccoefct.c 351 JDIMENSION start_col; local
377 start_col = MCU_col_num * compptr->MCU_width;
379 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jctrans.c 282 JDIMENSION start_col; local
306 start_col = MCU_col_num * compptr->MCU_width;
313 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jpegint.h 106 JDIMENSION start_row, JDIMENSION start_col,
  /external/libjpeg-turbo/
jdcoefct.c 93 JDIMENSION start_col, output_col; local
135 start_col = (MCU_col_num - cinfo->master->first_iMCU_col) *
140 output_col = start_col;
195 JDIMENSION start_col; local
222 start_col = MCU_col_num * compptr->MCU_width;
224 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jccoefct.c 345 JDIMENSION start_col; local
371 start_col = MCU_col_num * compptr->MCU_width;
373 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jctrans.c 298 JDIMENSION start_col; local
322 start_col = MCU_col_num * compptr->MCU_width;
329 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jpegint.h 119 JDIMENSION start_row, JDIMENSION start_col,
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdcoefct.c 155 JDIMENSION start_col, output_col; local
191 start_col = MCU_col_num * compptr->MCU_sample_width;
195 output_col = start_col;
249 JDIMENSION start_col; local
276 start_col = MCU_col_num * compptr->MCU_width;
278 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_jccoefct.c 346 JDIMENSION start_col; local
372 start_col = MCU_col_num * compptr->MCU_width;
374 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
fpdfapi_jctrans.c 285 JDIMENSION start_col; local
309 start_col = MCU_col_num * compptr->MCU_width;
316 buffer_ptr = buffer[ci][yindex+yoffset] + start_col;
jpegint.h 108 JDIMENSION start_row, JDIMENSION start_col,
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 300 const int start_col = pLocation.begin.column;
336 << start_col;
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 169 rect.start_col, rect.end_col);
180 dest.start_row, dest.end_row, dest.start_col, dest.end_col,
181 src.start_row, src.end_row, src.start_col, src.end_col);
  /external/clang/tools/c-index-test/
c-index-test.c 1745 unsigned start_line = 1, start_col = 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 905 int start_col, end_col; local
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /external/opencv3/modules/core/src/
array.cpp     [all...]

Completed in 432 milliseconds

12 3