Home
last modified time | relevance | path

Searched refs:ab (Results 1 – 25 of 11734) sorted by relevance

12345678910>>...470

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/re/
H A Dtestglob.dat99 K ab/?(.|a)* OK ab/. ab/.. ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
101 K ab/.* OK ab/. ab/.. ab/.cd
133 K ab/@(+(.|?)&!(.|..)) OK ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
186 Kx ab/?(.|a)* OK ab/. ab/.. ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
188 Kx ab/.* OK ab/. ab/.. ab/.cd
229 Sr */*/** OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
230 Sr */**/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
232 Sr **/*/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
275 S ~(O)*/*/** OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr a…
276 S ~(O)*/**/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr a…
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Dtestglob.dat99 K ab/?(.|a)* OK ab/. ab/.. ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
101 K ab/.* OK ab/. ab/.. ab/.cd
184 Kx ab/?(.|a)* OK ab/. ab/.. ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
186 Kx ab/.* OK ab/. ab/.. ab/.cd
221 … OK TT* TTfoo a[b a[b/c]d ab ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp…
227 Sr */*/** OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
228 Sr */**/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
230 Sr **/*/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
273 S ~(O)*/*/** OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr a…
274 S ~(O)*/**/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr a…
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/re/
H A Dtestglob.dat99 K ab/?(.|a)* OK ab/. ab/.. ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
101 K ab/.* OK ab/. ab/.. ab/.cd
184 Kx ab/?(.|a)* OK ab/. ab/.. ab/.cd ab/?(.|a)z ab/cd ab/hb.h ab/pp
186 Kx ab/.* OK ab/. ab/.. ab/.cd
221 … OK TT* TTfoo a[b a[b/c]d ab ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp…
227 Sr */*/** OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
228 Sr */**/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
230 Sr **/*/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr ab/…
273 S ~(O)*/*/** OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr a…
274 S ~(O)*/**/* OK a[b/c]d ab/?(.|a)z ab/cd ab/hb.h ab/pp ab/pp/p.h ab/pp/qq ab/pp/qq/q.h ab/pp/rr a…
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-ab8500-usb.c182 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
225 ab->saved_v_ulpi, ab->saved_v_ulpi); in ab8500_usb_regulator_disable()
293 ab->pins_sleep = pinctrl_lookup_state(ab->pinctrl, in ab8500_usb_phy_disable()
298 else if (pinctrl_select_state(ab->pinctrl, ab->pins_sleep)) in ab8500_usb_phy_disable()
713 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get()
720 ab->v_ulpi = devm_regulator_get(ab->dev, "vddulpivio18"); in ab8500_usb_regulator_get()
727 ab->v_musb = devm_regulator_get(ab->dev, "musb_1v8"); in ab8500_usb_regulator_get()
884 ab = devm_kzalloc(&pdev->dev, sizeof(*ab), GFP_KERNEL); in ab8500_usb_probe()
885 if (!ab) in ab8500_usb_probe()
894 ab->phy.dev = ab->dev; in ab8500_usb_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-ab8500-usb.c182 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
225 ab->saved_v_ulpi, ab->saved_v_ulpi); in ab8500_usb_regulator_disable()
293 ab->pins_sleep = pinctrl_lookup_state(ab->pinctrl, in ab8500_usb_phy_disable()
298 else if (pinctrl_select_state(ab->pinctrl, ab->pins_sleep)) in ab8500_usb_phy_disable()
713 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get()
720 ab->v_ulpi = devm_regulator_get(ab->dev, "vddulpivio18"); in ab8500_usb_regulator_get()
727 ab->v_musb = devm_regulator_get(ab->dev, "musb_1v8"); in ab8500_usb_regulator_get()
884 ab = devm_kzalloc(&pdev->dev, sizeof(*ab), GFP_KERNEL); in ab8500_usb_probe()
885 if (!ab) in ab8500_usb_probe()
894 ab->phy.dev = ab->dev; in ab8500_usb_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/phy/
H A Dphy-ab8500-usb.c182 ab->saved_v_ulpi = regulator_get_voltage(ab->v_ulpi); in ab8500_usb_regulator_enable()
225 ab->saved_v_ulpi, ab->saved_v_ulpi); in ab8500_usb_regulator_disable()
293 ab->pins_sleep = pinctrl_lookup_state(ab->pinctrl, in ab8500_usb_phy_disable()
298 else if (pinctrl_select_state(ab->pinctrl, ab->pins_sleep)) in ab8500_usb_phy_disable()
713 ab->v_ape = devm_regulator_get(ab->dev, "v-ape"); in ab8500_usb_regulator_get()
720 ab->v_ulpi = devm_regulator_get(ab->dev, "vddulpivio18"); in ab8500_usb_regulator_get()
727 ab->v_musb = devm_regulator_get(ab->dev, "musb_1v8"); in ab8500_usb_regulator_get()
884 ab = devm_kzalloc(&pdev->dev, sizeof(*ab), GFP_KERNEL); in ab8500_usb_probe()
885 if (!ab) in ab8500_usb_probe()
894 ab->phy.dev = ab->dev; in ab8500_usb_probe()
[all …]
/dports/ukrainian/hunspell/spell-uk-1.8.0/src/Dictionary/
H A Ddstu_kds.lst4 австралійка/ab<
8 австрійка/ab<
17 албанка/ab<
21 алжирка/ab<
31 англійка/ab<
35 анголка/ab<
48 аравійка/ab<
64 багамка/ab<
80 белізка/ab<
175 ганка/ab<
[all …]
/dports/ukrainian/mythes/spell-uk-1.8.0/src/Dictionary/
H A Ddstu_kds.lst4 австралійка/ab<
8 австрійка/ab<
17 албанка/ab<
21 алжирка/ab<
31 англійка/ab<
35 анголка/ab<
48 аравійка/ab<
64 багамка/ab<
80 белізка/ab<
175 ганка/ab<
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/benchdnn/inputs/matmul/
H A Dperf_matmul_training1 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_gmnt_fwd
4 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_wd_fwd
7 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_resnet_fwd
10 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_googlenet_fwd
13 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_vgg16_fwd
16 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_ncf_fwd
19 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_alexnet_fwd
22 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_maskrcnn_fwd
25 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_bert_fwd
31 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_rnn_t_fwd
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Dcore.c519 ath11k_err(ab, in ath11k_core_fetch_board_data_api_n()
558 ab->bd_api = 2; in ath11k_core_fetch_bdf()
563 ab->bd_api = 1; in ath11k_core_fetch_bdf()
905 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
1020 ath11k_info(ab, "%s\n", ab->hw_params.name); in ath11k_init_hw_params()
1070 kfree(ab); in ath11k_core_free()
1080 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath11k_core_alloc()
1081 if (!ab) in ath11k_core_alloc()
1102 ab->dev = dev; in ath11k_core_alloc()
1106 return ab; in ath11k_core_alloc()
[all …]
H A Dpci.c133 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_select_window() local
472 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_get_user_msi_assignment() local
546 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_pci_free_irq()
682 struct ath11k_base *ab = irq_grp->ab; in ath11k_pci_ext_grp_napi_poll() local
730 irq_grp->ab = ab; in ath11k_pci_ext_irq_config()
855 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_enable_msi() local
903 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_claim() local
972 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_free_region() local
985 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_aspm_disable() local
1189 if (!ab) { in ath11k_pci_probe()
[all …]
H A Dahb.c362 ath11k_ahb_power_up(ab); in ath11k_ahb_fwreset_from_cold_boot()
376 ab->qmi.service_ins_id = ab->hw_params.qmi_service_ins_id; in ath11k_ahb_init_qmi_ce_config()
400 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_ahb_free_irq()
434 struct ath11k_base *ab = irq_grp->ab; in ath11k_ahb_ext_grp_napi_poll() local
474 irq_grp->ab = ab; in ath11k_ahb_ext_irq_config()
655 struct ath11k_base *ab; in ath11k_ahb_probe() local
682 if (!ab) { in ath11k_ahb_probe()
688 ab->pdev = pdev; in ath11k_ahb_probe()
690 ab->mem = mem; in ath11k_ahb_probe()
739 ath11k_core_free(ab); in ath11k_ahb_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Dcore.c519 ath11k_err(ab, in ath11k_core_fetch_board_data_api_n()
558 ab->bd_api = 2; in ath11k_core_fetch_bdf()
563 ab->bd_api = 1; in ath11k_core_fetch_bdf()
905 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
1020 ath11k_info(ab, "%s\n", ab->hw_params.name); in ath11k_init_hw_params()
1070 kfree(ab); in ath11k_core_free()
1080 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath11k_core_alloc()
1081 if (!ab) in ath11k_core_alloc()
1102 ab->dev = dev; in ath11k_core_alloc()
1106 return ab; in ath11k_core_alloc()
[all …]
H A Dpci.c133 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_select_window() local
472 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_get_user_msi_assignment() local
546 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_pci_free_irq()
682 struct ath11k_base *ab = irq_grp->ab; in ath11k_pci_ext_grp_napi_poll() local
730 irq_grp->ab = ab; in ath11k_pci_ext_irq_config()
855 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_enable_msi() local
903 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_claim() local
972 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_free_region() local
985 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_aspm_disable() local
1189 if (!ab) { in ath11k_pci_probe()
[all …]
H A Dahb.c362 ath11k_ahb_power_up(ab); in ath11k_ahb_fwreset_from_cold_boot()
376 ab->qmi.service_ins_id = ab->hw_params.qmi_service_ins_id; in ath11k_ahb_init_qmi_ce_config()
400 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_ahb_free_irq()
434 struct ath11k_base *ab = irq_grp->ab; in ath11k_ahb_ext_grp_napi_poll() local
474 irq_grp->ab = ab; in ath11k_ahb_ext_irq_config()
655 struct ath11k_base *ab; in ath11k_ahb_probe() local
682 if (!ab) { in ath11k_ahb_probe()
688 ab->pdev = pdev; in ath11k_ahb_probe()
690 ab->mem = mem; in ath11k_ahb_probe()
739 ath11k_core_free(ab); in ath11k_ahb_probe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath11k/
H A Dcore.c519 ath11k_err(ab, in ath11k_core_fetch_board_data_api_n()
558 ab->bd_api = 2; in ath11k_core_fetch_bdf()
563 ab->bd_api = 1; in ath11k_core_fetch_bdf()
905 struct ath11k_base *ab = ar->ab; in ath11k_core_halt() local
1020 ath11k_info(ab, "%s\n", ab->hw_params.name); in ath11k_init_hw_params()
1070 kfree(ab); in ath11k_core_free()
1080 ab = kzalloc(sizeof(*ab) + priv_size, GFP_KERNEL); in ath11k_core_alloc()
1081 if (!ab) in ath11k_core_alloc()
1102 ab->dev = dev; in ath11k_core_alloc()
1106 return ab; in ath11k_core_alloc()
[all …]
H A Dpci.c133 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_select_window() local
472 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_get_user_msi_assignment() local
546 free_irq(ab->irq_num[irq_idx], &ab->ce.ce_pipe[i]); in ath11k_pci_free_irq()
682 struct ath11k_base *ab = irq_grp->ab; in ath11k_pci_ext_grp_napi_poll() local
730 irq_grp->ab = ab; in ath11k_pci_ext_irq_config()
855 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_enable_msi() local
903 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_claim() local
972 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_free_region() local
985 struct ath11k_base *ab = ab_pci->ab; in ath11k_pci_aspm_disable() local
1189 if (!ab) { in ath11k_pci_probe()
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/inputs/matmul/
H A Dperf_matmul_training1 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_gmnt_fwd
2 --stag=ab --wtag=ba --dtag=ab --batch=shapes_converted_ip_tr_gmnt_bwd_d
4 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_wd_fwd
7 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_resnet_fwd
10 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_googlenet_fwd
13 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_vgg16_fwd
16 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_ncf_fwd
19 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_alexnet_fwd
22 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_maskrcnn_fwd
25 --stag=ab --wtag=ab --dtag=ab --batch=shapes_converted_ip_tr_rnn_t_fwd
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/test/test_018/
H A Dmodel.bin1ab ab ab ab ab ab ab ab ab ab ab MS";i:1;s:34:" this, is . MS windows....?";i:2;s:38:"this …
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/uk/ac/sanger/artemis/io/
H A DGFF3AttributeBuilderTest.java70 ab.add("attr1", in); in testAdd1()
82 ab.add("attr1", in); in testAdd2()
83 ab.add("attr2", in); in testAdd2()
95 ab.add("attr1", in); in testAddWithAggs()
97 ab.add("attr1", in); in testAddWithAggs()
108 ab.add("attr1", in); in testAddWithAggsCommas()
110 ab.add("attr1", in); in testAddWithAggsCommas()
115 ab.add("attr1", in); in testAddWithAggsCommas()
117 ab.add("attr1", in); in testAddWithAggsCommas()
130 ab.ignore("attr1"); in testIgnore()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/array/
H A Dnumericbuilder.gen_test.go37 ab.Retain()
38 ab.Release()
40 ab.Append(1)
41 ab.Append(2)
42 ab.Append(3)
44 ab.Append(5)
45 ab.Append(6)
47 ab.Append(8)
48 ab.Append(9)
49 ab.Append(10)
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/array/
H A Dnumericbuilder.gen_test.go37 ab.Retain()
38 ab.Release()
40 ab.Append(1)
41 ab.Append(2)
42 ab.Append(3)
44 ab.Append(5)
45 ab.Append(6)
47 ab.Append(8)
48 ab.Append(9)
49 ab.Append(10)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/array/
H A Dnumericbuilder.gen_test.go37 ab.Retain()
38 ab.Release()
40 ab.Append(1)
41 ab.Append(2)
42 ab.Append(3)
44 ab.Append(5)
45 ab.Append(6)
47 ab.Append(8)
48 ab.Append(9)
49 ab.Append(10)
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_018/
H A Dmodel.bin1ab ab ab ab ab ab ab ab ab ab ab MS";i:1;s:34:" this, is . MS windows....?";i:2;s:38:"this …
/dports/audio/rem/rem-0.5.3/src/aubuf/
H A Daubuf.c74 ab = mem_zalloc(sizeof(*ab), aubuf_destructor); in internal_close_handler()
75 if (!ab) in internal_close_handler()
122 if (ab->max_sz && ab->cur_sz > ab->max_sz) { in terminate()
126 ab, ab->cur_sz); in terminate()
186 if (ab->cur_sz < (ab->filling ? ab->wish_sz : sz)) {
191 ab, ab->cur_sz);
281 if (!ab)
307 if (!ab)
312 ab->wish_sz, ab->cur_sz, ab->filling);
316 ab->stats.or, ab->stats.ur);
[all …]

12345678910>>...470