HomeSort by relevance Sort by last modified time
    Searched defs:col_offset (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
parsetok.c 157 int col_offset; local
193 col_offset = a - tok->line_start;
195 col_offset = -1;
198 PyParser_AddToken(ps, (int)type, str, tok->lineno, col_offset,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
parsetok.c 168 int col_offset; local
206 col_offset = a - tok->line_start;
208 col_offset = -1;
211 PyParser_AddToken(ps, (int)type, str, tok->lineno, col_offset,
  /external/python/cpython2/Parser/
parsetok.c 157 int col_offset; local
193 col_offset = a - tok->line_start;
195 col_offset = -1;
198 PyParser_AddToken(ps, (int)type, str, tok->lineno, col_offset,
  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 153 int col_offset = c*stride + j - col_padding; local
155 if (row_offset >= 0 && col_offset >= 0 && row_offset < tensor.dimension(1) && col_offset < tensor.dimension(2)) {
156 expected = tensor(d, row_offset, col_offset, b);
164 if (row_offset >= 0 && col_offset >= 0 && row_offset < tensor_row_major.dimension(2) && col_offset < tensor_row_major.dimension(1)) {
165 expected_row_major = tensor_row_major(b, col_offset, row_offset, d);
233 int col_offset = c + j - col_padding; local
234 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols)
306 int col_offset = c + j - col_padding; local
383 int col_offset = c*stride + j - col_padding; local
530 int col_offset = c*stride + j - col_padding; local
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.c 142 image_info->col_offset = 0;
410 image_info->col_offset = (
419 image_info->col_offset = (image_info->scaled_width - image_info->printable_width);
445 image_info->col_offset = (
454 image_info->col_offset = (image_info->scaled_width - image_info->printable_width);
482 image_info->col_offset = (
491 image_info->col_offset = (image_info->scaled_width - image_info->printable_width);
520 image_info->col_offset = (
617 int col_offset; local
637 col_offset = BYTES_PER_PIXEL(image_info->col_offset)
    [all...]
wprint_image.h 124 unsigned int col_offset; member in struct:__anon47930
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 570 nir_ssa_def *col_offset = local
573 offset = nir_iadd(&b->nb, offset, col_offset);
619 nir_ssa_def *col_offset = local
621 offset = nir_iadd(&b->nb, offset, col_offset);
    [all...]
  /external/pdfium/third_party/libtiff/
tiffio.h 232 int col_offset; member in struct:_TIFFRGBAImage
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 808 int lineno, col_offset; local
814 col_offset = n->n_col_offset;
819 e = Name(id, Load, lineno, col_offset, c->c_arena);
827 e = Attribute(e, id, Load, lineno, col_offset, c->c_arena);
944 thing->col_offset = n->n_col_offset;
2545 int col_offset; local
    [all...]
Python-ast.c 37 "col_offset",
156 "col_offset",
356 "col_offset",
3477 int col_offset; local
4697 int col_offset; local
6315 int col_offset; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 808 int lineno, col_offset; local
814 col_offset = n->n_col_offset;
819 e = Name(id, Load, lineno, col_offset, c->c_arena);
827 e = Attribute(e, id, Load, lineno, col_offset, c->c_arena);
944 thing->col_offset = n->n_col_offset;
2540 int col_offset; local
    [all...]
Python-ast.c 37 "col_offset",
156 "col_offset",
356 "col_offset",
3460 int col_offset; local
4680 int col_offset; local
6298 int col_offset; local
    [all...]
  /external/python/cpython2/Include/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena)
    [all...]
  /external/python/cpython2/Python/
ast.c 808 int lineno, col_offset; local
814 col_offset = n->n_col_offset;
819 e = Name(id, Load, lineno, col_offset, c->c_arena);
827 e = Attribute(e, id, Load, lineno, col_offset, c->c_arena);
944 thing->col_offset = n->n_col_offset;
1114 lc = comprehension(Tuple(t, Store, first->lineno, first->col_offset,
2545 int col_offset; local
    [all...]
Python-ast.c 37 "col_offset",
156 "col_offset",
356 "col_offset",
3489 int col_offset; local
4801 int col_offset; local
6483 int col_offset; local
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena)
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 184 int col_offset; member in struct:_stmt
312 int col_offset; member in struct:_expr
354 int col_offset; member in struct:_excepthandler
385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 86 int col_offset) /* include column offsets? */
107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
120 PyObject *result = mkseq(2 + lineno + col_offset);
126 if (col_offset == 1)
351 int col_offset = 0; local
358 col_offset = PyObject_IsTrue(col_option);
359 if (col_offset < 0)
367 PyTuple_New, PyTuple_SetItem, lineno, col_offset);
406 int col_offset = 0; local
413 col_offset = PyObject_IsTrue(col_option);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 86 int col_offset) /* include column offsets? */
107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
120 PyObject *result = mkseq(2 + lineno + col_offset);
126 if (col_offset == 1)
320 int col_offset = 0; local
325 col_offset = (PyObject_IsTrue(col_option) != 0) ? 1 : 0;
332 PyTuple_New, PyTuple_SetItem, lineno, col_offset);
371 int col_offset = 0; local
376 col_offset = (PyObject_IsTrue(col_option) != 0) ? 1 : 0;
383 PyList_New, PyList_SetItem, lineno, col_offset);
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 86 int col_offset) /* include column offsets? */
107 w = node2tuple(CHILD(n, i), mkseq, addelem, lineno, col_offset);
120 PyObject *result = mkseq(2 + lineno + col_offset);
126 if (col_offset == 1)
351 int col_offset = 0; local
358 col_offset = PyObject_IsTrue(col_option);
359 if (col_offset < 0)
367 PyTuple_New, PyTuple_SetItem, lineno, col_offset);
406 int col_offset = 0; local
413 col_offset = PyObject_IsTrue(col_option)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 5463 int *col_offset; member in struct:Frame_Chunk
    [all...]

Completed in 1836 milliseconds

1 2