Home
last modified time | relevance | path

Searched defs:body (Results 426 - 450 of 512) sorted by relevance

1...<<1112131415161718192021

/third_party/ltp/tools/sparse/sparse-src/
H A Dpre-process.c642 static struct token **substitute(struct token **list, struct token *body, struct arg *args) in substitute() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc136 IfBuilder0& Then(const VoidGenerator0& body) { in Then() argument
140 IfBuilder0& Else(const VoidGenerator0& body) { in Else() argument
212 V8_WARN_UNUSED_RESULT IfBuilder1& Then(const If1BodyFunction& body) { in Then() argument
216 V8_WARN_UNUSED_RESULT IfBuilder1& Else(const If1BodyFunction& body) { in Else() argument
318 TNode<Object> MayThrow(const NodeGenerator0& body) { in MayThrow() argument
489 Do(const For0BodyFunction& body) Do() argument
550 Do(const For1BodyFunction& body) Do() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1033 RegExpNode* RegExpCapture::ToNode(RegExpTree* body, int index, in RationalizeConsecutiveAtoms() argument
1588 ToNode(int min, int max, bool is_greedy, RegExpTree* body, RegExpCompiler* compiler, RegExpNode* on_success, bool not_at_start) RationalizeConsecutiveAtoms() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dast.h715 Statement* body; member
809 Statement* body; member
825 Statement* body; global() member
1041 base::Optional<Statement*> body; global() member
1090 base::Optional<Statement*> body; global() member
1168 Statement* body; global() member
[all...]
H A Ddeclarable.h269 Expression* body() const { return body_; } in body() function in v8::internal::torque::NamespaceConstant
317 base::Optional<Statement*> body() const { return body_; } in body() function in v8::internal::torque::Callable
273 NamespaceConstant(Identifier* constant_name, std::string external_name, const Type* type, Expression* body) NamespaceConstant() argument
353 Callable(Declarable::Kind kind, std::string external_name, std::string readable_name, Signature signature, base::Optional<Statement*> body) Callable() argument
393 Macro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body) Macro() argument
455 TorqueMacro(Declarable::Kind kind, std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body, bool is_user_defined, bool exported_to_csa) TorqueMacro() argument
467 TorqueMacro(std::string external_name, std::string readable_name, const Signature& signature, base::Optional<Statement*> body, bool is_user_defined, bool exported_to_csa) TorqueMacro() argument
490 Method(AggregateType* aggregate_type, std::string external_name, std::string readable_name, const Signature& signature, Statement* body) Method() argument
509 Builtin(std::string external_name, std::string readable_name, Builtin::Kind kind, const Signature& signature, base::Optional<Statement*> body) Builtin() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp1253 static inline std::string generateShaderSource(const char* body, const char* resultType = "", deUint32 flags = 0, const char* prefix = "") in generateShaderSource() argument
1286 src << body; in generateShaderSource() local
1291 addShaderSource(SourceCollections& programCollection, const char* identifier, const char* body, const char* resultType = �, deUint32 flags = 0, const char* prefix = �, deUint32 validatorOptions = 0U) addShaderSource() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp1586 TIntermLoop(TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr, TIntermBlock *body) TIntermLoop() argument
H A DIntermNode.h236 void setBody(TIntermBlock *body) { mBody = body; } in setBody() argument
761 TIntermFunctionDefinition(TIntermFunctionPrototype *prototype, TIntermBlock *body) in TIntermFunctionDefinition() argument
[all...]
H A DTranslatorVulkan.cpp452 TIntermBlock *body = new TIntermBlock; in AddXfbEmulationSupport() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp424 TIntermBlock *body = new TIntermBlock; in declareCoordTranslationFunction() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCommonBugsTests.cpp1187 const std::string body = getShaderBody(static_cast<_test_iteration>(current_iteration)); in iterate() local
1411 const std::string body in iterate() local
[all...]
H A Dgl3cCullDistanceTests.cpp80 const glw::GLchar* body; in buildProgram() member
1299 std::string body; in buildPO() member
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1990 std::string body = "return 1.0;"; in TEST_F() local
2002 std::string body = "return 1.0;"; in TEST_F() local
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp2721 StringStream body; in generateCode() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.h337 BrotliMetablockBodyArena body; member
/third_party/python/Include/internal/
H A Dpycore_ast_state.h167 PyObject *body; member
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h1819 Func(const Source& source, NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument
1844 Func(NAME&& name, ast::VariableList params, const ast::Type* type, ast::StatementList body, ast::DecorationList decorations = {}, ast::DecorationList return_type_decorations = {}) Func() argument
2052 Else(CONDITION&& condition, const ast::BlockStatement* body) Else() argument
2061 Else(const ast::BlockStatement* body) Else() argument
2072 If(CONDITION&& condition, const ast::BlockStatement* body, ELSE_STATEMENTS&&... elseStatements) If() argument
2112 Loop( const Source& source, const ast::BlockStatement* body, const ast::BlockStatement* continuing = nullptr) Loop() argument
2123 Loop( const ast::BlockStatement* body, const ast::BlockStatement* continuing = nullptr) Loop() argument
2138 For(const Source& source, const ast::Statement* init, COND&& cond, const ast::Statement* cont, const ast::BlockStatement* body) For() argument
2155 For(const ast::Statement* init, COND&& cond, const ast::Statement* cont, const ast::BlockStatement* body) For() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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
1369 struct ieee802_1x_mka_sak_use_body *body; ieee802_1x_mka_decode_sak_use_body() local
1575 struct ieee802_1x_mka_dist_sak_body *body; ieee802_1x_mka_encode_dist_sak_body() local
1647 struct ieee802_1x_mka_dist_sak_body *body; ieee802_1x_mka_decode_dist_sak_body() local
1834 struct ieee802_1x_mka_icv_body *body; ieee802_1x_mka_encode_icv_body() local
1869 const struct ieee802_1x_mka_icv_body *body; ieee802_1x_mka_decode_icv_body() local
3033 struct ieee802_1x_mka_basic_body *body; ieee802_1x_kay_mkpdu_sanity_check() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp1409 void addFieldCopy(TIntermBlock *body, in addFieldCopy() argument
1454 TIntermBlock *body = new TIntermBlock; in declareStructCopy() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_pktdump.c285 uint8 body[1]; /* Body (optional) */ member
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp2574 Format body; in NotifyUpdateTrackInfo() local
/kernel/linux/linux-5.10/block/
H A Dsed-opal.c450 const struct d0_features *body = in opal_discovery0_end() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_hostif.h83 u8 body[CHANNEL_LIST_MAX_SIZE]; member
197 u8 body[]; member
253 u8 body[IEEE80211_MAX_SSID_LEN]; member
260 u8 body[8]; member
289 u8 body[RSN_BODY_SIZE]; member
298 u8 body[16]; member
313 u8 body[1024]; /* +18 */ member
340 u8 body[128]; /* +53 */ member
H A Dks_wlan.h26 u8 body[16]; member
31 u8 body[32 + 1]; member
189 u8 body[RSN_IE_BODY_MAX]; member
199 u8 body[WPS_IE_BODY_MAX]; member
208 u8 body[32]; member
213 u8 body[16]; member
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_hostif.h83 u8 body[CHANNEL_LIST_MAX_SIZE]; member
197 u8 body[]; member
253 u8 body[IEEE80211_MAX_SSID_LEN]; member
260 u8 body[8]; member
289 u8 body[RSN_BODY_SIZE]; member
298 u8 body[16]; member
313 u8 body[1024]; /* +18 */ member
340 u8 body[128]; /* +53 */ member

Completed in 64 milliseconds

1...<<1112131415161718192021