Home
last modified time | relevance | path

Searched defs:common (Results 126 – 150 of 13435) sorted by relevance

12345678910>>...538

/dports/lang/gcc11/gcc-11.2.0/libgo/go/text/template/
H A Dtemplate.go14 type common struct { struct
15 tmpl map[string]*Template // Map from name to defined templates.
16 option option
20 muFuncs sync.RWMutex // protects parseFuncs and execFuncs
21 parseFuncs FuncMap
22 execFuncs map[string]reflect.Value
31 *common anonMember
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/text/template/
H A Dtemplate.go14 type common struct { struct
15 tmpl map[string]*Template // Map from name to defined templates.
16 option option
20 muFuncs sync.RWMutex // protects parseFuncs and execFuncs
21 parseFuncs FuncMap
22 execFuncs map[string]reflect.Value
31 *common anonMember
/dports/lang/gcc9/gcc-9.4.0/libgo/go/text/template/
H A Dtemplate.go14 type common struct { struct
15 tmpl map[string]*Template // Map from name to defined templates.
16 option option
20 muFuncs sync.RWMutex // protects parseFuncs and execFuncs
21 parseFuncs FuncMap
22 execFuncs map[string]reflect.Value
31 *common anonMember
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/text/template/
H A Dtemplate.go15 type common struct { struct
16 tmpl map[string]*Template // Map from name to defined templates.
17 option option
21 muFuncs sync.RWMutex // protects parseFuncs and execFuncs
22 parseFuncs FuncMap
23 execFuncs map[string]reflect.Value
32 *common anonMember
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/text/template/
H A Dtemplate.go14 type common struct { struct
15 tmpl map[string]*Template // Map from name to defined templates.
16 option option
20 muFuncs sync.RWMutex // protects parseFuncs and execFuncs
21 parseFuncs FuncMap
22 execFuncs map[string]reflect.Value
31 *common anonMember
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/include/mp4_demuxer/
H A DResourceStream.h49 #endif // RESOURCESTREAM_H_
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/rsi/
H A Drsi_91x_main.c96 void rsi_print_version(struct rsi_common *common) in rsi_print_version()
119 static struct sk_buff *rsi_prepare_skb(struct rsi_common *common, in rsi_prepare_skb()
156 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len) in rsi_read_pkt()
248 static void rsi_tx_scheduler_thread(struct rsi_common *common) in rsi_tx_scheduler_thread()
268 struct rsi_common *common = (struct rsi_common *)priv; in rsi_get_host_intf() local
275 struct rsi_common *common = (struct rsi_common *)priv; in rsi_set_bt_context() local
290 struct rsi_common *common = NULL; in rsi_91x_init() local
385 struct rsi_common *common = adapter->priv; in rsi_91x_deinit() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/rsi/
H A Drsi_91x_main.c96 void rsi_print_version(struct rsi_common *common) in rsi_print_version()
119 static struct sk_buff *rsi_prepare_skb(struct rsi_common *common, in rsi_prepare_skb()
156 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len) in rsi_read_pkt()
248 static void rsi_tx_scheduler_thread(struct rsi_common *common) in rsi_tx_scheduler_thread()
268 struct rsi_common *common = (struct rsi_common *)priv; in rsi_get_host_intf() local
275 struct rsi_common *common = (struct rsi_common *)priv; in rsi_set_bt_context() local
290 struct rsi_common *common = NULL; in rsi_91x_init() local
385 struct rsi_common *common = adapter->priv; in rsi_91x_deinit() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/rsi/
H A Drsi_91x_main.c96 void rsi_print_version(struct rsi_common *common) in rsi_print_version()
119 static struct sk_buff *rsi_prepare_skb(struct rsi_common *common, in rsi_prepare_skb()
156 int rsi_read_pkt(struct rsi_common *common, u8 *rx_pkt, s32 rcv_pkt_len) in rsi_read_pkt()
248 static void rsi_tx_scheduler_thread(struct rsi_common *common) in rsi_tx_scheduler_thread()
268 struct rsi_common *common = (struct rsi_common *)priv; in rsi_get_host_intf() local
275 struct rsi_common *common = (struct rsi_common *)priv; in rsi_set_bt_context() local
290 struct rsi_common *common = NULL; in rsi_91x_init() local
385 struct rsi_common *common = adapter->priv; in rsi_91x_deinit() local
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/resources/profiles/
H A DCreality.ini315 brim_width = 0
352 notes =
353 overhangs = 0
357 perimeters = 2
364 resolution = 0
367 skirts = 1
397 thin_walls = 0
401 wipe_tower = 0
502 cooling = 0
871 wipe = 1
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c372 struct fsg_common *common; member
470 static int ep0_queue(struct fsg_common *common) in ep0_queue()
491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
647 static int sleep_thread(struct fsg_common *common) in sleep_thread()
683 static int do_read(struct fsg_common *common) in do_read()
810 static int do_write(struct fsg_common *common) in do_write()
992 static int do_verify(struct fsg_common *common) in do_verify()
2046 struct fsg_common *common = fsg->common; in received_cbw() local
2389 struct fsg_common *common = the_fsg_common; in fsg_main_thread() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c372 struct fsg_common *common; member
470 static int ep0_queue(struct fsg_common *common) in ep0_queue()
491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
647 static int sleep_thread(struct fsg_common *common) in sleep_thread()
683 static int do_read(struct fsg_common *common) in do_read()
810 static int do_write(struct fsg_common *common) in do_write()
992 static int do_verify(struct fsg_common *common) in do_verify()
2046 struct fsg_common *common = fsg->common; in received_cbw() local
2389 struct fsg_common *common = the_fsg_common; in fsg_main_thread() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c372 struct fsg_common *common; member
470 static int ep0_queue(struct fsg_common *common) in ep0_queue()
491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
647 static int sleep_thread(struct fsg_common *common) in sleep_thread()
683 static int do_read(struct fsg_common *common) in do_read()
810 static int do_write(struct fsg_common *common) in do_write()
992 static int do_verify(struct fsg_common *common) in do_verify()
2046 struct fsg_common *common = fsg->common; in received_cbw() local
2389 struct fsg_common *common = the_fsg_common; in fsg_main_thread() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c372 struct fsg_common *common; member
470 static int ep0_queue(struct fsg_common *common) in ep0_queue()
491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
647 static int sleep_thread(struct fsg_common *common) in sleep_thread()
683 static int do_read(struct fsg_common *common) in do_read()
810 static int do_write(struct fsg_common *common) in do_write()
992 static int do_verify(struct fsg_common *common) in do_verify()
2046 struct fsg_common *common = fsg->common; in received_cbw() local
2389 struct fsg_common *common = the_fsg_common; in fsg_main_thread() local
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/usb/gadget/
H A Df_mass_storage.c375 struct fsg_common *common; member
477 static int ep0_queue(struct fsg_common *common) in ep0_queue()
498 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
515 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
654 static int sleep_thread(struct fsg_common *common) in sleep_thread()
690 static int do_read(struct fsg_common *common) in do_read()
817 static int do_write(struct fsg_common *common) in do_write()
999 static int do_verify(struct fsg_common *common) in do_verify()
2053 struct fsg_common *common = fsg->common; in received_cbw() local
2396 struct fsg_common *common = the_fsg_common; in fsg_main_thread() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c372 struct fsg_common *common; member
470 static int ep0_queue(struct fsg_common *common) in ep0_queue()
491 struct fsg_common *common = ep->driver_data; in bulk_in_complete() local
508 struct fsg_common *common = ep->driver_data; in bulk_out_complete() local
647 static int sleep_thread(struct fsg_common *common) in sleep_thread()
683 static int do_read(struct fsg_common *common) in do_read()
810 static int do_write(struct fsg_common *common) in do_write()
992 static int do_verify(struct fsg_common *common) in do_verify()
2046 struct fsg_common *common = fsg->common; in received_cbw() local
2389 struct fsg_common *common = the_fsg_common; in fsg_main_thread() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c163 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_adjust_link() local
227 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_add_vid() local
285 struct am65_cpsw_common *common = port->common; in am65_cpsw_slave_set_promisc() local
1091 struct am65_cpsw_common *common = dev_id; in am65_cpsw_nuss_rx_irq() local
1489 struct am65_cpsw_common *common = port->common; in am65_cpsw_nuss_slave_disable_unused() local
1503 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_tx_chns() local
1622 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_rx_chns() local
2214 struct am65_cpsw_common *common = dl_priv->common; in am65_cpsw_dl_switch_mode_get() local
2229 struct am65_cpsw_common *common = port->common; in am65_cpsw_init_port_emac_ale() local
2612 struct am65_cpsw_common *common; in am65_cpsw_nuss_probe() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c163 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_adjust_link() local
227 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_add_vid() local
285 struct am65_cpsw_common *common = port->common; in am65_cpsw_slave_set_promisc() local
1091 struct am65_cpsw_common *common = dev_id; in am65_cpsw_nuss_rx_irq() local
1489 struct am65_cpsw_common *common = port->common; in am65_cpsw_nuss_slave_disable_unused() local
1503 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_tx_chns() local
1622 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_rx_chns() local
2214 struct am65_cpsw_common *common = dl_priv->common; in am65_cpsw_dl_switch_mode_get() local
2229 struct am65_cpsw_common *common = port->common; in am65_cpsw_init_port_emac_ale() local
2612 struct am65_cpsw_common *common; in am65_cpsw_nuss_probe() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c163 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_adjust_link() local
227 struct am65_cpsw_common *common = am65_ndev_to_common(ndev); in am65_cpsw_nuss_ndo_slave_add_vid() local
285 struct am65_cpsw_common *common = port->common; in am65_cpsw_slave_set_promisc() local
1091 struct am65_cpsw_common *common = dev_id; in am65_cpsw_nuss_rx_irq() local
1489 struct am65_cpsw_common *common = port->common; in am65_cpsw_nuss_slave_disable_unused() local
1503 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_tx_chns() local
1622 struct am65_cpsw_common *common = data; in am65_cpsw_nuss_free_rx_chns() local
2214 struct am65_cpsw_common *common = dl_priv->common; in am65_cpsw_dl_switch_mode_get() local
2229 struct am65_cpsw_common *common = port->common; in am65_cpsw_init_port_emac_ale() local
2612 struct am65_cpsw_common *common; in am65_cpsw_nuss_probe() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/driver/inmemory/
H A Dmfs.go29 common anonMember
277 common anonMember
318 type common struct { struct
319 p string
320 mod time.Time
323 func (c *common) name() string {
328 func (c *common) path() string {
332 func (c *common) modtime() time.Time {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/storage/driver/inmemory/
H A Dmfs.go29 common anonMember
277 common anonMember
318 type common struct { struct
319 p string
320 mod time.Time
323 func (c *common) name() string {
328 func (c *common) path() string {
332 func (c *common) modtime() time.Time {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/driver/inmemory/
H A Dmfs.go29 common anonMember
277 common anonMember
318 type common struct { struct
319 p string
320 mod time.Time
323 func (c *common) name() string {
328 func (c *common) path() string {
332 func (c *common) modtime() time.Time {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/driver/inmemory/
H A Dmfs.go29 common anonMember
277 common anonMember
318 type common struct { struct
319 p string
320 mod time.Time
323 func (c *common) name() string {
328 func (c *common) path() string {
332 func (c *common) modtime() time.Time {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/driver/inmemory/
H A Dmfs.go29 common anonMember
263 common anonMember
304 type common struct { struct
305 p string
306 mod time.Time
309 func (c *common) name() string {
314 func (c *common) path() string {
318 func (c *common) modtime() time.Time {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/driver/inmemory/
H A Dmfs.go29 common anonMember
277 common anonMember
318 type common struct { struct
319 p string
320 mod time.Time
323 func (c *common) name() string {
328 func (c *common) path() string {
332 func (c *common) modtime() time.Time {

12345678910>>...538