Home
last modified time | relevance | path

Searched refs:ext (Results 201 - 225 of 3731) sorted by relevance

12345678910>>...150

/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.c78 aux_data = &item->aux_data.ext; in nghttp2_outbound_item_free()
81 nghttp2_frame_extension_free(&frame->ext); in nghttp2_outbound_item_free()
87 nghttp2_frame_altsvc_free(&frame->ext, mem); in nghttp2_outbound_item_free()
90 nghttp2_frame_origin_free(&frame->ext, mem); in nghttp2_outbound_item_free()
93 nghttp2_frame_priority_update_free(&frame->ext, mem); in nghttp2_outbound_item_free()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.c78 aux_data = &item->aux_data.ext; in nghttp2_outbound_item_free()
81 nghttp2_frame_extension_free(&frame->ext); in nghttp2_outbound_item_free()
87 nghttp2_frame_altsvc_free(&frame->ext, mem); in nghttp2_outbound_item_free()
90 nghttp2_frame_origin_free(&frame->ext, mem); in nghttp2_outbound_item_free()
93 nghttp2_frame_priority_update_free(&frame->ext, mem); in nghttp2_outbound_item_free()
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_common_vdi.c279 OsalMemFree((void *)vdiRoute->sinks[i].ext.device.desc); in AudioCommonFreeVdiRouteVdi()
293 OsalMemFree((void *)vdiRoute->sources[i].ext.device.desc); in AudioCommonFreeVdiRouteVdi()
308 vdiRouteNode->ext.device.moduleId = routeNode->ext.device.moduleId; in AudioCommonRouteNodeToVdiRouteNodeVdi()
309 vdiRouteNode->ext.device.type = (enum AudioPortPinVdi)routeNode->ext.device.type; in AudioCommonRouteNodeToVdiRouteNodeVdi()
310 vdiRouteNode->ext.device.desc = strdup(routeNode->ext.device.desc); in AudioCommonRouteNodeToVdiRouteNodeVdi()
311 if (vdiRouteNode->ext.device.desc == NULL) { in AudioCommonRouteNodeToVdiRouteNodeVdi()
312 AUDIO_FUNC_LOGE("strdup fail, routeNode->ext in AudioCommonRouteNodeToVdiRouteNodeVdi()
[all...]
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_ipportnet.c142 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportnet4_kadt() local
155 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportnet4_kadt()
165 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet4_uadt() local
185 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipportnet4_uadt()
228 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipportnet4_uadt()
290 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipportnet4_uadt()
399 struct ip_set_ext ext in hash_ipportnet6_kadt() local
422 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_ipportnet6_uadt() local
[all...]
H A Dip_set_hash_netportnet.c157 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netportnet4_kadt() local
173 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netportnet4_kadt()
193 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt() local
217 ret = ip_set_get_extensions(set, tb, &ext); in hash_netportnet4_uadt()
260 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netportnet4_uadt()
322 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netportnet4_uadt()
452 struct ip_set_ext ext in hash_netportnet6_kadt() local
478 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_netportnet6_uadt() local
[all...]
H A Dip_set_list_set.c51 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_ktest()
54 struct ip_set_ext *mext = &opt->ext; in list_set_ktest()
67 if (ip_set_match_extensions(set, ext, mext, flags, e)) in list_set_ktest()
76 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kadd()
96 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kdel()
118 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in list_set_kadt() local
124 ret = list_set_ktest(set, skb, par, opt, &ext); in list_set_kadt()
127 ret = list_set_kadd(set, skb, par, opt, &ext); in list_set_kadt()
130 ret = list_set_kdel(set, skb, par, opt, &ext); in list_set_kadt()
185 list_set_utest(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_utest() argument
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_ktest() argument
74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_kadd() argument
94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_kdel() argument
217 list_set_init_extensions(struct ip_set *set, const struct ip_set_ext *ext, struct set_elem *e) list_set_init_extensions() argument
221 ip_set_init_counter(ext_counter(e, set), ext); list_set_init_extensions() local
225 ip_set_init_skbinfo(ext_skbinfo(e, set), ext); list_set_init_extensions() local
232 list_set_uadd(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) list_set_uadd() argument
314 list_set_udel(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) list_set_udel() argument
352 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); list_set_uadt() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_hash_netportnet.c158 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_netportnet4_kadt() local
174 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_netportnet4_kadt()
194 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_netportnet4_uadt() local
218 ret = ip_set_get_extensions(set, tb, &ext); in hash_netportnet4_uadt()
261 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netportnet4_uadt()
323 ret = adtfn(set, &e, &ext, &ext, flags); in hash_netportnet4_uadt()
453 struct ip_set_ext ext in hash_netportnet6_kadt() local
479 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_netportnet6_uadt() local
[all...]
H A Dip_set_hash_ipportnet.c143 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in hash_ipportnet4_kadt() local
156 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in hash_ipportnet4_kadt()
166 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in hash_ipportnet4_uadt() local
186 ret = ip_set_get_extensions(set, tb, &ext); in hash_ipportnet4_uadt()
229 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipportnet4_uadt()
291 ret = adtfn(set, &e, &ext, &ext, flags); in hash_ipportnet4_uadt()
400 struct ip_set_ext ext in hash_ipportnet6_kadt() local
423 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); hash_ipportnet6_uadt() local
[all...]
H A Dip_set_list_set.c51 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_ktest()
54 struct ip_set_ext *mext = &opt->ext; in list_set_ktest()
67 if (ip_set_match_extensions(set, ext, mext, flags, e)) in list_set_ktest()
76 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kadd()
96 struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) in list_set_kdel()
118 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in list_set_kadt() local
124 ret = list_set_ktest(set, skb, par, opt, &ext); in list_set_kadt()
127 ret = list_set_kadd(set, skb, par, opt, &ext); in list_set_kadt()
130 ret = list_set_kdel(set, skb, par, opt, &ext); in list_set_kadt()
185 list_set_utest(struct ip_set *set, void *value, const struct ip_set_ext *ext, in list_set_utest() argument
49 list_set_ktest(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_ktest() argument
74 list_set_kadd(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_kadd() argument
94 list_set_kdel(struct ip_set *set, const struct sk_buff *skb, const struct xt_action_param *par, struct ip_set_adt_opt *opt, const struct ip_set_ext *ext) list_set_kdel() argument
217 list_set_init_extensions(struct ip_set *set, const struct ip_set_ext *ext, struct set_elem *e) list_set_init_extensions() argument
221 ip_set_init_counter(ext_counter(e, set), ext); list_set_init_extensions() local
225 ip_set_init_skbinfo(ext_skbinfo(e, set), ext); list_set_init_extensions() local
232 list_set_uadd(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) list_set_uadd() argument
314 list_set_udel(struct ip_set *set, void *value, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) list_set_udel() argument
352 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); list_set_uadt() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_extend.c38 kfree(ct->ext); in nf_ct_ext_destroy()
51 if (ct->ext) { in nf_ct_ext_add()
52 const struct nf_ct_ext *old = ct->ext; in nf_ct_ext_add()
73 new = krealloc(ct->ext, alloc, gfp); in nf_ct_ext_add()
77 if (!ct->ext) in nf_ct_ext_add()
84 ct->ext = new; in nf_ct_ext_add()
/third_party/node/lib/internal/modules/esm/
H A Dget_format.js96 const ext = extname(url);
98 if (ext === '.js') {
112 if (ext === '') {
129 const format = extensionFormatMap[ext];
136 throw new ERR_UNKNOWN_FILE_EXTENSION(ext, filepath);
139 return getLegacyExtensionFormat(ext) ?? null;
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.h353 bool vk_get_physical_device_core_1_1_feature_ext(struct VkBaseOutStructure *ext,
355 bool vk_get_physical_device_core_1_2_feature_ext(struct VkBaseOutStructure *ext,
357 bool vk_get_physical_device_core_1_3_feature_ext(struct VkBaseOutStructure *ext,
360 bool vk_get_physical_device_core_1_1_property_ext(struct VkBaseOutStructure *ext,
362 bool vk_get_physical_device_core_1_2_property_ext(struct VkBaseOutStructure *ext,
364 bool vk_get_physical_device_core_1_3_property_ext(struct VkBaseOutStructure *ext,
/third_party/skia/gn/
H A Dcompile_sksl_tests.py48 def extensionForSpirvAsm(ext):
49 return ext if (ext == '.frag' or ext == '.vert') else '.frag'
65 noExt, ext = os.path.splitext(input)
86 worklist.write(target + ".asm" + extensionForSpirvAsm(ext) + "\n")
/third_party/skia/infra/bots/recipes/
H A Dupload_dm_results.py38 for ext in ['.png', '.pdf']:
40 'find %s images' % ext,
42 '*%s' % ext,
45 files_to_upload = [f for f in files_to_upload if str(f).endswith(ext)]
47 api.gsutil.cp('%s images' % ext, results_dir.join('*%s' % ext),
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c181 struct MALI_ZS_CRC_EXTENSION *ext) in pan_prepare_s()
190 ext->s_msaa = mali_sampling_mode(s); in pan_prepare_s()
197 ext->s_writeback_base = surf.data; in pan_prepare_s()
198 ext->s_writeback_row_stride = s->image->layout.slices[level].row_stride; in pan_prepare_s()
199 ext->s_writeback_surface_stride = in pan_prepare_s()
202 ext->s_block_format = mod_to_block_fmt(s->image->layout.modifier); in pan_prepare_s()
203 ext->s_write_format = translate_s_format(s->format); in pan_prepare_s()
208 struct MALI_ZS_CRC_EXTENSION *ext) in pan_prepare_zs()
217 ext->zs_msaa = mali_sampling_mode(zs); in pan_prepare_zs()
225 ext in pan_prepare_zs()
180 pan_prepare_s(const struct pan_fb_info *fb, struct MALI_ZS_CRC_EXTENSION *ext) pan_prepare_s() argument
207 pan_prepare_zs(const struct pan_fb_info *fb, struct MALI_ZS_CRC_EXTENSION *ext) pan_prepare_zs() argument
265 pan_prepare_crc(const struct pan_fb_info *fb, int rt_crc, struct MALI_ZS_CRC_EXTENSION *ext) pan_prepare_crc() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c117 struct vk_device_extension_table *ext) in get_device_extensions()
119 *ext = (struct vk_device_extension_table) { in get_device_extensions()
707 vk_foreach_struct(ext, pFeatures->pNext) in tu_GetPhysicalDeviceFeatures2()
709 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1)) in tu_GetPhysicalDeviceFeatures2()
711 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2)) in tu_GetPhysicalDeviceFeatures2()
713 if (vk_get_physical_device_core_1_3_feature_ext(ext, &core_1_3)) in tu_GetPhysicalDeviceFeatures2()
716 switch (ext->sType) { in tu_GetPhysicalDeviceFeatures2()
719 (VkPhysicalDeviceConditionalRenderingFeaturesEXT *) ext; in tu_GetPhysicalDeviceFeatures2()
726 (VkPhysicalDeviceTransformFeedbackFeaturesEXT *) ext; in tu_GetPhysicalDeviceFeatures2()
733 (VkPhysicalDeviceIndexTypeUint8FeaturesEXT *)ext; in tu_GetPhysicalDeviceFeatures2()
116 get_device_extensions(const struct tu_physical_device *device, struct vk_device_extension_table *ext) get_device_extensions() argument
[all...]
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dtmpfile_posix.cc27 std::string TmpFilePath(std::string ext) { in TmpFilePath() argument
38 TINT_ASSERT(Utils, ext.length() <= in TmpFilePath()
40 std::string name = std::string(dir) + "/tint_XXXXXX" + ext; in TmpFilePath()
41 int file = mkstemps(&name[0], static_cast<int>(ext.length())); in TmpFilePath()
H A Dtmpfile_windows.cc25 std::string TmpFilePath(const std::string& ext) { in TmpFilePath() argument
30 std::string name_with_ext = std::string(name) + ext; in TmpFilePath()
44 TmpFile::TmpFile(std::string ext) : path_(TmpFilePath(ext)) {} in TmpFile() argument
/third_party/skia/tools/malisc/
H A Dmalisc.py23 basename, ext = os.path.splitext(filename)
24 if ext not in ['.frag', '.spv']:
27 if ext == '.spv':
38 stats[basename][ext] = inst
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_std_types_srq.c68 attr.ext.cq = uverbs_attr_get_obj(attrs, in UVERBS_METHOD_SRQ_CREATE()
70 if (IS_ERR(attr.ext.cq)) in UVERBS_METHOD_SRQ_CREATE()
71 return PTR_ERR(attr.ext.cq); in UVERBS_METHOD_SRQ_CREATE()
81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_METHOD_SRQ_CREATE()
82 if (!attr.ext.xrc.xrcd) in UVERBS_METHOD_SRQ_CREATE()
89 ret = uverbs_copy_from(&attr.ext.tag_matching.max_num_tags, in UVERBS_METHOD_SRQ_CREATE()
131 &srq->ext.xrc.srq_num, in UVERBS_METHOD_SRQ_CREATE()
132 sizeof(srq->ext.xrc.srq_num)); in UVERBS_METHOD_SRQ_CREATE()
/kernel/linux/linux-5.10/net/sctp/
H A Dstream_sched.c72 ch = list_entry(stream->out_curr->ext->outq.next, in sctp_sched_fcfs_dequeue()
154 void *p = SCTP_SO(&asoc->stream, i)->ext; in sctp_sched_set_sched()
168 if (!SCTP_SO(&asoc->stream, i)->ext) in sctp_sched_set_sched()
210 if (!SCTP_SO(&asoc->stream, sid)->ext) { in sctp_sched_set_value()
227 if (!SCTP_SO(&asoc->stream, sid)->ext) in sctp_sched_get_value()
265 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid() local
267 INIT_LIST_HEAD(&ext->outq); in sctp_sched_init_sid()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_std_types_srq.c68 attr.ext.cq = uverbs_attr_get_obj(attrs, in UVERBS_METHOD_SRQ_CREATE()
70 if (IS_ERR(attr.ext.cq)) in UVERBS_METHOD_SRQ_CREATE()
71 return PTR_ERR(attr.ext.cq); in UVERBS_METHOD_SRQ_CREATE()
81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_METHOD_SRQ_CREATE()
82 if (!attr.ext.xrc.xrcd) in UVERBS_METHOD_SRQ_CREATE()
89 ret = uverbs_copy_from(&attr.ext.tag_matching.max_num_tags, in UVERBS_METHOD_SRQ_CREATE()
131 &srq->ext.xrc.srq_num, in UVERBS_METHOD_SRQ_CREATE()
132 sizeof(srq->ext.xrc.srq_num)); in UVERBS_METHOD_SRQ_CREATE()
/kernel/linux/linux-6.6/net/sctp/
H A Dstream_sched.c68 ch = list_entry(stream->out_curr->ext->outq.next, in sctp_sched_fcfs_dequeue()
139 soute = SCTP_SO(stream, i)->ext; in sctp_sched_free_sched()
170 if (!SCTP_SO(&asoc->stream, i)->ext) in sctp_sched_set_sched()
212 if (!SCTP_SO(&asoc->stream, sid)->ext) { in sctp_sched_set_value()
229 if (!SCTP_SO(&asoc->stream, sid)->ext) in sctp_sched_get_value()
267 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid() local
269 INIT_LIST_HEAD(&ext->outq); in sctp_sched_init_sid()
/third_party/python/Lib/distutils/
H A Dcygwinccompiler.py157 def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
159 if ext == '.rc' or ext == '.res':
257 base, ext = os.path.splitext(os.path.normcase(src_name))
258 if ext not in (self.src_extensions + ['.rc','.res']):
260 (ext, src_name))
263 if ext in ('.res', '.rc'):
266 base + ext + self.obj_extension))
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_extensions.py300 def break_down_ext(ext, expr, mode):
302 m = expr.match(ext)
304 'full_name': ext,
310 'link': _LINK_OVERRIDES.get(ext, m.group(3)),
315 return [break_down_ext(ext, expr, mode) for ext in exts]
346 def s(ext, support):
349 return CHECKMARK if ext in support['Extensions'] else CROSS

Completed in 15 milliseconds

12345678910>>...150