Home
last modified time | relevance | path

Searched refs:hic (Results 76 – 100 of 658) sorted by relevance

12345678910>>...27

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/addons/
H A Dslot2_piano.cpp82 …l cs, bool d, bool ds, bool e, bool f, bool fs, bool g, bool gs, bool a, bool as, bool b, bool hic) in piano_setKey() argument
115 BIT_P(14,hic) in piano_setKey()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-06-01/network/
H A Dvirtualhubipconfiguration.go131 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
143 hic.Response.Response, err = future.GetResult(sender)
144 if hic.Response.Response == nil && err == nil {
147 if err == nil && hic.Response.Response.StatusCode != http.StatusNoContent {
148 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
150 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network/
H A Dvirtualhubipconfiguration.go131 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
143 hic.Response.Response, err = future.GetResult(sender)
144 if hic.Response.Response == nil && err == nil {
147 if err == nil && hic.Response.Response.StatusCode != http.StatusNoContent {
148 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
150 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-07-01/network/
H A Dvirtualhubipconfiguration.go135 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
147 hic.Response.Response, err = future.GetResult(sender)
148 if hic.Response.Response == nil && err == nil {
151 if err == nil && hic.Response.Response.StatusCode != http.StatusNoContent {
152 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
154 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network/
H A Dvirtualhubipconfiguration.go135 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
147 hic.Response.Response, err = future.GetResult(sender)
148 if hic.Response.Response == nil && err == nil {
151 if err == nil && hic.Response.Response.StatusCode != http.StatusNoContent {
152 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
154 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-11-01/network/
H A Dvirtualhubipconfiguration.go135 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
147 hic.Response.Response, err = future.GetResult(sender)
148 if hic.Response.Response == nil && err == nil {
151 if err == nil && hic.Response.Response.StatusCode != http.StatusNoContent {
152 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
154 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/
H A Dw32codec.c157 HIC hic; member
578 this->hic = ICOpen ((int)win32_codec_name, in w32v_init_codec()
582 if(!this->hic){ in w32v_init_codec()
621 ?ICDecompressQuery(this->hic, this->bih, &this->o_bih) in w32v_init_codec()
632 ?ICDecompressBegin(this->hic, this->bih, &this->o_bih) in w32v_init_codec()
888 ?ICDecompress(this->hic, flags, in w32v_decode_data()
891 :ICDecompressEx(this->hic, flags, in w32v_decode_data()
1004 if( this->hic ) in w32v_reset()
1028 if( this->hic ) { in w32v_dispose()
1029 ICDecompressEnd(this->hic); in w32v_dispose()
[all …]
/dports/sysutils/hourglass/hourglass-1.0.1b/src/
H A Dhourglass.h265 uint32_t hi, lo, hic; in rdtsc() local
270 asm volatile(" mftbu %0" : "=r"(hic)); in rdtsc()
271 }while(hi != hic); in rdtsc()
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network/
H A Dvirtualhubipconfiguration.go131 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
143 …if hic.Response.Response, err = future.GetResult(sender); err == nil && hic.Response.Response.Stat…
144 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
146 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-06-01/network/
H A Dvirtualhubipconfiguration.go131 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
143 …if hic.Response.Response, err = future.GetResult(sender); err == nil && hic.Response.Response.Stat…
144 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
146 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-07-01/network/
H A Dvirtualhubipconfiguration.go135 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
147 …if hic.Response.Response, err = future.GetResult(sender); err == nil && hic.Response.Response.Stat…
148 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
150 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/security/vault/vault-1.8.2/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network/
H A Dvirtualhubipconfiguration.go135 future.Result = func(client VirtualHubIPConfigurationClient) (hic HubIPConfiguration, err error) {
147 …if hic.Response.Response, err = future.GetResult(sender); err == nil && hic.Response.Response.Stat…
148 hic, err = client.CreateOrUpdateResponder(hic.Response.Response)
150 …or(err, "network.VirtualHubIPConfigurationCreateOrUpdateFuture", "Result", hic.Response.Response, …
/dports/www/gohugo/hugo-0.91.2/examples/multilingual/content/news/
H A Dalpha.en.md11 …o facere laborum ullam doloribus voluptates dolores quaerat necessitatibus hic expedita reiciendis…
13 Eos ipsam iusto optio odit id et nisi corporis hic. Iusto, cum, facere officiis ad modi numquam qua…
H A Dalpha.et.md11 …o facere laborum ullam doloribus voluptates dolores quaerat necessitatibus hic expedita reiciendis…
13 Eos ipsam iusto optio odit id et nisi corporis hic. Iusto, cum, facere officiis ad modi numquam qua…
H A Dbeta.en.md11 …o facere laborum ullam doloribus voluptates dolores quaerat necessitatibus hic expedita reiciendis…
13 Eos ipsam iusto optio odit id et nisi corporis hic. Iusto, cum, facere officiis ad modi numquam qua…
H A Dbeta.et.md11 …o facere laborum ullam doloribus voluptates dolores quaerat necessitatibus hic expedita reiciendis…
13 Eos ipsam iusto optio odit id et nisi corporis hic. Iusto, cum, facere officiis ad modi numquam qua…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c436 } hic; in ixgbe_fw_phy_activity() local
442 memset(&hic, 0, sizeof(hic)); in ixgbe_fw_phy_activity()
443 hic.cmd.hdr.cmd = FW_PHY_ACT_REQ_CMD; in ixgbe_fw_phy_activity()
446 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_fw_phy_activity()
451 rc = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_fw_phy_activity()
824 } hic; in ixgbe_read_iosf_sb_reg_x550a() local
827 memset(&hic, 0, sizeof(hic)); in ixgbe_read_iosf_sb_reg_x550a()
828 hic.cmd.hdr.cmd = FW_INT_PHY_REQ_CMD; in ixgbe_read_iosf_sb_reg_x550a()
831 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_read_iosf_sb_reg_x550a()
835 status = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_read_iosf_sb_reg_x550a()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c436 } hic; in ixgbe_fw_phy_activity() local
442 memset(&hic, 0, sizeof(hic)); in ixgbe_fw_phy_activity()
443 hic.cmd.hdr.cmd = FW_PHY_ACT_REQ_CMD; in ixgbe_fw_phy_activity()
446 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_fw_phy_activity()
451 rc = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_fw_phy_activity()
824 } hic; in ixgbe_read_iosf_sb_reg_x550a() local
827 memset(&hic, 0, sizeof(hic)); in ixgbe_read_iosf_sb_reg_x550a()
828 hic.cmd.hdr.cmd = FW_INT_PHY_REQ_CMD; in ixgbe_read_iosf_sb_reg_x550a()
831 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_read_iosf_sb_reg_x550a()
835 status = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_read_iosf_sb_reg_x550a()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c436 } hic; in ixgbe_fw_phy_activity() local
442 memset(&hic, 0, sizeof(hic)); in ixgbe_fw_phy_activity()
443 hic.cmd.hdr.cmd = FW_PHY_ACT_REQ_CMD; in ixgbe_fw_phy_activity()
446 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_fw_phy_activity()
451 rc = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_fw_phy_activity()
824 } hic; in ixgbe_read_iosf_sb_reg_x550a() local
827 memset(&hic, 0, sizeof(hic)); in ixgbe_read_iosf_sb_reg_x550a()
828 hic.cmd.hdr.cmd = FW_INT_PHY_REQ_CMD; in ixgbe_read_iosf_sb_reg_x550a()
831 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_read_iosf_sb_reg_x550a()
835 status = ixgbe_host_interface_command(hw, &hic.cmd, sizeof(hic.cmd), in ixgbe_read_iosf_sb_reg_x550a()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/lib/gitlab/import_export/group_exports/complex/tree/groups/4352/
H A Depics.ndjson1 …\nAnimi aliquid praesentium sint voluptatum fuga voluptates molestias. Non hic sit modi minus a. I…
2 … quia blanditiis et sint reiciendis. Eveniet accusamus quod molestiae vero hic a ipsum.\n\nNon num…
3 … Nostrum beatae laboriosam dolor nihil ut deserunt ad. Exercitationem iure hic minus deleniti assu…
4 …xpedita sit ut. Nam est aut alias quibusdam. Est delectus ratione expedita hic eaque est. Delectus…
/dports/multimedia/olive/olive-0.1.2/effects/shaders/
H A Dcolorsel.frag11 uniform float hic;
80 …texture_color.a = isNotIncreasingSequence(loc, toCheck, hic) ? (invert ? texture_color.a : 0.0) : …
/dports/x11-clocks/ktimer/ktimer-21.12.3/po/ia/
H A Dktimer.po69 "Nove computos a retro es ponite hic. Tu pote adder o remover los, e stoppar "
223 msgstr "Pulsa hic per aperir le visor de documentation de adjuta."
257 msgstr "Inserta le secundas hic"
263 msgstr "Tu pote cambiar hic le quantitate de tempore del computo de retro."
315 msgstr "Inserta le horas hic"
321 msgstr "Inserta le minutas hic"
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/po/ia/
H A Dkdeconnect-urlhandler.po58 msgstr "Inserta URL hic"
63 msgstr "Inserta location de file hic"
/dports/graphics/evince/evince-41.3/backend/dvi/mdvi-lib/
H A Dtt.c111 if(ndx < font->loc || ndx > font->hic) in tt_encode_font()
268 for(i = font->loc; i <= font->hic; i++) in tt_really_load_font()
280 font->loc = font->hic = 0; in tt_really_load_font()
316 font->hic = 255; in tt_load_font()
/dports/print/xreader/xreader-3.2.2/backend/dvi/mdvi-lib/
H A Dtt.c111 if(ndx < font->loc || ndx > font->hic) in tt_encode_font()
268 for(i = font->loc; i <= font->hic; i++) in tt_really_load_font()
280 font->loc = font->hic = 0; in tt_really_load_font()
316 font->hic = 255; in tt_load_font()

12345678910>>...27