/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_pipapo.c | 402 * @ext: nftables API extension pointer, filled with matching reference 409 const u32 *key, const struct nft_set_ext **ext) in nft_pipapo_lookup() 453 * the last field, in which case return the matched 'ext' in nft_pipapo_lookup() 470 *ext = &f->mt[b].e->ext; in nft_pipapo_lookup() 471 if (unlikely(nft_set_elem_expired(*ext) || in nft_pipapo_lookup() 472 !nft_set_elem_active(*ext, genmask))) in nft_pipapo_lookup() 556 * the last field, in which case return the matched 'ext' in pipapo_get() 569 if (nft_set_elem_expired(&f->mt[b].e->ext)) in pipapo_get() 572 !nft_set_elem_active(&f->mt[b].e->ext, genmas in pipapo_get() 408 nft_pipapo_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_pipapo_lookup() argument 1193 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); global() local 1770 pipapo_deactivate(const struct net *net, const struct nft_set *set, const u8 *data, const struct nft_set_ext *ext) global() argument 1796 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); global() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/ |
H A D | link_dpms.c | 230 // Check if current bios contains ext Hdmi settings in get_ext_hdmi_settings() 1269 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload_with_temp_drm_wa() 1270 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload_with_temp_drm_wa() 1271 if (link_hwss->ext.set_hblank_min_symbol_width) in deallocate_mst_payload_with_temp_drm_wa() 1272 link_hwss->ext.set_hblank_min_symbol_width(pipe_ctx, in deallocate_mst_payload_with_temp_drm_wa() 1312 if (link_hwss->ext.update_stream_allocation_table == NULL || in deallocate_mst_payload_with_temp_drm_wa() 1318 link_hwss->ext.update_stream_allocation_table(link, &pipe_ctx->link_res, in deallocate_mst_payload_with_temp_drm_wa() 1358 if (link_hwss->ext.set_throttled_vcp_size) in deallocate_mst_payload() 1359 link_hwss->ext.set_throttled_vcp_size(pipe_ctx, avg_time_slots_per_mtp); in deallocate_mst_payload() 1360 if (link_hwss->ext in deallocate_mst_payload() [all...] |
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_synth.c | 237 * ext is the extension data of 7 bytes long (stored in name of SBI 244 const unsigned char *ext, in snd_opl3_load_patch() 282 if (ext) { in snd_opl3_load_patch() 283 patch->inst.echo_delay = ext[0]; in snd_opl3_load_patch() 284 patch->inst.echo_atten = ext[1]; in snd_opl3_load_patch() 285 patch->inst.chorus_spread = ext[2]; in snd_opl3_load_patch() 286 patch->inst.trnsps = ext[3]; in snd_opl3_load_patch() 287 patch->inst.fix_dur = ext[4]; in snd_opl3_load_patch() 288 patch->inst.modes = ext[5]; in snd_opl3_load_patch() 289 patch->inst.fix_key = ext[ in snd_opl3_load_patch() 241 snd_opl3_load_patch(struct snd_opl3 *opl3, int prog, int bank, int type, const char *name, const unsigned char *ext, const unsigned char *data) snd_opl3_load_patch() argument [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ipmac.c | 118 const struct ip_set_ext *ext, struct ip_set *set, in bitmap_ipmac_add_timeout() 121 u32 t = ext->timeout; in bitmap_ipmac_add_timeout() 215 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_ipmac_kadt() local 237 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_ipmac_kadt() 247 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt() local 261 ret = ip_set_get_extensions(set, tb, &ext); in bitmap_ipmac_uadt() 275 ret = adtfn(set, &e, &ext, &ext, flags); in bitmap_ipmac_uadt() 116 bitmap_ipmac_add_timeout(unsigned long *timeout, const struct bitmap_ipmac_adt_elem *e, const struct ip_set_ext *ext, struct ip_set *set, struct bitmap_ipmac *map, int mode) bitmap_ipmac_add_timeout() argument
|
H A D | ip_set_bitmap_ip.c | 117 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_ip_kadt() local 126 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_ip_kadt() 137 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt() local 150 ret = ip_set_get_extensions(set, tb, &ext); in bitmap_ip_uadt() 159 return adtfn(set, &e, &ext, &ext, flags); in bitmap_ip_uadt() 186 ret = adtfn(set, &e, &ext, &ext, flags); in bitmap_ip_uadt()
|
H A D | ip_set_bitmap_gen.h | 114 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test() argument 124 return ip_set_match_extensions(set, ext, mext, flags, x); in mtype_test() 128 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add() argument 153 mtype_add_timeout(ext_timeout(x, set), e, ext, set, map, ret); in mtype_add() local 155 ip_set_timeout_set(ext_timeout(x, set), ext->timeout); in mtype_add() 159 ip_set_init_counter(ext_counter(x, set), ext); in mtype_add() local 161 ip_set_init_comment(set, ext_comment(x, set), ext); in mtype_add() 163 ip_set_init_skbinfo(ext_skbinfo(x, set), ext); in mtype_add() local 173 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del() argument
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | crypto.c | 600 struct ceph_sparse_extent *ext = &map[i]; in ceph_fscrypt_decrypt_extents() local 601 int pgsoff = ext->off - objoff; in ceph_fscrypt_decrypt_extents() 605 if ((ext->off | ext->len) & ~CEPH_FSCRYPT_BLOCK_MASK) { in ceph_fscrypt_decrypt_extents() 607 __func__, i, ext->off, ext->len); in ceph_fscrypt_decrypt_extents() 611 off + pgsoff, ext->len); in ceph_fscrypt_decrypt_extents() 613 ext->off, ext->len, fret); in ceph_fscrypt_decrypt_extents()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_synth.c | 237 * ext is the extension data of 7 bytes long (stored in name of SBI 244 const unsigned char *ext, in snd_opl3_load_patch() 282 if (ext) { in snd_opl3_load_patch() 283 patch->inst.echo_delay = ext[0]; in snd_opl3_load_patch() 284 patch->inst.echo_atten = ext[1]; in snd_opl3_load_patch() 285 patch->inst.chorus_spread = ext[2]; in snd_opl3_load_patch() 286 patch->inst.trnsps = ext[3]; in snd_opl3_load_patch() 287 patch->inst.fix_dur = ext[4]; in snd_opl3_load_patch() 288 patch->inst.modes = ext[5]; in snd_opl3_load_patch() 289 patch->inst.fix_key = ext[ in snd_opl3_load_patch() 241 snd_opl3_load_patch(struct snd_opl3 *opl3, int prog, int bank, int type, const char *name, const unsigned char *ext, const unsigned char *data) snd_opl3_load_patch() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ipset/ |
H A D | ip_set_bitmap_ipmac.c | 118 const struct ip_set_ext *ext, struct ip_set *set, in bitmap_ipmac_add_timeout() 121 u32 t = ext->timeout; in bitmap_ipmac_add_timeout() 215 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_ipmac_kadt() local 237 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_ipmac_kadt() 247 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ipmac_uadt() local 261 ret = ip_set_get_extensions(set, tb, &ext); in bitmap_ipmac_uadt() 275 ret = adtfn(set, &e, &ext, &ext, flags); in bitmap_ipmac_uadt() 116 bitmap_ipmac_add_timeout(unsigned long *timeout, const struct bitmap_ipmac_adt_elem *e, const struct ip_set_ext *ext, struct ip_set *set, struct bitmap_ipmac *map, int mode) bitmap_ipmac_add_timeout() argument
|
H A D | ip_set_bitmap_ip.c | 117 struct ip_set_ext ext = IP_SET_INIT_KEXT(skb, opt, set); in bitmap_ip_kadt() local 126 return adtfn(set, &e, &ext, &opt->ext, opt->cmdflags); in bitmap_ip_kadt() 137 struct ip_set_ext ext = IP_SET_INIT_UEXT(set); in bitmap_ip_uadt() local 150 ret = ip_set_get_extensions(set, tb, &ext); in bitmap_ip_uadt() 159 return adtfn(set, &e, &ext, &ext, flags); in bitmap_ip_uadt() 186 ret = adtfn(set, &e, &ext, &ext, flags); in bitmap_ip_uadt()
|
H A D | ip_set_bitmap_gen.h | 114 mtype_test(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_test() argument 124 return ip_set_match_extensions(set, ext, mext, flags, x); in mtype_test() 128 mtype_add(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_add() argument 153 mtype_add_timeout(ext_timeout(x, set), e, ext, set, map, ret); in mtype_add() local 155 ip_set_timeout_set(ext_timeout(x, set), ext->timeout); in mtype_add() 159 ip_set_init_counter(ext_counter(x, set), ext); in mtype_add() local 161 ip_set_init_comment(set, ext_comment(x, set), ext); in mtype_add() 163 ip_set_init_skbinfo(ext_skbinfo(x, set), ext); in mtype_add() local 173 mtype_del(struct ip_set *set, void *value, const struct ip_set_ext *ext, in mtype_del() argument
|
/third_party/python/Lib/distutils/ |
H A D | msvccompiler.py | 320 (base, ext) = os.path.splitext (src_name) 323 if ext not in self.src_extensions: 330 if ext in self._rc_extensions: 333 elif ext in self._mc_extensions: 361 src, ext = build[obj] 370 if ext in self._c_extensions: 372 elif ext in self._cpp_extensions: 374 elif ext in self._rc_extensions: 384 elif ext in self._mc_extensions:
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 450 struct vk_device_extension_table *ext) in radv_physical_device_get_supported_extensions() 452 *ext = (struct vk_device_extension_table){ in radv_physical_device_get_supported_extensions() 1460 vk_foreach_struct(ext, pFeatures->pNext) in radv_GetPhysicalDeviceFeatures2() 1462 if (vk_get_physical_device_core_1_1_feature_ext(ext, &core_1_1)) in radv_GetPhysicalDeviceFeatures2() 1464 if (vk_get_physical_device_core_1_2_feature_ext(ext, &core_1_2)) in radv_GetPhysicalDeviceFeatures2() 1466 if (vk_get_physical_device_core_1_3_feature_ext(ext, &core_1_3)) in radv_GetPhysicalDeviceFeatures2() 1469 switch (ext->sType) { in radv_GetPhysicalDeviceFeatures2() 1472 (VkPhysicalDeviceConditionalRenderingFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2() 1479 (VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2() 1486 (VkPhysicalDeviceTransformFeedbackFeaturesEXT *)ext; in radv_GetPhysicalDeviceFeatures2() 449 radv_physical_device_get_supported_extensions(const struct radv_physical_device *device, struct vk_device_extension_table *ext) radv_physical_device_get_supported_extensions() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_user_extensions.h | 12 typedef int (*i915_user_extension_fn)(struct i915_user_extension __user *ext, 15 int i915_user_extensions(struct i915_user_extension __user *ext,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_user_extensions.h | 12 typedef int (*i915_user_extension_fn)(struct i915_user_extension __user *ext, 15 int i915_user_extensions(struct i915_user_extension __user *ext,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_pipapo.c | 402 * @ext: nftables API extension pointer, filled with matching reference 409 const u32 *key, const struct nft_set_ext **ext) in nft_pipapo_lookup() 453 * the last field, in which case return the matched 'ext' in nft_pipapo_lookup() 470 *ext = &f->mt[b].e->ext; in nft_pipapo_lookup() 471 if (unlikely(nft_set_elem_expired(*ext) || in nft_pipapo_lookup() 472 !nft_set_elem_active(*ext, genmask))) in nft_pipapo_lookup() 556 * the last field, in which case return the matched 'ext' in pipapo_get() 569 if (nft_set_elem_expired(&f->mt[b].e->ext)) in pipapo_get() 572 !nft_set_elem_active(&f->mt[b].e->ext, genmas in pipapo_get() 408 nft_pipapo_lookup(const struct net *net, const struct nft_set *set, const u32 *key, const struct nft_set_ext **ext) nft_pipapo_lookup() argument 1193 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); global() local 1783 pipapo_deactivate(const struct net *net, const struct nft_set *set, const u8 *data, const struct nft_set_ext *ext) global() argument 1809 const struct nft_set_ext *ext = nft_set_elem_ext(set, elem->priv); global() local [all...] |
H A D | nft_objref.c | 112 const struct nft_set_ext *ext; in nft_objref_map_eval() local 116 found = nft_set_do_lookup(net, set, ®s->data[priv->sreg], &ext); in nft_objref_map_eval() 118 ext = nft_set_catchall_lookup(net, set); in nft_objref_map_eval() 119 if (!ext) { in nft_objref_map_eval() 124 obj = *nft_set_ext_obj(ext); in nft_objref_map_eval()
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
H A D | data_share_test.cpp | 75 HWTEST_F(DataShareTest, TestDataShareStore001, testing::ext::TestSize.Level3) in HWTEST_F() 102 HWTEST_F(DataShareTest, TestDataShareDao001, testing::ext::TestSize.Level3) in HWTEST_F() 134 HWTEST_F(DataShareTest, DataShareUtilTest001, testing::ext::TestSize.Level3) in HWTEST_F() 160 HWTEST_F(DataShareTest, DataPublisherTest001, testing::ext::TestSize.Level3) in HWTEST_F() 193 HWTEST_F(DataShareTest, DataPublisherSysEventCallbackTest001, testing::ext::TestSize.Level3) in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg2_metadata_bsf.c | 61 MPEG2RawExtensionData *ext = frag->units[i].content; in mpeg2_metadata_update_fragment() local 62 if (ext->extension_start_code_identifier == in mpeg2_metadata_update_fragment() 64 se = &ext->data.sequence; in mpeg2_metadata_update_fragment() 66 } else if (ext->extension_start_code_identifier == in mpeg2_metadata_update_fragment() 68 sde = &ext->data.sequence_display; in mpeg2_metadata_update_fragment()
|
/third_party/gn/examples/ios/build/toolchain/apple/ |
H A D | swiftc.py | 39 for ext in '.swiftdoc', '.swiftsourceinfo': 40 path = os.path.splitext(getattr(settings, key))[0] + ext 116 _, ext = os.path.splitext(output) 117 if ext == '.o': 120 key = os.path.splitext(settings.module_path)[0] + ext
|
/third_party/PyYAML/tests/lib/ |
H A D | test_appliance.py | 23 base, ext = os.path.splitext(filename) 26 filenames.setdefault(base, []).append(ext) 132 for ext in function.unittest: 133 if ext not in exts: 135 filenames.append(os.path.join(DATA, base+ext))
|
/third_party/python/Lib/idlelib/ |
H A D | browser.py | 30 _, ext = os.path.splitext(path) 31 ext = os.path.normcase(ext) 32 return ext in py_extensions and ext not in browseable_extension_blocklist
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | MultiviewTest.cpp | 19 std::string ext; in CreateSimplePassthroughProgram() local 23 ext = "GL_OVR_multiview"; in CreateSimplePassthroughProgram() 26 ext = "GL_OVR_multiview2"; in CreateSimplePassthroughProgram() 36 ext + in CreateSimplePassthroughProgram() 51 ext + in CreateSimplePassthroughProgram()
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file.py | 131 ext = ".dir" 132 self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) 135 self._do_directory(TESTFN_UNENCODABLE+ext, 136 TESTFN_UNENCODABLE+ext)
|
/base/hiviewdfx/hiview/adapter/service/test/unittest/common/ |
H A D | hiview_sa_test.cpp | 59 HWTEST_F(HiviewSATest, CommonTest001, testing::ext::TestSize.Level3) in HWTEST_F() 81 HWTEST_F(HiviewSATest, CommonTest002, testing::ext::TestSize.Level3) in HWTEST_F() 103 HWTEST_F(HiviewSATest, CommonTest003, testing::ext::TestSize.Level3) in HWTEST_F()
|