Home
last modified time | relevance | path

Searched defs:col_offset (Results 1 – 25 of 42) sorted by relevance

12

/external/python/cpython3/Python/
DPython-ast.c6455 int col_offset, int end_lineno, int end_col_offset, PyArena in _PyAST_FunctionDef()
6491 int lineno, int col_offset, int end_lineno, int in _PyAST_AsyncFunctionDef()
6526 asdl_type_param_seq * type_params, int lineno, int col_offset, in _PyAST_ClassDef()
6553 _PyAST_Return(expr_ty value, int lineno, int col_offset, int end_lineno, int in _PyAST_Return()
6570 _PyAST_Delete(asdl_expr_seq * targets, int lineno, int col_offset, int in _PyAST_Delete()
6588 lineno, int col_offset, int end_lineno, int end_col_offset, in _PyAST_Assign()
6613 value, int lineno, int col_offset, int end_lineno, int in _PyAST_TypeAlias()
6643 col_offset, int end_lineno, int end_col_offset, PyArena *arena) in _PyAST_AugAssign()
6677 int lineno, int col_offset, int end_lineno, int in _PyAST_AnnAssign()
6708 orelse, string type_comment, int lineno, int col_offset, int in _PyAST_For()
[all …]
DPython-tokenize.c207 Py_ssize_t *col_offset, Py_ssize_t *end_col_offset) in _get_col_offsets()
300 Py_ssize_t col_offset = -1; in tokenizeriter_next() local
Dsymtable.c82 void *key, int lineno, int col_offset, in ste_new()
1322 void *ast, int lineno, int col_offset, in symtable_enter_block()
1388 int lineno, int col_offset, int end_lineno, int end_col_offset) in symtable_add_def_helper()
1480 int lineno, int col_offset, int end_lineno, int end_col_offset) in symtable_add_def()
1495 int lineno, int col_offset, in symtable_enter_type_param_block()
1600 int col_offset, int end_lineno, int end_col_offset) in symtable_record_directive()
2608 int col_offset = a->col_offset; in symtable_visit_alias() local
Derrors.c1720 PyErr_SyntaxLocationObjectEx(PyObject *filename, int lineno, int col_offset, in PyErr_SyntaxLocationObjectEx()
1824 PyErr_SyntaxLocationObject(PyObject *filename, int lineno, int col_offset) { in PyErr_SyntaxLocationObject()
1829 PyErr_RangedSyntaxLocationObject(PyObject *filename, int lineno, int col_offset, in PyErr_RangedSyntaxLocationObject()
1835 PyErr_SyntaxLocationEx(const char *filename, int lineno, int col_offset) in PyErr_SyntaxLocationEx()
Dinstruction_sequence.c256 int oparg, int lineno, int col_offset, in InstructionSequenceType_addop_impl()
/external/python/cpython3/Parser/
Dpegen_errors.c70 Py_ssize_t col_offset = -1; in _Pypegen_tokenizer_error() local
240 Py_ssize_t col_offset; in _PyPegen_raise_error() local
310 Py_ssize_t lineno, Py_ssize_t col_offset, in _PyPegen_raise_error_known_location()
Dpegen.c23 _PyPegen_byte_offset_to_character_offset_line(PyObject *line, Py_ssize_t col_offset, Py_ssize_t end… in _PyPegen_byte_offset_to_character_offset_line()
48 _PyPegen_byte_offset_to_character_offset_raw(const char* str, Py_ssize_t col_offset) in _PyPegen_byte_offset_to_character_offset_raw()
65 _PyPegen_byte_offset_to_character_offset(PyObject *line, Py_ssize_t col_offset) in _PyPegen_byte_offset_to_character_offset()
Daction_helpers.c161 _PyPegen_alias_for_star(Parser *p, int lineno, int col_offset, int end_lineno, in _PyPegen_alias_for_star()
967 …en_setup_full_format_spec(Parser *p, Token *colon, asdl_expr_seq *spec, int lineno, int col_offset, in _PyPegen_setup_full_format_spec()
1104 int lineno, int col_offset, int end_lineno, in _PyPegen_collect_call_seqs()
1435 … ResultTokenWithMetadata *format, Token *closing_brace, int lineno, int col_offset, in _PyPegen_formatted_value()
1505 int lineno, int col_offset, int end_lineno, in _PyPegen_concatenate_strings()
Dpegen.h38 int lineno, col_offset, end_lineno, end_col_offset; member
175 Py_ssize_t lineno, Py_ssize_t col_offset, in RAISE_ERROR_KNOWN_LOCATION()
/external/eigen/unsupported/test/
Dcxx11_tensor_image_patch.cpp153 int col_offset = c*stride + j - col_padding; in test_simple_patch() local
233 int col_offset = c + j - col_padding; in test_patch_padding_valid() local
306 int col_offset = c + j - col_padding; in test_patch_padding_valid_same_value() local
383 int col_offset = c*stride + j - col_padding; in test_patch_padding_same() local
581 int col_offset = c*stride + j - col_padding; in test_patch_no_extra_dim() local
Dcxx11_tensor_image_patch_sycl.cpp217 IndexType col_offset = c*stride + j - col_padding; in test_simple_image_patch_sycl() local
334 IndexType col_offset = c + j - col_padding; in test_patch_padding_valid_sycl() local
435 IndexType col_offset = c + j - col_padding; in test_patch_padding_valid_same_value_sycl() local
540 IndexType col_offset = c*stride + j - col_padding; in test_patch_padding_same_sycl() local
741 IndexType col_offset = c*stride + j - col_padding; in test_patch_no_extra_dim_sycl() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc45 for (uint32_t col_offset = 0; col_offset < cols; col_offset += 16) { in ColMeanAndVariance() local
145 for (uint32_t col_offset = 0; col_offset < cols; col_offset += 16) { in MinAndMax() local
202 for (uint32_t col_offset = 0; col_offset < cols; col_offset += 16) { in InstanceNorm() local
Dconcat_lib_gpu_impl.cu.cc48 IntType col_offset = gidx % split_size; in concat_fixed_kernel() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h177 int col_offset = Offset(col_shape, 0, filter_y, filter_x, 0); in DilatedIm2col() local
192 int col_offset = Offset(col_shape, 0, filter_y, 0, 0); in DilatedIm2col() local
472 int col_offset = in DilatedIm2col3D() local
487 const int col_offset = in DilatedIm2col3D() local
496 const int col_offset = Offset(col_shape, 0, filter_d, 0, 0, 0); in DilatedIm2col3D() local
/external/python/cpython3/Parser/lexer/
Dstate.c118 …exer_type_comment_token_setup(struct tok_state *tok, struct token *token, int type, int col_offset, in _PyLexer_type_comment_token_setup()
Dstate.h29 int lineno, col_offset, end_lineno, end_col_offset; member
89 int col_offset; /* Current col offset */ member
/external/libaom/av1/common/
Dmvref_common.c154 int col_offset = 0; in scan_row_mbmi() local
193 int col_offset, CANDIDATE_MV *ref_mv_stack, in scan_col_mbmi()
242 int col_offset, CANDIDATE_MV *ref_mv_stack, in scan_blk_mbmi()
317 const int row_offset, const int col_offset) { in check_sb_border()
602 const int col_offset = -(idx << 1) + 1 + col_adj; in setup_ref_mv_list() local
886 const int col_offset = (mv.col >= 0) ? (mv.col >> (4 + MI_SIZE_LOG2)) in get_block_position() local
1075 int col_offset, int sign_c) { in record_samples()
1135 const int col_offset = -mi_col % superblock_width; in av1_findSamples() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dresize_nearest_neighbor.h74 const int col_offset = input_shape.Dims(3); in ResizeNearestNeighbor() local
/external/python/cpython3/Parser/tokenizer/
Dhelpers.c12 int col_offset, int end_col_offset, in _syntaxerror_range()
76 int col_offset, int end_col_offset, in _PyTokenizer_syntaxerror_known_range()
/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir_lower_cooperative_matrix.c215 nir_def *col_offset = inner_idx; in radv_nir_lower_cooperative_matrix() local
279 nir_def *col_offset = inner_idx; in radv_nir_lower_cooperative_matrix() local
/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info.py190 def _absolute_col_offset(self, col_offset): argument
/external/libaom/examples/
Dlightfield_tile_list_decoder.c77 const int col_offset = in write_tile_yuv1d() local
Dlightfield_decoder.c145 const int col_offset = in decode_tile() local
/external/python/cpython3/Include/internal/
Dpycore_ast.h354 int col_offset; member
511 int col_offset; member
535 int col_offset; member
555 int col_offset; member
564 int col_offset; member
573 int col_offset; member
636 int col_offset; member
675 int col_offset; member
/external/python/cpython3/Python/clinic/
Dinstruction_sequence.c.h147 int col_offset; in InstructionSequenceType_addop() local

12