Home
last modified time | relevance | path

Searched defs:exts (Results 76 - 100 of 120) sorted by relevance

12345

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c287 X509_EXTENSIONS *exts = NULL; in OSSL_CMP_CTX_setup_CRM() local
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c287 X509_EXTENSIONS *exts = NULL; in OSSL_CMP_CTX_setup_CRM() local
[all...]
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c304 PACKET responder_id_list, exts; in tls_parse_ctos_status_request() local
H A Dextensions.c419 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts() argument
567 custom_ext_methods *exts = &s->cert->custext; in tls_collect_extensions() local
742 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X50 argument
692 tls_parse_extension(SSL *s, TLSEXT_INDEX idx, int context, RAW_EXTENSION *exts, X509 *x, size_t chainidx) tls_parse_extension() argument
[all...]
H A Dstatem_clnt.c2459 RAW_EXTENSION *exts = NULL; in tls_process_new_session_ticket() local
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.cpp578 Extensions exts = getExts(inst); in jsonToSpirv() local
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1090 struct tcf_exts *exts; in stmmac_test_rxp() local
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1090 struct tcf_exts *exts; in stmmac_test_rxp() local
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h109 virtual void setExtensions(int numExts, const char* const exts[]) in setExtensions() argument
179 virtual void setMemberExtensions(int member, int numExts, const char* const exts[]) in setMemberExtensions() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java4150 private static ULocale getInstance(BaseLocale base, LocaleExtensions exts) { in getInstance() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java3607 private static ULocale getInstance(BaseLocale base, LocaleExtensions exts) { in getInstance() argument
/third_party/mesa3d/src/egl/main/
H A Deglapi.c488 char *exts = disp->ExtensionsString; in _eglCreateExtensionsString() local
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c195 xfb_decl_init(struct xfb_decl *xfb_decl, const struct gl_constants *consts, const struct gl_extensions *exts, const void *mem_ctx, const char *input) xfb_decl_init() argument
735 parse_xfb_decls(const struct gl_constants *consts, const struct gl_extensions *exts, struct gl_shader_program *prog, const void *mem_ctx, unsigned num_names, char **varying_names, struct xfb_decl *decls) parse_xfb_decls() argument
1121 init_varying_matches(void *mem_ctx, struct varying_matches *vm, const struct gl_constants *consts, const struct gl_extensions *exts, gl_shader_stage producer_stage, gl_shader_stage consumer_stage, bool sso) init_varying_matches() argument
2357 assign_initial_varying_locations(const struct gl_constants *consts, const struct gl_extensions *exts, void *mem_ctx, struct gl_shader_program *prog, struct gl_linked_shader *producer, struct gl_linked_shader *consumer, unsigned num_xfb_decls, struct xfb_decl *xfb_decls, struct varying_matches *vm) assign_initial_varying_locations() argument
2668 assign_final_varying_locations(const struct gl_constants *consts, const struct gl_extensions *exts, void *mem_ctx, struct gl_shader_program *prog, struct gl_linked_shader *producer, struct gl_linked_shader *consumer, unsigned num_xfb_decls, struct xfb_decl *xfb_decls, const uint64_t reserved_slots, struct varying_matches *vm) assign_final_varying_locations() argument
2913 link_varyings(struct gl_shader_program *prog, unsigned first, unsigned last, const struct gl_constants *consts, const struct gl_extensions *exts, gl_api api, void *mem_ctx) link_varyings() argument
3156 gl_nir_link_varyings(const struct gl_constants *consts, const struct gl_extensions *exts, gl_api api, struct gl_shader_program *prog) gl_nir_link_varyings() argument
[all...]
H A Dlinker.cpp3299 check_explicit_uniform_locations(const struct gl_extensions *exts, in check_explicit_uniform_locations() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c42 const struct vk_device_extension_table *exts = in vn_physical_device_init_features() local
423 const struct vk_device_extension_table *exts = vn_physical_device_init_properties() local
897 vn_physical_device_get_native_extensions( const struct vn_physical_device *physical_dev, struct vk_device_extension_table *exts) vn_physical_device_get_native_extensions() argument
942 vn_physical_device_get_passthrough_extensions( const struct vn_physical_device *physical_dev, struct vk_device_extension_table *exts) vn_physical_device_get_passthrough_extensions() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c2467 RAW_EXTENSION *exts = NULL; in tls_process_new_session_ticket() local
/third_party/skia/tests/
H A DCodecTest.cpp272 static const char* const exts[] = { in supports_partial_scanlines() local
/third_party/skia/dm/
H A DDMSrcSink.cpp337 static const char* const exts[] = { in serial_from_path_name() local
/third_party/vk-gl-cts/modules/egl/
H A DteglImageFormatTests.cpp432 set<string> exts; in getSupportedExtensions() local
1419 set<string> exts = getSupportedExtensions(log, api.m_egl, api.m_display, api.m_gl); invokeGLES() local
1607 set<string> exts = getSupportedExtensions(getLog(), m_eglTestCtx.getLibrary(), m_display, m_gl); checkExtensions() local
1631 set<string> exts; init() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c114 struct tcf_exts exts; member
[all...]
H A Dcls_api.c3043 void tcf_exts_destroy(struct tcf_exts *exts) in tcf_exts_destroy() argument
3055 tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, bool ovr, bool rtnl_held, struct netlink_ext_ack *extack) tcf_exts_validate() argument
3119 tcf_exts_first_act(struct tcf_exts *exts) tcf_exts_first_act() argument
3128 tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump() argument
3169 tcf_exts_terse_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_terse_dump() argument
3195 tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump_stats() argument
3572 tc_setup_flow_action(struct flow_action *flow_action, const struct tcf_exts *exts) tc_setup_flow_action() argument
3753 tcf_exts_num_actions(struct tcf_exts *exts) tcf_exts_num_actions() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dpkt_cls.h222 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() argument
243 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() argument
253 tcf_exts_put_net(struct tcf_exts *exts) tcf_exts_put_net() argument
270 tcf_exts_stats_update(const struct tcf_exts *exts, u64 bytes, u64 packets, u64 drops, u64 lastuse, u8 used_hw_stats, bool used_hw_stats_valid) tcf_exts_stats_update() argument
298 tcf_exts_has_actions(struct tcf_exts *exts) tcf_exts_has_actions() argument
319 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, struct tcf_result *res) tcf_exts_exec() argument
606 struct tcf_exts *exts; global() member
745 struct tcf_exts *exts; global() member
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dpkt_cls.h230 static inline int tcf_exts_init(struct tcf_exts *exts, struct net *net, in tcf_exts_init() argument
244 static inline bool tcf_exts_get_net(struct tcf_exts *exts) in tcf_exts_get_net() argument
256 tcf_exts_put_net(struct tcf_exts *exts) tcf_exts_put_net() argument
281 tcf_exts_hw_stats_update(const struct tcf_exts *exts, struct flow_stats *stats, bool use_act_stats) tcf_exts_hw_stats_update() argument
313 tcf_exts_has_actions(struct tcf_exts *exts) tcf_exts_has_actions() argument
334 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, struct tcf_result *res) tcf_exts_exec() argument
344 tcf_exts_exec_ex(struct sk_buff *skb, struct tcf_exts *exts, int act_index, struct tcf_result *res) tcf_exts_exec_ex() argument
645 struct tcf_exts *exts; global() member
785 struct tcf_exts *exts; global() member
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c56 const struct tcf_exts *exts; member
77 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struct tcf_proto *tp, in tcf_exts_miss_cookie_base_alloc() argument
111 static void tcf_exts_miss_cookie_base_destroy(struct tcf_exts *exts) in tcf_exts_miss_cookie_base_destroy() argument
133 tcf_exts_miss_cookie_base_alloc(struct tcf_exts *exts, struc argument
139 tcf_exts_miss_cookie_base_destroy(struct tcf_exts *exts) tcf_exts_miss_cookie_base_destroy() argument
1679 struct tcf_exts *exts; __tcf_classify() local
3214 tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action, int police, struct tcf_proto *tp, u32 handle, bool use_action_miss) tcf_exts_init_ex() argument
3255 tcf_exts_destroy(struct tcf_exts *exts) tcf_exts_destroy() argument
3269 tcf_exts_validate_ex(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, u32 fl_flags, struct netlink_ext_ack *extack) tcf_exts_validate_ex() argument
3324 tcf_exts_validate(struct net *net, struct tcf_proto *tp, struct nlattr **tb, struct nlattr *rate_tlv, struct tcf_exts *exts, u32 flags, struct netlink_ext_ack *extack) tcf_exts_validate() argument
3345 tcf_exts_first_act(struct tcf_exts *exts) tcf_exts_first_act() argument
3354 tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump() argument
3395 tcf_exts_terse_dump(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_terse_dump() argument
3421 tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts) tcf_exts_dump_stats() argument
3799 tc_setup_offload_action(struct flow_action *flow_action, const struct tcf_exts *exts, struct netlink_ext_ack *extack) tc_setup_offload_action() argument
3819 tcf_exts_num_actions(struct tcf_exts *exts) tcf_exts_num_actions() argument
[all...]
H A Dcls_flower.c118 struct tcf_exts exts; member
[all...]

Completed in 71 milliseconds

12345