Home
last modified time | relevance | path

Searched defs:body (Results 476 - 500 of 519) sorted by relevance

1...<<1112131415161718192021

/kernel/linux/linux-5.10/kernel/trace/
H A Dring_buffer.c3691 void *body; in ring_buffer_write() local
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c3213 char *body, *p; in ioc_qos_write() local
3407 char *body, *p; in ioc_cost_model_write() local
[all...]
H A Dsed-opal.c599 const struct d0_features *body = in opal_discovery0_end() local
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dring_buffer.c3887 void *body; in ring_buffer_write() local
/third_party/ffmpeg/libavcodec/
H A Dvp3.c667 #define body(n) { \ in vp4_get_mb_count() macro
685 #undef body in vp4_get_mb_count() macro
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp3603 Block& body = makeNewBlock(); in makeNewLoop() local
/third_party/backends/backend/
H A Dumax_pp_low.c9622 int body[37] = { in move() local
9829 int body[37] = { moveToOrigin() local
9979 int body[37] = sanei_umax_pp_park() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h1289 struct exec_list body; member in ir_function_signature
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2220 WasmFullDecoder(Zone* zone, const WasmModule* module, const WasmFeatures& enabled, WasmFeatures* detected, const FunctionBody& body, InterfaceArgs&&... interface_args) WasmFullDecoder() argument
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h4334 void ForEach(const ForEachBodyFunction& body, TNode<IntPtrT> first = {}, in ForEach() argument
3505 BuildFastLoop( TNode<TIndex> start_index, TNode<TIndex> end_index, const FastLoopBody<TIndex>& body, int increment, IndexAdvanceMode advance_mode = IndexAdvanceMode::kPre) BuildFastLoop() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc747 ParseWrapped(Isolate* isolate, ParseInfo* info, ScopedPtrList<Statement>* body, DeclarationScope* outer_scope, Zone* zone) ParseWrapped() argument
775 ParseREPLProgram(ParseInfo* info, ScopedPtrList<Statement>* body, DeclarationScope* scope) ParseREPLProgram() argument
1179 ParseModuleItemList(ScopedPtrList<Statement>* body) ParseModuleItemList() argument
2073 ParseAndRewriteGeneratorFunctionBody( int pos, FunctionKind kind, ScopedPtrList<Statement>* body) ParseAndRewriteGeneratorFunctionBody() argument
2082 ParseAndRewriteAsyncGeneratorFunctionBody( int pos, FunctionKind kind, ScopedPtrList<Statement>* body) ParseAndRewriteAsyncGeneratorFunctionBody() argument
2269 DesugarLexicalBindingsInForStatement( ForStatement* loop, Statement* init, Expression* cond, Statement* next, Statement* body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument
3030 ParseFunction( ScopedPtrList<Statement>* body, const AstRawString* function_name, int pos, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, DeclarationScope* function_scope, int* num_parameters, int* function_length, bool* has_duplicate_parameters, int* expected_property_count, int* suspend_count, ZonePtrList<const AstRawString>* arguments_for_wrapped_function) ParseFunction() argument
3573 RewriteAsyncFunctionBody(ScopedPtrList<Statement>* body, Block* block, Expression* return_value, REPLMode repl_mode) RewriteAsyncFunctionBody() argument
[all...]
H A Dpreparser.h472 void Initialize(const PreParserExpression& cond, PreParserStatement body, in Initialize() argument
474 Initialize(PreParserStatement init, const PreParserExpression& cond, PreParserStatement next, PreParserStatement body, const SourceRange& body_range = {}) Initialize() argument
477 Initialize(PreParserExpression each, const PreParserExpression& subject, PreParserStatement body, const SourceRange& body_range = {}) Initialize() argument
677 NewFunctionLiteral( const PreParserIdentifier& name, Scope* scope, const PreParserScopedStatementList& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument
1052 RewriteAsyncFunctionBody( const PreParserScopedStatementList* body, PreParserStatement block, const PreParserExpression& return_value) RewriteAsyncFunctionBody() argument
1131 ParseAndRewriteGeneratorFunctionBody( int pos, FunctionKind kind, PreParserScopedStatementList* body) ParseAndRewriteGeneratorFunctionBody() argument
1135 ParseAndRewriteAsyncGeneratorFunctionBody( int pos, FunctionKind kind, PreParserScopedStatementList* body) ParseAndRewriteAsyncGeneratorFunctionBody() argument
1415 DesugarLexicalBindingsInForStatement( PreParserStatement loop, PreParserStatement init, const PreParserExpression& cond, PreParserStatement next, PreParserStatement body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc593 auto body = child_results->NextAs<base::Optional<Statement*>>(); in MakeIntrinsicDeclaration() local
647 auto body = child_results->NextAs<base::Optional<Statement*>>(); in MakeTorqueMacroDeclaration() local
676 auto body = child_results->NextAs<base::Optional<Statement*>>(); in MakeTorqueBuiltinDeclaration() local
785 auto body = child_results->NextAs<Statement*>(); MakeMethodDeclaration() local
1050 auto body = child_results->NextAs<base::Optional<ClassBody*>>(); MakeClassDeclaration() local
1172 auto body = child_results->NextAs<Statement*>(); MakeSpecializationDeclaration() local
1692 auto body = child_results->NextAs<Statement*>(); MakeWhileStatement() local
1796 auto body = child_results->NextAs<Statement*>(); MakeForLoopStatement() local
1809 auto body = child_results->NextAs<Statement*>(); MakeLabelBlock() local
1817 auto body = child_results->NextAs<Statement*>(); MakeCatchBlock() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dintermediate.h381 TIntermNode* body; // loop body member in TIntermLoop
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp3245 SpvId body = this->nextId(nullptr); in writeForStatement() local
3537 StringStream body; in writeInstructions() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder.cc3658 auto& body = stmt->body; GenerateSwitchStatement() local
[all...]
/third_party/python/Python/
H A DPython-ast.c1898 _PyAST_Module(asdl_stmt_seq * body, asdl_type_ignore_seq * type_ignores, PyArena *arena) _PyAST_Module() argument
1912 _PyAST_Interactive(asdl_stmt_seq * body, PyArena *arena) _PyAST_Interactive() argument
1924 _PyAST_Expression(expr_ty body, PyArena *arena) _PyAST_Expression() argument
1959 _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * body, asdl_expr_seq * decorator_list, expr_ty returns, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_FunctionDef() argument
1993 _PyAST_AsyncFunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * body, asdl_expr_seq * decorator_list, expr_ty returns, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AsyncFunctionDef() argument
2027 _PyAST_ClassDef(identifier name, asdl_expr_seq * bases, asdl_keyword_seq * keywords, asdl_stmt_seq * body, asdl_expr_seq * decorator_list, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_ClassDef() argument
2179 _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * orelse, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_For() argument
2211 _PyAST_AsyncFor(expr_ty target, expr_ty iter, asdl_stmt_seq * body, asdl_stmt_seq * orelse, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AsyncFor() argument
2243 _PyAST_While(expr_ty test, asdl_stmt_seq * body, asdl_stmt_seq * orelse, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_While() argument
2268 _PyAST_If(expr_ty test, asdl_stmt_seq * body, asdl_stmt_seq * orelse, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_If() argument
2293 _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_With() argument
2313 _PyAST_AsyncWith(asdl_withitem_seq * items, asdl_stmt_seq * body, string type_comment, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_AsyncWith() argument
2374 _PyAST_Try(asdl_stmt_seq * body, asdl_excepthandler_seq * handlers, asdl_stmt_seq * orelse, asdl_stmt_seq * finalbody, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Try() argument
2395 _PyAST_TryStar(asdl_stmt_seq * body, asdl_excepthandler_seq * handlers, asdl_stmt_seq * orelse, asdl_stmt_seq * finalbody, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_TryStar() argument
2694 _PyAST_Lambda(arguments_ty args, expr_ty body, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_Lambda() argument
2722 _PyAST_IfExp(expr_ty test, expr_ty body, expr_ty orelse, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_IfExp() argument
3285 _PyAST_ExceptHandler(expr_ty type, identifier name, asdl_stmt_seq * body, int lineno, int col_offset, int end_lineno, int end_col_offset, PyArena *arena) _PyAST_ExceptHandler() argument
3409 _PyAST_match_case(pattern_ty pattern, expr_ty guard, asdl_stmt_seq * body, PyArena *arena) _PyAST_match_case() argument
5491 asdl_stmt_seq* body; obj2ast_mod() local
5578 asdl_stmt_seq* body; obj2ast_mod() local
5627 expr_ty body; obj2ast_mod() local
5817 asdl_stmt_seq* body; obj2ast_stmt() local
5978 asdl_stmt_seq* body; obj2ast_stmt() local
6141 asdl_stmt_seq* body; obj2ast_stmt() local
6639 asdl_stmt_seq* body; obj2ast_stmt() local
6781 asdl_stmt_seq* body; obj2ast_stmt() local
6923 asdl_stmt_seq* body; obj2ast_stmt() local
7029 asdl_stmt_seq* body; obj2ast_stmt() local
7135 asdl_stmt_seq* body; obj2ast_stmt() local
7241 asdl_stmt_seq* body; obj2ast_stmt() local
7462 asdl_stmt_seq* body; obj2ast_stmt() local
7626 asdl_stmt_seq* body; obj2ast_stmt() local
8463 expr_ty body; obj2ast_expr() local
8511 expr_ty body; obj2ast_expr() local
10411 asdl_stmt_seq* body; obj2ast_excepthandler() local
11175 asdl_stmt_seq* body; obj2ast_match_case() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c3641 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) wpa_ft_rrb_rx_request() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c3414 wpa_ft_rrb_rx_request(struct wpa_authenticator *wpa_auth, const u8 *current_ap, const u8 *sta_addr, const u8 *body, size_t len) wpa_ft_rrb_rx_request() argument
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Datmel.c2891 } body; in send_association_request() local
875 atmel_transmit_management_frame(struct atmel_private *priv, struct ieee80211_hdr *header, u8 *body, int body_len) atmel_transmit_management_frame() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Datmel.c2886 } body; in send_association_request() local
874 atmel_transmit_management_frame(struct atmel_private *priv, struct ieee80211_hdr *header, u8 *body, int body_len) atmel_transmit_management_frame() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp9979 TIntermAggregate* body = new TIntermAggregate(EOpSequence); in addSwitch() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h431 Statement* body() const { return body_; } in body() function in v8::internal::IterationStatement
437 void Initialize(Statement* body) { body_ = body; } in Initialize() argument
446 void Initialize(Expression* cond, Statement* body) { in Initialize() argument
466 void Initialize(Expression* cond, Statement* body) { in Initialize() argument
486 Initialize(Statement* init, Expression* cond, Statement* next, Statement* body) Initialize() argument
527 Initialize(Expression* each, Expression* subject, Statement* body) Initialize() argument
2177 ZonePtrList<Statement>* body() { return &body_; } body() function in v8::internal::final
2307 FunctionLiteral(Zone* zone, const AstConsString* name, AstValueFactory* ast_value_factory, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionSyntaxKind function_syntax_kind, ParameterFlag has_duplicate_parameters, EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) FunctionLiteral() argument
3222 NewFunctionLiteral( const AstRawString* name, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument
3242 NewScriptOrEvalFunctionLiteral( DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count) NewScriptOrEvalFunctionLiteral() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp2469 std::string generateShaderSource(const char* body, const char* resultType = "", deUint32 flags = 0, const char* prefix = "") in generateShaderSource() argument
2502 src << body; in generateShaderSource() local
2568 addBuiltInShaderSource(SourceCollections& programCollection, VkShaderStageFlagBits stage, const std::string& body, const CaseDef& params, std::string builtInType) addBuiltInShaderSource() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp10749 std::string body; executeTest() local
11217 std::string body; iterate() local
[all...]

Completed in 149 milliseconds

1...<<1112131415161718192021