Home
last modified time | relevance | path

Searched refs:cdc (Results 1 – 25 of 1755) sorted by relevance

12345678910>>...71

/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dusbd_cdc_interface.c179 return cdc->tx_buf_ptr_in - cdc->tx_buf_ptr_out; in usbd_cdc_tx_buffer_size()
183 return cdc->tx_buf_ptr_out == cdc->tx_buf_ptr_in; in usbd_cdc_tx_buffer_empty()
187 return cdc->tx_buf_ptr_out_next == cdc->tx_buf_ptr_in; in usbd_cdc_tx_buffer_will_be_empty()
200 cdc->tx_buf[usbd_cdc_tx_buffer_mask(cdc->tx_buf_ptr_in)] = data; in usbd_cdc_tx_buffer_put()
204 cdc->tx_buf_ptr_out_next = cdc->tx_buf_ptr_out; in usbd_cdc_tx_buffer_put()
218 cdc->tx_buf_ptr_out = cdc->tx_buf_ptr_out_next; in usbd_cdc_tx_ready()
262 usbd_cdc_itf_t *cdc = (usbd_cdc_itf_t *)usbd->cdc[i]; in HAL_PCD_SOFCallback() local
272 int get = cdc->rx_buf_get, put = cdc->rx_buf_put; in usbd_cdc_rx_buffer_full()
306 cdc->rx_user_buf[cdc->rx_buf_put] = *src; in usbd_cdc_receive()
421 while (cdc->rx_buf_put == cdc->rx_buf_get) { in usbd_cdc_rx()
[all …]
/dports/games/libretro-picodrive/picodrive-600894e/pico/cd/
H A Dcdc.c163 save_param(&cdc, sizeof(cdc)); in cdc_context_save()
174 load_param(&cdc, sizeof(cdc)); in cdc_context_load()
205 memcpy(&cdc.v, state + ofs, sizeof(cdc.v)) in cdc_context_load_old()
351 do_dma(cdc.dma_w, (cdc.dbc + 1) >> 1); in cdc_dma_update()
398 memcpy(cdc.head[0], header, sizeof(cdc.head[0])); in cdc_decoder_update()
645 cdc.stat[2] = cdc.ctrl[1] & BIT_MODRQ; in cdc_reg_w()
720 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][0]; in cdc_reg_r()
724 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][1]; in cdc_reg_r()
728 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][2]; in cdc_reg_r()
732 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][3]; in cdc_reg_r()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/cd/
H A Dcdc.c163 save_param(&cdc, sizeof(cdc)); in cdc_context_save()
174 load_param(&cdc, sizeof(cdc)); in cdc_context_load()
205 memcpy(&cdc.v, state + ofs, sizeof(cdc.v)) in cdc_context_load_old()
351 do_dma(cdc.dma_w, (cdc.dbc + 1) >> 1); in cdc_dma_update()
398 memcpy(cdc.head[0], header, sizeof(cdc.head[0])); in cdc_decoder_update()
645 cdc.stat[2] = cdc.ctrl[1] & BIT_MODRQ; in cdc_reg_w()
720 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][0]; in cdc_reg_r()
724 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][1]; in cdc_reg_r()
728 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][2]; in cdc_reg_r()
732 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][3]; in cdc_reg_r()
[all …]
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/cd_hw/
H A Dcdc.c143 save_param(&cdc, sizeof(cdc)); in cdc_context_save()
154 load_param(&cdc, sizeof(cdc)); in cdc_context_load()
191 cdc.dma_w((cdc.dbc.w + 1) >> 1); in cdc_dma_update()
304 cdd_read_data(cdc.ram + offset + 8, cdc.head[1]); in cdc_decoder_update()
315 cdd_read_data(cdc.ram + offset, cdc.head[1]); in cdc_decoder_update()
322 cdc.stat[2] = (cdc.ctrl[1] & BIT_MODRQ) | ((cdc.head[1][2] & 0x20) >> 3); in cdc_decoder_update()
522 cdc.stat[2] = (cdc.ctrl[1] & BIT_MODRQ) | ((cdc.head[1][2] & 0x20) >> 3); in cdc_reg_w()
595 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][0]; in cdc_reg_r()
599 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][1]; in cdc_reg_r()
603 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][2]; in cdc_reg_r()
[all …]
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/cd_hw/
H A Dcdc.c143 save_param(&cdc, sizeof(cdc)); in cdc_context_save()
154 load_param(&cdc, sizeof(cdc)); in cdc_context_load()
191 cdc.dma_w((cdc.dbc.w + 1) >> 1); in cdc_dma_update()
304 cdd_read_data(cdc.ram + offset + 8, cdc.head[1]); in cdc_decoder_update()
315 cdd_read_data(cdc.ram + offset, cdc.head[1]); in cdc_decoder_update()
322 cdc.stat[2] = (cdc.ctrl[1] & BIT_MODRQ) | ((cdc.head[1][2] & 0x20) >> 3); in cdc_decoder_update()
522 cdc.stat[2] = (cdc.ctrl[1] & BIT_MODRQ) | ((cdc.head[1][2] & 0x20) >> 3); in cdc_reg_w()
595 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][0]; in cdc_reg_r()
599 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][1]; in cdc_reg_r()
603 return cdc.head[cdc.ctrl[1] & BIT_SHDREN][2]; in cdc_reg_r()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Ddata_cursor_test.cpp46 ConstDataCursor cdc(buf); in TEST() local
53 cdc = buf; in TEST()
54 cdc.skip<uint32_t>(); in TEST()
58 cdc = buf; in TEST()
66 cdc = buf; in TEST()
67 cdc += sizeof(uint32_t); in TEST()
69 cdc -= sizeof(uint16_t); in TEST()
73 cdc = buf; in TEST()
78 cdc = buf; in TEST()
83 cdc = buf + sizeof(uint8_t); in TEST()
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dcarddav.c62 cdc->ctag = cdc->friend_list->revision; in linphone_carddav_synchronize()
72 cdc->sync_done_cb(cdc, success, msg); in linphone_carddav_client_to_server_sync_done()
85 cdc->sync_done_cb(cdc, success, msg); in linphone_carddav_server_to_client_sync_done()
153 cdc->contact_created_cb(cdc, lf); in linphone_carddav_vcards_pulled()
255 cdc->contact_removed_cb(cdc, lf); in linphone_carddav_vcards_fetched()
518 if (cdc && cdc->sync_done_cb) { in linphone_carddav_send_query()
528 if (cdc && cdc->sync_done_cb) { in linphone_carddav_send_query()
604 if (cdc && cdc->sync_done_cb) { in linphone_carddav_put_vcard()
626 if (cdc && cdc->sync_done_cb) { in linphone_carddav_put_vcard()
657 if (cdc && cdc->sync_done_cb) { in linphone_carddav_delete_vcard()
[all …]
H A Dcarddav.h51 typedef void (*LinphoneCardDavContactCreatedCb)(LinphoneCardDavContext *cdc, LinphoneFriend *lf);
61 typedef void (*LinphoneCardDavContactRemovedCb)(LinphoneCardDavContext *cdc, LinphoneFriend *lf);
79 LINPHONE_PUBLIC void linphone_carddav_context_destroy(LinphoneCardDavContext *cdc);
86 LINPHONE_PUBLIC void linphone_carddav_set_user_data(LinphoneCardDavContext *cdc, void *ud);
93 LINPHONE_PUBLIC void* linphone_carddav_get_user_data(LinphoneCardDavContext *cdc);
99 LINPHONE_PUBLIC void linphone_carddav_synchronize(LinphoneCardDavContext *cdc);
106 LINPHONE_PUBLIC void linphone_carddav_put_vcard(LinphoneCardDavContext *cdc, LinphoneFriend *lf);
113 LINPHONE_PUBLIC void linphone_carddav_delete_vcard(LinphoneCardDavContext *cdc, LinphoneFriend *lf);
147 void linphone_carddav_get_current_ctag(LinphoneCardDavContext *cdc);
153 void linphone_carddav_fetch_vcards(LinphoneCardDavContext *cdc);
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-data-cache.c221 return cdc->priv->path; in camel_data_cache_get_path()
243 g_free (cdc->priv->path); in camel_data_cache_set_path()
244 cdc->priv->path = g_strdup (path); in camel_data_cache_set_path()
269 return cdc->priv->expire_enabled; in camel_data_cache_get_expire_enabled()
321 cdc->priv->expire_age = when; in camel_data_cache_set_expire_age()
345 cdc->priv->expire_access = when; in camel_data_cache_set_expire_access()
375 || (cdc->priv->expire_age != -1 && st.st_mtime + cdc->priv->expire_age < now) in data_cache_expire()
376 || (cdc->priv->expire_access != -1 && st.st_atime + cdc->priv->expire_access < now))) { in data_cache_expire()
395 data_cache_path (CamelDataCache *cdc, in data_cache_path() argument
413 …} else if (cdc->priv->expire_enabled && (cdc->priv->expire_age != -1 || cdc->priv->expire_access !… in data_cache_path()
[all …]
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidcdc.c36 char* cdc = 0; in zxid_cdc_read() local
42 if (!cdc) in zxid_cdc_read()
44 if (cdc) { in zxid_cdc_read()
45 cdc = strchr(cdc, '='); in zxid_cdc_read()
46 if (cdc) { in zxid_cdc_read()
47 D("cdc(%s)", cdc); in zxid_cdc_read()
48 if (cdc[1] == '"') { in zxid_cdc_read()
49 cdc += 2; in zxid_cdc_read()
54 cdc = 0; in zxid_cdc_read()
56 ++cdc; in zxid_cdc_read()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go45 cdc := newCachedDiscoveryClient(&c, d, 60*time.Second)
48 cdc.ServerGroups()
52 cdc.ServerGroups()
56 cdc.ServerResources()
60 cdc.ServerResources()
65 cdc.ServerGroups()
69 cdc.ServerResources()
73 cdc.Invalidate()
76 cdc.ServerResources()
90 cdc.ServerGroups()
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go45 cdc := newCachedDiscoveryClient(&c, d, 60*time.Second)
48 cdc.ServerGroups()
52 cdc.ServerGroups()
56 cdc.ServerResources()
60 cdc.ServerResources()
65 cdc.ServerGroups()
69 cdc.ServerResources()
73 cdc.Invalidate()
76 cdc.ServerResources()
90 cdc.ServerGroups()
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/discovery/cached/disk/
H A Dcached_discovery_test.go49 cdc.ServerGroups()
53 cdc.ServerGroups()
57 cdc.ServerResources()
61 cdc.ServerResources()
66 cdc.ServerGroups()
70 cdc.ServerResources()
74 cdc.Invalidate()
77 cdc.ServerResources()
91 cdc.ServerGroups()
96 cdc.ServerGroups()
[all …]

12345678910>>...71