Home
last modified time | relevance | path

Searched refs:ext (Results 1 - 25 of 10720) sorted by relevance

12345678910>>...429

/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c44 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_close() local
46 if (ext->callback->close) in snd_ctl_ext_close()
47 ext->callback->close(ext); in snd_ctl_ext_close()
53 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_nonblock() local
55 ext->nonblock = nonblock; in snd_ctl_ext_nonblock()
68 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_subscribe_events() local
71 return ext->subscribed; in snd_ctl_ext_subscribe_events()
72 ext->subscribed = !!subscribe; in snd_ctl_ext_subscribe_events()
73 if (ext in snd_ctl_ext_subscribe_events()
80 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_card_info() local
94 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_list() local
118 get_elem(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id) get_elem() argument
131 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_info() local
210 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_read() local
264 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_write() local
331 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_elem_tlv() local
416 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_read() local
428 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_poll_descriptors_count() local
439 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_poll_descriptors() local
455 snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_poll_revents() local
708 snd_ctl_ext_create(snd_ctl_ext_t *ext, const char *name, int mode) snd_ctl_ext_create() argument
739 snd_ctl_ext_delete(snd_ctl_ext_t *ext) snd_ctl_ext_delete() argument
[all...]
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-intel-cht-wc.c117 static int cht_wc_extcon_get_id(struct cht_wc_extcon_data *ext, int pwrsrc_sts) in cht_wc_extcon_get_id() argument
143 static int cht_wc_extcon_get_charger(struct cht_wc_extcon_data *ext, in cht_wc_extcon_get_charger() argument
152 ret = regmap_read(ext->regmap, CHT_WC_USBSRC, &usbsrc); in cht_wc_extcon_get_charger()
154 dev_err(ext->dev, "Error reading usbsrc: %d\n", ret); in cht_wc_extcon_get_charger()
169 dev_warn(ext->dev, "Could not detect charger type\n"); in cht_wc_extcon_get_charger()
171 dev_warn(ext->dev, "Timeout detecting charger type\n"); in cht_wc_extcon_get_charger()
181 dev_warn(ext->dev, in cht_wc_extcon_get_charger()
184 ext->usb_type = POWER_SUPPLY_USB_TYPE_SDP; in cht_wc_extcon_get_charger()
189 ext->usb_type = POWER_SUPPLY_USB_TYPE_SDP; in cht_wc_extcon_get_charger()
192 ext in cht_wc_extcon_get_charger()
205 cht_wc_extcon_set_phymux(struct cht_wc_extcon_data *ext, u8 state) cht_wc_extcon_set_phymux() argument
214 cht_wc_extcon_set_5v_boost(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_set_5v_boost() argument
232 cht_wc_extcon_set_otgmode(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_set_otgmode() argument
256 cht_wc_extcon_enable_charging(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_enable_charging() argument
269 cht_wc_extcon_set_state(struct cht_wc_extcon_data *ext, unsigned int cable, bool state) cht_wc_extcon_set_state() argument
277 cht_wc_extcon_pwrsrc_event(struct cht_wc_extcon_data *ext) cht_wc_extcon_pwrsrc_event() argument
348 struct cht_wc_extcon_data *ext = data; cht_wc_extcon_isr() local
368 cht_wc_extcon_sw_control(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_sw_control() argument
389 cht_wc_extcon_find_role_sw(struct cht_wc_extcon_data *ext) cht_wc_extcon_find_role_sw() argument
407 struct cht_wc_extcon_data *ext = data; cht_wc_extcon_put_role_sw() local
413 cht_wc_extcon_get_role_sw_and_regulator(struct cht_wc_extcon_data *ext) cht_wc_extcon_get_role_sw_and_regulator() argument
448 struct cht_wc_extcon_data *ext = power_supply_get_drvdata(psy); cht_wc_extcon_psy_get_prop() local
487 cht_wc_extcon_register_psy(struct cht_wc_extcon_data *ext) cht_wc_extcon_register_psy() argument
500 struct cht_wc_extcon_data *ext; cht_wc_extcon_probe() local
622 struct cht_wc_extcon_data *ext = platform_get_drvdata(pdev); cht_wc_extcon_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-intel-cht-wc.c108 static int cht_wc_extcon_get_id(struct cht_wc_extcon_data *ext, int pwrsrc_sts) in cht_wc_extcon_get_id() argument
126 static int cht_wc_extcon_get_charger(struct cht_wc_extcon_data *ext, in cht_wc_extcon_get_charger() argument
135 ret = regmap_read(ext->regmap, CHT_WC_USBSRC, &usbsrc); in cht_wc_extcon_get_charger()
137 dev_err(ext->dev, "Error reading usbsrc: %d\n", ret); in cht_wc_extcon_get_charger()
154 dev_warn(ext->dev, "Could not detect charger type\n"); in cht_wc_extcon_get_charger()
156 dev_warn(ext->dev, "Timeout detecting charger type\n"); in cht_wc_extcon_get_charger()
163 dev_warn(ext->dev, in cht_wc_extcon_get_charger()
182 static void cht_wc_extcon_set_phymux(struct cht_wc_extcon_data *ext, u8 state) in cht_wc_extcon_set_phymux() argument
186 ret = regmap_write(ext->regmap, CHT_WC_PHYCTRL, state); in cht_wc_extcon_set_phymux()
188 dev_err(ext in cht_wc_extcon_set_phymux()
191 cht_wc_extcon_set_5v_boost(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_set_5v_boost() argument
209 cht_wc_extcon_set_otgmode(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_set_otgmode() argument
221 cht_wc_extcon_enable_charging(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_enable_charging() argument
234 cht_wc_extcon_set_state(struct cht_wc_extcon_data *ext, unsigned int cable, bool state) cht_wc_extcon_set_state() argument
242 cht_wc_extcon_pwrsrc_event(struct cht_wc_extcon_data *ext) cht_wc_extcon_pwrsrc_event() argument
295 struct cht_wc_extcon_data *ext = data; cht_wc_extcon_isr() local
315 cht_wc_extcon_sw_control(struct cht_wc_extcon_data *ext, bool enable) cht_wc_extcon_sw_control() argument
339 struct cht_wc_extcon_data *ext; cht_wc_extcon_probe() local
433 struct cht_wc_extcon_data *ext = platform_get_drvdata(pdev); cht_wc_extcon_remove() local
[all...]
/base/powermgr/display_manager/brightness_manager/test/unittest/src/
H A Dmock_brightness_manager_interface.cpp163 void MockInitBrightnessManagerExt(OHOS::DisplayPowerMgr::BrightnessManagerExt& ext) in MockInitBrightnessManagerExt() argument
165 ext.mBrightnessManagerExtEnable = true; in MockInitBrightnessManagerExt()
166 ext.mBrightnessManagerInitFunc = reinterpret_cast<void*>(Init); in MockInitBrightnessManagerExt()
167 ext.mBrightnessManagerDeInitFunc = reinterpret_cast<void*>(DeInit); in MockInitBrightnessManagerExt()
168 ext.mSetDisplayStateFunc = reinterpret_cast<void*>(SetDisplayState); in MockInitBrightnessManagerExt()
169 ext.mGetDisplayStateFunc = reinterpret_cast<void*>(GetDisplayState); in MockInitBrightnessManagerExt()
170 ext.mAutoAdjustBrightnessFunc = reinterpret_cast<void*>(AutoAdjustBrightness); in MockInitBrightnessManagerExt()
171 ext.mSetBrightnessFunc = reinterpret_cast<void*>(SetBrightness); in MockInitBrightnessManagerExt()
172 ext.mDiscountBrightnessFunc = reinterpret_cast<void*>(DiscountBrightness); in MockInitBrightnessManagerExt()
173 ext in MockInitBrightnessManagerExt()
192 MockDeInitBrightnessManagerExt(OHOS::DisplayPowerMgr::BrightnessManagerExt& ext) MockDeInitBrightnessManagerExt() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c11 nfp_flower_compile_meta_tci(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_meta_tci() argument
17 memset(ext, 0, sizeof(struct nfp_flower_meta_tci)); in nfp_flower_compile_meta_tci()
21 ext->nfp_flow_key_layer = key_type; in nfp_flower_compile_meta_tci()
22 ext->mask_id = ~0; in nfp_flower_compile_meta_tci()
37 ext->tci = cpu_to_be16(tmp_tci); in nfp_flower_compile_meta_tci()
78 nfp_flower_compile_mac(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mac() argument
82 memset(ext, 0, sizeof(struct nfp_flower_mac_mpls)); in nfp_flower_compile_mac()
90 ether_addr_copy(ext->mac_dst, &match.key->dst[0]); in nfp_flower_compile_mac()
91 ether_addr_copy(ext->mac_src, &match.key->src[0]); in nfp_flower_compile_mac()
116 ext in nfp_flower_compile_mac()
144 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, struct nfp_flower_tp_ports *msk, struct flow_rule *rule) nfp_flower_compile_tport() argument
163 nfp_flower_compile_ip_ext(struct nfp_flower_ip_ext *ext, struct nfp_flower_ip_ext *msk, struct flow_rule *rule) nfp_flower_compile_ip_ext() argument
256 nfp_flower_compile_vlan(struct nfp_flower_vlan *ext, struct nfp_flower_vlan *msk, struct flow_rule *rule) nfp_flower_compile_vlan() argument
278 nfp_flower_compile_ipv4(struct nfp_flower_ipv4 *ext, struct nfp_flower_ipv4 *msk, struct flow_rule *rule) nfp_flower_compile_ipv4() argument
298 nfp_flower_compile_ipv6(struct nfp_flower_ipv6 *ext, struct nfp_flower_ipv6 *msk, struct flow_rule *rule) nfp_flower_compile_ipv6() argument
318 nfp_flower_compile_geneve_opt(void *ext, void *msk, struct flow_rule *rule) nfp_flower_compile_geneve_opt() argument
330 nfp_flower_compile_tun_ipv4_addrs(struct nfp_flower_tun_ipv4 *ext, struct nfp_flower_tun_ipv4 *msk, struct flow_rule *rule) nfp_flower_compile_tun_ipv4_addrs() argument
346 nfp_flower_compile_tun_ipv6_addrs(struct nfp_flower_tun_ipv6 *ext, struct nfp_flower_tun_ipv6 *msk, struct flow_rule *rule) nfp_flower_compile_tun_ipv6_addrs() argument
362 nfp_flower_compile_tun_ip_ext(struct nfp_flower_tun_ip_ext *ext, struct nfp_flower_tun_ip_ext *msk, struct flow_rule *rule) nfp_flower_compile_tun_ip_ext() argument
410 nfp_flower_compile_ipv4_gre_tun(struct nfp_flower_ipv4_gre_tun *ext, struct nfp_flower_ipv4_gre_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv4_gre_tun() argument
428 nfp_flower_compile_ipv4_udp_tun(struct nfp_flower_ipv4_udp_tun *ext, struct nfp_flower_ipv4_udp_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv4_udp_tun() argument
441 nfp_flower_compile_ipv6_udp_tun(struct nfp_flower_ipv6_udp_tun *ext, struct nfp_flower_ipv6_udp_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv6_udp_tun() argument
454 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext, struct nfp_flower_ipv6_gre_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv6_gre_tun() argument
485 u8 *ext; nfp_flower_compile_flow_match() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/
H A Dfscrypt_key_v1_ext_test.cpp26 using namespace testing::ext;
81 FscryptKeyV1Ext ext; in HWTEST_F() local
83 EXPECT_EQ(ext.GetMappedUserId(100, TYPE_EL2), 100); in HWTEST_F()
89 EXPECT_EQ(ext.GetMappedUserId(101, TYPE_EL1), 101); in HWTEST_F()
103 FscryptKeyV1Ext ext; in HWTEST_F() local
104 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL2), 0); in HWTEST_F()
105 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL3), 0); in HWTEST_F()
106 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL4), 0); in HWTEST_F()
107 EXPECT_EQ(ext.GetMappedUserId(userId, TYPE_EL5), 0); in HWTEST_F()
123 FscryptKeyV1Ext ext; in HWTEST_F() local
141 FscryptKeyV1Ext ext; HWTEST_F() local
161 FscryptKeyV1Ext ext; HWTEST_F() local
191 FscryptKeyV1Ext ext; HWTEST_F() local
216 FscryptKeyV1Ext ext; HWTEST_F() local
244 FscryptKeyV1Ext ext; HWTEST_F() local
270 FscryptKeyV1Ext ext; HWTEST_F() local
296 FscryptKeyV1Ext ext; HWTEST_F() local
323 FscryptKeyV1Ext ext; HWTEST_F() local
349 FscryptKeyV1Ext ext; HWTEST_F() local
375 FscryptKeyV1Ext ext; HWTEST_F() local
414 FscryptKeyV1Ext ext; HWTEST_F() local
443 FscryptKeyV1Ext ext; HWTEST_F() local
468 FscryptKeyV1Ext ext; HWTEST_F() local
486 FscryptKeyV1Ext ext; HWTEST_F() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_extplug.c209 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_cprepare() local
216 err = extplug_hw_refine(params, ext->params); in snd_pcm_extplug_hw_refine_cprepare()
226 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_sprepare() local
231 extplug_hw_refine(sparams, ext->sparams); in snd_pcm_extplug_hw_refine_sprepare()
262 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_schange() local
263 unsigned int links = get_links(ext->sparams); in snd_pcm_extplug_hw_refine_schange()
272 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_cchange() local
273 unsigned int links = get_links(ext->params); in snd_pcm_extplug_hw_refine_cchange()
295 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_params() local
296 snd_pcm_t *slave = ext in snd_pcm_extplug_hw_params()
325 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_hw_free() local
345 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_write_areas() local
367 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_read_areas() local
382 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_init() local
391 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_dump() local
409 clear_ext_params(extplug_priv_t *ext) clear_ext_params() argument
420 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_close() local
432 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_query_chmaps() local
442 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_get_chmap() local
452 extplug_priv_t *ext = pcm->private_data; snd_pcm_extplug_set_chmap() local
680 extplug_priv_t *ext; snd_pcm_extplug_create() local
764 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_params_reset() local
782 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_slave_param_list() local
804 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_slave_param_minmax() local
830 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_param_list() local
852 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_param_minmax() local
877 extplug_priv_t *ext = extplug->pcm->private_data; snd_pcm_extplug_set_param_link() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.cpp143 External *ext = tempExternal ? tempExternal : external; in wait() local
144 if(ext) in wait()
146 if(!ext->tryWait()) in wait()
148 // Dispatch the ext wait to a background thread. in wait()
154 marl::blocking_call([ext]() { in wait()
155 ext->wait(); in wait()
162 if(ext == tempExternal) in wait()
164 tempExternal = ext->previous; in wait()
165 deallocateExternal(ext); in wait()
178 External *ext in signal() local
206 External *ext = tempExternal; destroy() local
226 auto *ext = reinterpret_cast<BinarySemaphore::External *>( allocateExternal() local
232 deallocateExternal(BinarySemaphore::External *ext) deallocateExternal() argument
246 External *ext = external; importPayload() local
286 External *ext = alloc_func(); exportPayload() local
[all...]
/third_party/alsa-lib/include/
H A Dcontrol_external.h59 /** Callback table of control ext */
69 typedef int (snd_ctl_ext_tlv_rw_t)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int op_flag, unsigned int numid,
85 /** Handle of control ext */
146 /** Callback table of ext. */
151 void (*close)(snd_ctl_ext_t *ext);
155 int (*elem_count)(snd_ctl_ext_t *ext);
159 int (*elem_list)(snd_ctl_ext_t *ext, unsigned int offset, snd_ctl_elem_id_t *id);
163 snd_ctl_ext_key_t (*find_elem)(snd_ctl_ext_t *ext, const snd_ctl_elem_id_t *id);
167 void (*free_key)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key);
171 int (*get_attribute)(snd_ctl_ext_t *ext, snd_ctl_ext_key_
[all...]
/third_party/openGLES/extensions/
H A Dprintreg.py17 def printNum(ext, key):
18 if (key in ext.keys()):
19 printKey(key, str(ext[key]))
21 def printSet(ext, key):
22 if (key in ext.keys()):
24 ', '.join([quote(str(tag)) for tag in sorted(ext[key])]) +
28 def printStr(ext, key):
29 if (key in ext.keys()):
30 printKey(key, quote(str(ext[key])))
47 ext
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c11 nfp_flower_compile_meta(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_meta() argument
15 ext->nfp_flow_key_layer = key_type; in nfp_flower_compile_meta()
16 ext->mask_id = ~0; in nfp_flower_compile_meta()
23 nfp_flower_compile_tci(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_tci() argument
46 ext->tci |= cpu_to_be16((key_tci & msk_tci)); in nfp_flower_compile_tci()
52 nfp_flower_compile_meta_tci(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_meta_tci() argument
56 memset(ext, 0, sizeof(struct nfp_flower_meta_tci)); in nfp_flower_compile_meta_tci()
59 nfp_flower_compile_meta(ext, msk, key_type); in nfp_flower_compile_meta_tci()
62 nfp_flower_compile_tci(ext, msk, rule); in nfp_flower_compile_meta_tci()
95 nfp_flower_compile_mac(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mac() argument
119 nfp_flower_compile_mpls(struct nfp_flower_mac_mpls *ext, struct nfp_flower_mac_mpls *msk, struct flow_rule *rule, struct netlink_ext_ack *extack) nfp_flower_compile_mpls() argument
174 nfp_flower_compile_mac_mpls(struct nfp_flower_mac_mpls *ext, struct nfp_flower_mac_mpls *msk, struct flow_rule *rule, struct netlink_ext_ack *extack) nfp_flower_compile_mac_mpls() argument
188 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, struct nfp_flower_tp_ports *msk, struct flow_rule *rule) nfp_flower_compile_tport() argument
209 nfp_flower_compile_ip_ext(struct nfp_flower_ip_ext *ext, struct nfp_flower_ip_ext *msk, struct flow_rule *rule) nfp_flower_compile_ip_ext() argument
285 nfp_flower_fill_vlan(struct flow_match_vlan *match, struct nfp_flower_vlan *ext, struct nfp_flower_vlan *msk, bool outer_vlan) nfp_flower_fill_vlan() argument
318 nfp_flower_compile_vlan(struct nfp_flower_vlan *ext, struct nfp_flower_vlan *msk, struct flow_rule *rule) nfp_flower_compile_vlan() argument
335 nfp_flower_compile_ipv4(struct nfp_flower_ipv4 *ext, struct nfp_flower_ipv4 *msk, struct flow_rule *rule) nfp_flower_compile_ipv4() argument
357 nfp_flower_compile_ipv6(struct nfp_flower_ipv6 *ext, struct nfp_flower_ipv6 *msk, struct flow_rule *rule) nfp_flower_compile_ipv6() argument
385 nfp_flower_compile_geneve_opt(u8 *ext, u8 *msk, struct flow_rule *rule) nfp_flower_compile_geneve_opt() argument
401 nfp_flower_compile_tun_ipv4_addrs(struct nfp_flower_tun_ipv4 *ext, struct nfp_flower_tun_ipv4 *msk, struct flow_rule *rule) nfp_flower_compile_tun_ipv4_addrs() argument
417 nfp_flower_compile_tun_ipv6_addrs(struct nfp_flower_tun_ipv6 *ext, struct nfp_flower_tun_ipv6 *msk, struct flow_rule *rule) nfp_flower_compile_tun_ipv6_addrs() argument
438 nfp_flower_compile_tun_ip_ext(struct nfp_flower_tun_ip_ext *ext, struct nfp_flower_tun_ip_ext *msk, struct flow_rule *rule) nfp_flower_compile_tun_ip_ext() argument
487 nfp_flower_compile_ipv4_gre_tun(struct nfp_flower_ipv4_gre_tun *ext, struct nfp_flower_ipv4_gre_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv4_gre_tun() argument
502 nfp_flower_compile_ipv4_udp_tun(struct nfp_flower_ipv4_udp_tun *ext, struct nfp_flower_ipv4_udp_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv4_udp_tun() argument
512 nfp_flower_compile_ipv6_udp_tun(struct nfp_flower_ipv6_udp_tun *ext, struct nfp_flower_ipv6_udp_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv6_udp_tun() argument
522 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext, struct nfp_flower_ipv6_gre_tun *msk, struct flow_rule *rule) nfp_flower_compile_ipv6_gre_tun() argument
549 u8 *ext; nfp_flower_compile_flow_match() local
[all...]
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dprintreg.py29 def printNum(ext, key):
30 if (key in ext.keys()):
31 printKey(key, str(ext[key]))
33 def printSet(ext, key):
34 if (key in ext.keys()):
36 ', '.join([quote(str(tag)) for tag in sorted(ext[key])]) +
40 def printStr(ext, key):
41 if (key in ext.keys()):
42 printKey(key, quote(str(ext[key])))
59 ext
[all...]
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py54 for ext in self.extensions:
55 filenames.extend(ext.depends)
58 def build_extension(self, ext):
59 if ext.sources is None or not isinstance(ext.sources, (list, tuple)):
63 "a list of source filenames" % ext.name)
65 ext_path = self.get_ext_fullpath(ext.name)
66 depends = ext.sources + ext.depends
68 log.debug("skipping '%s' extension (up-to-date)", ext
[all...]
/third_party/python/Tools/scripts/
H A Dbyext.py46 head, ext = os.path.splitext(filename)
48 if ext == base:
49 ext = "" # E.g. .cvsignore is deemed not to have an extension
50 ext = os.path.normcase(ext)
51 if not ext:
52 ext = "<none>"
53 self.addstats(ext, "files", 1)
59 self.addstats(ext, "unopenable", 1)
61 self.addstats(ext, "byte
[all...]
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dhwcap.h88 #define riscv_isa_extension_mask(ext) BIT_MASK(RISCV_ISA_EXT_##ext)
91 #define riscv_isa_extension_available(isa_bitmap, ext) \
92 __riscv_isa_extension_available(isa_bitmap, RISCV_ISA_EXT_##ext)
95 riscv_has_extension_likely(const unsigned long ext) in riscv_has_extension_likely() argument
97 compiletime_assert(ext < RISCV_ISA_EXT_MAX, in riscv_has_extension_likely()
98 "ext must be < RISCV_ISA_EXT_MAX"); in riscv_has_extension_likely()
102 ALTERNATIVE("j %l[l_no]", "nop", 0, %[ext], 1) in riscv_has_extension_likely()
104 : [ext] "i" (ext) in riscv_has_extension_likely()
[all...]
/third_party/PyYAML/
H A Dsetup.py116 ext = self.ext_modules[idx]
117 if not isinstance(ext, Extension):
119 setattr(self, ext.attr_name, None)
121 (ext.option_name, None,
123 % (ext.feature_description, ext.feature_name)),
124 (ext.neg_option_name, None,
125 "exclude %s" % ext.feature_description),
128 self.negative_opt[ext.neg_option_name] = ext
[all...]
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py356 for i, ext in enumerate(extensions):
357 if isinstance(ext, Extension):
361 if not isinstance(ext, tuple) or len(ext) != 2:
366 ext_name, build_info = ext
385 ext = Extension(ext_name, build_info['sources'])
394 setattr(ext, key, val)
397 ext.runtime_library_dirs = build_info.get('rpath')
406 ext.define_macros = []
407 ext
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dspirv_extensions.c63 _mesa_spirv_extensions_to_string(enum SpvExtension ext) in _mesa_spirv_extensions_to_string() argument
66 switch (ext) { in _mesa_spirv_extensions_to_string()
97 _mesa_fill_supported_spirv_extensions(struct spirv_supported_extensions *ext, in _mesa_fill_supported_spirv_extensions() argument
100 memset(ext->supported, 0, sizeof(ext->supported)); in _mesa_fill_supported_spirv_extensions()
102 ext->count = 0; in _mesa_fill_supported_spirv_extensions()
104 ext->supported[SPV_KHR_shader_draw_parameters] = cap->draw_parameters; in _mesa_fill_supported_spirv_extensions()
105 ext->supported[SPV_KHR_multiview] = cap->multiview; in _mesa_fill_supported_spirv_extensions()
106 ext->supported[SPV_KHR_storage_buffer_storage_class] = true; in _mesa_fill_supported_spirv_extensions()
107 ext in _mesa_fill_supported_spirv_extensions()
[all...]
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_extend.h45 static inline bool __nf_ct_ext_exist(const struct nf_ct_ext *ext, u8 id) in __nf_ct_ext_exist() argument
47 return !!ext->offset[id]; in __nf_ct_ext_exist()
52 return (ct->ext && __nf_ct_ext_exist(ct->ext, id)); in nf_ct_ext_exist()
55 void *__nf_ct_ext_find(const struct nf_ct_ext *ext, u8 id);
59 struct nf_ct_ext *ext = ct->ext; in nf_ct_ext_find() local
61 if (!ext || !__nf_ct_ext_exist(ext, id)) in nf_ct_ext_find()
64 if (unlikely(ext in nf_ct_ext_find()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/domain/
H A Ddomain_unit_test.cpp35 using namespace testing::ext;
91 HWTEST_F(DomainUnitTest, DomainManager_Test_001, testing::ext::TestSize.Level1) in HWTEST_F()
98 HWTEST_F(DomainUnitTest, DomainManager_Test_002, testing::ext::TestSize.Level1) in HWTEST_F()
106 HWTEST_F(DomainUnitTest, DomainManager_Test_003, testing::ext::TestSize.Level1) in HWTEST_F()
114 HWTEST_F(DomainUnitTest, DomainManager_Test_004, testing::ext::TestSize.Level1) in HWTEST_F()
121 HWTEST_F(DomainUnitTest, DomainManager_Test_005, testing::ext::TestSize.Level1) in HWTEST_F()
130 HWTEST_F(DomainUnitTest, DomainManager_Test_006, testing::ext::TestSize.Level1) in HWTEST_F()
139 HWTEST_F(DomainUnitTest, DomainManager_Test_007, testing::ext::TestSize.Level1) in HWTEST_F()
148 HWTEST_F(DomainUnitTest, DomainManager_Test_008, testing::ext::TestSize.Level1) in HWTEST_F()
161 HWTEST_F(DomainUnitTest, DomainRpcClient_Test_009, testing::ext
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_callback_proxy_test.cpp68 static HWTEST_F(AVSessionCallbackProxyTest, OnAVCallAnswer001, testing::ext::TestSize.Level1) in HWTEST_F()
80 static HWTEST_F(AVSessionCallbackProxyTest, OnAVCallHangUp001, testing::ext::TestSize.Level1) in HWTEST_F()
92 static HWTEST_F(AVSessionCallbackProxyTest, OnAVCallToggleCallMute001, testing::ext::TestSize.Level1) in HWTEST_F()
104 static HWTEST_F(AVSessionCallbackProxyTest, OnPlay001, testing::ext::TestSize.Level1) in HWTEST_F()
116 static HWTEST_F(AVSessionCallbackProxyTest, OnPause001, testing::ext::TestSize.Level1) in HWTEST_F()
128 static HWTEST_F(AVSessionCallbackProxyTest, OnStop001, testing::ext::TestSize.Level1) in HWTEST_F()
140 static HWTEST_F(AVSessionCallbackProxyTest, OnPlayNext001, testing::ext::TestSize.Level1) in HWTEST_F()
152 static HWTEST_F(AVSessionCallbackProxyTest, OnPlayPrevious001, testing::ext::TestSize.Level1) in HWTEST_F()
164 static HWTEST_F(AVSessionCallbackProxyTest, OnFastForward001, testing::ext::TestSize.Level1) in HWTEST_F()
177 static HWTEST_F(AVSessionCallbackProxyTest, OnRewind001, testing::ext
[all...]
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_device.c87 vk_foreach_struct_const(ext, pCreateInfo->pNext) { in collect_enabled_features()
88 switch (ext->sType) { in collect_enabled_features()
90 const VkPhysicalDeviceFeatures2 *features = (const void *)ext; in collect_enabled_features()
540 vk_get_physical_device_core_1_1_feature_ext(struct VkBaseOutStructure *ext, in vk_get_physical_device_core_1_1_feature_ext() argument
544 switch (ext->sType) { in vk_get_physical_device_core_1_1_feature_ext()
546 VkPhysicalDevice16BitStorageFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
555 VkPhysicalDeviceMultiviewFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
563 VkPhysicalDeviceProtectedMemoryFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
569 VkPhysicalDeviceSamplerYcbcrConversionFeatures *features = (void *) ext; in vk_get_physical_device_core_1_1_feature_ext()
575 VkPhysicalDeviceShaderDrawParametersFeatures *features = (void *)ext; in vk_get_physical_device_core_1_1_feature_ext()
597 vk_get_physical_device_core_1_2_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan12Features *core) vk_get_physical_device_core_1_2_feature_ext() argument
717 vk_get_physical_device_core_1_3_feature_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan13Features *core) vk_get_physical_device_core_1_3_feature_ext() argument
818 vk_get_physical_device_core_1_1_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan11Properties *core) vk_get_physical_device_core_1_1_property_ext() argument
880 vk_get_physical_device_core_1_2_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan12Properties *core) vk_get_physical_device_core_1_2_property_ext() argument
975 vk_get_physical_device_core_1_3_property_ext(struct VkBaseOutStructure *ext, const VkPhysicalDeviceVulkan13Properties *core) vk_get_physical_device_core_1_3_property_ext() argument
[all...]
/third_party/f2fs-tools/tools/
H A Dfibmap.c56 void print_ext(struct file_ext *ext) in print_ext() argument
58 if (ext->end_blk == 0) in print_ext()
59 printf("%8llu %8d %8d %8d\n", ext->f_pos, 0, 0, ext->blk_count); in print_ext()
61 printf("%8llu %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext()
62 ext->end_blk, ext->blk_count); in print_ext()
149 struct file_ext ext; local
193 ext
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp38 using namespace testing::ext;
81 HWTEST_F(InterProcessUnitTest, ClientFactory_Test_001, testing::ext::TestSize.Level1) in HWTEST_F()
87 HWTEST_F(InterProcessUnitTest, ClientFactory_Test_002, testing::ext::TestSize.Level1) in HWTEST_F()
96 HWTEST_F(InterProcessUnitTest, InterIpcClientStub_Test_003, testing::ext::TestSize.Level1) in HWTEST_F()
102 HWTEST_F(InterProcessUnitTest, InterIpcClientStub_Test_004, testing::ext::TestSize.Level1) in HWTEST_F()
109 HWTEST_F(InterProcessUnitTest, InterIpcClientStub_Test_005, testing::ext::TestSize.Level1) in HWTEST_F()
124 HWTEST_F(InterProcessUnitTest, InterIpcClientStub_Test_006, testing::ext::TestSize.Level1) in HWTEST_F()
136 HWTEST_F(InterProcessUnitTest, InterIpcClient_Test_007, testing::ext::TestSize.Level1) in HWTEST_F()
142 HWTEST_F(InterProcessUnitTest, InterIpcClient_Test_008, testing::ext::TestSize.Level1) in HWTEST_F()
150 HWTEST_F(InterProcessUnitTest, InterIpcClient_Test_009, testing::ext
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_clnt.c39 if (s->ext.hostname == NULL) in tls_construct_ctos_server_name()
49 || !WPACKET_sub_memcpy_u16(pkt, s->ext.hostname, in tls_construct_ctos_server_name()
50 strlen(s->ext.hostname)) in tls_construct_ctos_server_name()
65 if (s->ext.max_fragment_len_mode == TLSEXT_max_fragment_length_DISABLED) in tls_construct_ctos_maxfragmentlen()
76 || !WPACKET_put_bytes_u8(pkt, s->ext.max_fragment_len_mode) in tls_construct_ctos_maxfragmentlen()
264 && s->session->ext.tick != NULL in tls_construct_ctos_session_ticket()
266 ticklen = s->session->ext.ticklen; in tls_construct_ctos_session_ticket()
267 } else if (s->session && s->ext.session_ticket != NULL in tls_construct_ctos_session_ticket()
268 && s->ext.session_ticket->data != NULL) { in tls_construct_ctos_session_ticket()
269 ticklen = s->ext in tls_construct_ctos_session_ticket()
[all...]

Completed in 15 milliseconds

12345678910>>...429