/third_party/python/Python/ |
H A D | compile.c | 4025 asdl_seq_LEN(s->v.Assert.test->v.Tuple.elts) > 0) || in compiler_assert() 4379 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, in starunpack_helper() argument 4382 Py_ssize_t n = asdl_seq_LEN(elts); in starunpack_helper() 4383 if (n > 2 && are_all_items_const(elts, 0, n)) { in starunpack_helper() 4390 val = ((expr_ty)asdl_seq_GET(elts, i))->v.Constant.value; in starunpack_helper() 4416 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() 4423 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() 4439 expr_ty elt = asdl_seq_GET(elts, i); in starunpack_helper() 4463 unpack_helper(struct compiler *c, asdl_expr_seq *elts) in unpack_helper() argument 4465 Py_ssize_t n = asdl_seq_LEN(elts); in unpack_helper() 4490 assignment_helper(struct compiler *c, asdl_expr_seq *elts) assignment_helper() argument 4504 asdl_expr_seq *elts = e->v.List.elts; compiler_list() local 4520 asdl_expr_seq *elts = e->v.Tuple.elts; compiler_tuple() local 5268 asdl_expr_seq *elts; compiler_sync_comprehension_generator() local 6082 asdl_expr_seq *elts = e->v.Tuple.elts; check_ann_subscr() local 6408 pattern_unpack_helper(struct compiler *c, asdl_pattern_seq *elts) pattern_unpack_helper() argument [all...] |
H A D | Python-ast.c | 195 Py_CLEAR(state->elts); in _PyAST_Fini() 301 if ((state->elts = PyUnicode_InternFromString("elts")) == NULL) return 0; in init_identifiers() 556 "elts", 625 "elts", 629 "elts", 1318 " | Set(expr* elts)\n" in init_types() 1335 " | List(expr* elts, expr_context ctx)\n" in init_types() 1336 " | Tuple(expr* elts, expr_context ctx)\n" in init_types() 1374 "Set(expr* elts)"); in init_types() 2774 _PyAST_Set(asdl_expr_seq * elts, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Set() argument 3195 _PyAST_List(asdl_expr_seq * elts, expr_context_ty ctx, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_List() argument 3218 _PyAST_Tuple(asdl_expr_seq * elts, expr_context_ty ctx, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Tuple() argument 8664 asdl_expr_seq* elts; obj2ast_expr() local 9699 asdl_expr_seq* elts; obj2ast_expr() local 9767 asdl_expr_seq* elts; obj2ast_expr() local [all...] |
H A D | ast.c | 298 ret = validate_exprs(state, exp->v.Set.elts, Load, 0); in validate_expr() 376 ret = validate_exprs(state, exp->v.List.elts, ctx, 0); in validate_expr() 379 ret = validate_exprs(state, exp->v.Tuple.elts, ctx, 0); in validate_expr()
|
H A D | symtable.c | 1626 VISIT_SEQ(st, expr, e->v.Set.elts); in symtable_visit_expr() 1725 VISIT_SEQ(st, expr, e->v.List.elts); in symtable_visit_expr() 1728 VISIT_SEQ(st, expr, e->v.Tuple.elts); in symtable_visit_expr()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_vs.h | 93 const unsigned *elts,
|
H A D | draw_vs_variant.c | 155 const unsigned *elts, in vsvg_run_elts() 170 elts, in vsvg_run_elts() 154 vsvg_run_elts( struct draw_vs_variant *variant, const unsigned *elts, unsigned count, void *output_buffer) vsvg_run_elts() argument
|
H A D | draw_pt_vsplit_tmp.h | 40 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT() 139 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT()
|
H A D | draw_pt.h | 219 const unsigned *elts,
|
H A D | draw_vs_llvm.c | 59 const unsigned *elts) in vs_llvm_run_linear() 51 vs_llvm_run_linear( struct draw_vertex_shader *shader, const float (*input)[4], float (*output)[4], const void *constants[PIPE_MAX_CONSTANT_BUFFERS], const unsigned constants_size[PIPE_MAX_CONSTANT_BUFFERS], unsigned count, unsigned input_stride, unsigned output_stride, const unsigned *elts) vs_llvm_run_linear() argument
|
H A D | draw_gs.c | 544 #define LOCAL_VARS const ushort *elts = input_prims->elts; 545 #define GET_ELT(idx) (elts[idx]) 678 output_prims[i].elts = NULL; in draw_geometry_shader_run()
|
H A D | draw_context.c | 905 draw->pt.user.elts = elements; in draw_set_indexes()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_analysis.c | 219 const int elts[24] = { in check_elts24() local 269 get_vert(vb, elts[i], stride), in check_elts24()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | p2p.h | 461 uint8 elts[1]; /* Variable length information elements. Max size = member 484 uint8 elts[1]; /* Variable length information elements. Max size = member 639 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */ 667 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */ 677 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
|
/third_party/python/Parser/ |
H A D | action_helpers.c | 320 _set_seq_context(p, e->v.Tuple.elts, ctx), in _set_tuple_context() 329 _set_seq_context(p, e->v.List.elts, ctx), in _set_list_context() 1199 Py_ssize_t len = asdl_seq_LEN((CONTAINER)->v.TYPE.elts);\ in _PyPegen_get_invalid_target() 1201 expr_ty other = asdl_seq_GET((CONTAINER)->v.TYPE.elts, i);\ in _PyPegen_get_invalid_target()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 2091 struct si_vertex_elements *elts = sctx->vertex_elements; 2106 if (elts->instance_divisor_is_one || elts->instance_divisor_is_fetched) 2109 key->ge.part.vs.prolog.instance_divisor_is_one = elts->instance_divisor_is_one; 2110 key->ge.part.vs.prolog.instance_divisor_is_fetched = elts->instance_divisor_is_fetched; 2111 key->ge.opt.prefer_mono = elts->instance_divisor_is_fetched; 2114 unsigned fix = elts->fix_fetch_always & count_mask; 2115 unsigned opencode = elts->fix_fetch_opencode & count_mask; 2117 if (sctx->vertex_buffer_unaligned & elts->vb_alignment_check_mask) { 2118 uint32_t mask = elts [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 182 PyObject *elts; member
|
/third_party/python/Lib/test/ |
H A D | test_unparse.py | 333 ast.parse(ast.unparse(ast.Set(elts=[]))),
|
H A D | test_ast.py | 2151 self._check_content(sm, im.slice.elts[0].upper, 'f ()') 2152 self._check_content(sm, im.slice.elts[1].lower, 'g ()') 2231 self._check_content(s1, c1.elts[0], '{}') 2232 self._check_content(s1, c1.elts[1], '{1, }') 2233 self._check_content(s1, c1.elts[2], '{1, 2,}')
|
H A D | test_fstring.py | 411 fstring = t.body[0].value.elts[1]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceGlobalContext.cpp | 347 #define X(tag, sizeLog2, align, elts, elty, str, rcstr) \ in GlobalContext()
|
H A D | IceTargetLoweringX8632.cpp | 7979 #define X(tag, sizeLog2, align, elts, elty, str, rcstr) \ 7993 #define X(tag, sizeLog2, align, elts, elty, str, rcstr) \
|
H A D | IceTargetLoweringX8664.cpp | 7287 #define X(tag, sizeLog2, align, elts, elty, str, rcstr) \ 7301 #define X(tag, sizeLog2, align, elts, elty, str, rcstr) \
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | input.py | 210 for index, child in enumerate(node.elts):
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | input.py | 210 for index, child in enumerate(node.elts):
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgp2p.c | 2770 status = pact_frm->elts[WL_P2P_AF_STATUS_OFFSET]; in wl_cfgp2p_need_wait_actfrmae()
|