Home
last modified time | relevance | path

Searched defs:body (Results 301 - 325 of 331) sorted by relevance

1...<<11121314

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c85 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len() argument
93 static unsigned int get_mka_param_body_len(const void *body) in get_mka_param_body_len() argument
100 static u8 get_mka_param_body_type(const void *body) in get_mka_param_body_type() argument
139 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) in ieee802_1x_mka_dump_basic_body() argument
172 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) ieee802_1x_mka_dump_peer_body() argument
205 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) ieee802_1x_mka_dump_dist_sak_body() argument
239 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) ieee802_1x_mka_dump_sak_use_body() argument
739 struct ieee802_1x_mka_basic_body *body; ieee802_1x_mka_encode_basic_body() local
796 const struct ieee802_1x_mka_basic_body *body; ieee802_1x_mka_decode_basic_body() local
946 struct ieee802_1x_mka_peer_body *body; ieee802_1x_mka_encode_live_peer_body() local
1006 struct ieee802_1x_mka_peer_body *body; ieee802_1x_mka_encode_potential_peer_body() local
1287 struct ieee802_1x_mka_sak_use_body *body; ieee802_1x_mka_encode_sak_use_body() local
1382 struct ieee802_1x_mka_sak_use_body *body; ieee802_1x_mka_decode_sak_use_body() local
1612 struct ieee802_1x_mka_dist_sak_body *body; ieee802_1x_mka_encode_dist_sak_body() local
1684 struct ieee802_1x_mka_dist_sak_body *body; ieee802_1x_mka_decode_dist_sak_body() local
1871 struct ieee802_1x_mka_icv_body *body; ieee802_1x_mka_encode_icv_body() local
1906 const struct ieee802_1x_mka_icv_body *body; ieee802_1x_mka_decode_icv_body() local
3070 struct ieee802_1x_mka_basic_body *body; ieee802_1x_kay_mkpdu_validity_check() local
[all...]
/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...]
H A Dparser-base.h4308 ParseFunctionBody( StatementListT* body, IdentifierT function_name, int pos, const FormalParametersT& parameters, FunctionKind kind, FunctionSyntaxKind function_syntax_kind, FunctionBodyType body_type) ParseFunctionBody() argument
4838 ParseAsyncFunctionBody(Scope* scope, StatementListT* body) ParseAsyncFunctionBody() argument
5107 ParseStatementList(StatementListT* body, Token::Value end_token) ParseStatementList() argument
5330 BlockT body = factory()->NewBlock(false, labels != nullptr); ParseBlock() local
5379 StatementT body = ParseFunctionDeclaration(); ParseScopedStatement() local
5697 StatementT body = impl()->NullStatement(); ParseWithStatement() local
5719 StatementT body = impl()->NullStatement(); ParseDoWhileStatement() local
5758 StatementT body = impl()->NullStatement(); ParseWhileStatement() local
6125 StatementT body = impl()->NullStatement(); ParseForStatement() local
6182 StatementT body = impl()->NullStatement(); ParseForEachStatementWithDeclarations() local
6235 StatementT body = impl()->NullStatement(); ParseForEachStatementWithoutDeclarations() local
6259 StatementT body = impl()->NullStatement(); ParseStandardForLoopWithLexicalDeclarations() local
6307 ParseStandardForLoop( int stmt_pos, ZonePtrList<const AstRawString>* labels, ZonePtrList<const AstRawString>* own_labels, ExpressionT* cond, StatementT* next, StatementT* body) ParseStandardForLoop() argument
6436 StatementT body = impl()->NullStatement(); ParseForAwaitStatement() local
[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
/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...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc682 const ast::BlockStatement* body = nullptr; member
698 const ast::BlockStatement* body = nullptr; member
905 auto* body in Emit() local
940 auto* body = create<ast::BlockStatement>(Source{}, statements); MakeFunctionBody() local
1358 auto* body = create<ast::BlockStatement>(source, stmts); EmitEntryPointAsWrapper() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp2414 addLoop(TLoopType type, TIntermNode *init, TIntermNode *cond, TIntermTyped *expr, TIntermNode *body, const TSourceLoc &line) addLoop() argument
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3566 TIntermTyped* body = nullptr; in decomposeStructBufferMethods() local
3638 TIntermAggregate* body = nullptr; decomposeStructBufferMethods() local
3691 TIntermAggregate* body = nullptr; decomposeStructBufferMethods() local
9420 TIntermAggregate* body = new TIntermAggregate(EOpSequence); addSwitch() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp7176 std::string body = bodyStream.str(); in addPublicFunction() local
7196 std::string body = bodyStream.str(); in addPrivateFunction() local

Completed in 148 milliseconds

1...<<11121314