Home
last modified time | relevance | path

Searched refs:read_current (Results 1 – 25 of 33) sorted by relevance

12

/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dsndfile.c1453 return psf->read_current ; in sf_seek()
1467 return psf->read_current ; in sf_seek()
1510 psf->read_current = retval ; in sf_seek()
1516 psf->read_current = retval ; in sf_seek()
1652 psf->read_current = psf->sf.frames ; in sf_read_raw()
1710 psf->read_current = psf->sf.frames ; in sf_read_short()
1760 psf->read_current = psf->sf.frames ; in sf_readf_short()
1818 psf->read_current = psf->sf.frames ; in sf_read_int()
1868 psf->read_current = psf->sf.frames ; in sf_readf_int()
2963 psf->read_current = -1 ; in psf_open_file()
[all …]
H A Dinterleave.c109 offset = psf->dataoffset + chan * psf->bytewidth * psf->read_current ; in interleave_read_short()
156 offset = psf->dataoffset + chan * psf->bytewidth * psf->read_current ; in interleave_read_int()
203 offset = psf->dataoffset + pdata->channel_len * chan + psf->read_current * psf->bytewidth ; in interleave_read_float()
254 offset = psf->dataoffset + chan * psf->bytewidth * psf->read_current ; in interleave_read_double()
H A Dgsm610.c413 { if (psf->read_current != newblock * pgsm610->samplesperblock + newsample) in gsm610_seek()
H A Dcommon.h494 sf_count_t read_current ; member
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/f5/
H A Dbigip_ucs_fetch.py415 def read_current(self): member in V1Manager
453 collection = self.read_current()
529 def read_current(self): member in V2Manager
538 collection = self.read_current()
/dports/x11-wm/mutter/mutter-41.1/src/tests/
H A Dmeta-gpu-test.c54 gpu_class->read_current = meta_gpu_test_read_current; in meta_gpu_test_class_init()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/plugins/modules/
H A Dbigip_ucs_fetch.py478 def read_current(self): member in V1Manager
516 collection = self.read_current()
592 def read_current(self): member in V2Manager
601 collection = self.read_current()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-gpu.h37 gboolean (* read_current) (MetaGpu *gpu, member
H A Dmeta-gpu.c84 ret = META_GPU_GET_CLASS (gpu)->read_current (gpu, error); in meta_gpu_read_current()
H A Dmeta-monitor-manager-dummy.c795 gpu_class->read_current = meta_gpu_dummy_read_current; in meta_gpu_dummy_class_init()
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dtls12_record_layer.c182 struct tls12_record_protection *read_current; member
194 if ((rl->read_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()
199 rl->read = rl->read_current; in tls12_record_layer_new()
216 tls12_record_protection_free(rl->read_current); in tls12_record_layer_free()
585 read_new->epoch = rl->read_current->epoch + 1; in tls12_record_layer_change_read_cipher_state()
591 tls12_record_protection_free(rl->read_current); in tls12_record_layer_change_read_cipher_state()
592 rl->read = rl->read_current = read_new; in tls12_record_layer_change_read_cipher_state()
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dtls12_record_layer.c182 struct tls12_record_protection *read_current; member
194 if ((rl->read_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()
199 rl->read = rl->read_current; in tls12_record_layer_new()
216 tls12_record_protection_free(rl->read_current); in tls12_record_layer_free()
585 read_new->epoch = rl->read_current->epoch + 1; in tls12_record_layer_change_read_cipher_state()
591 tls12_record_protection_free(rl->read_current); in tls12_record_layer_change_read_cipher_state()
592 rl->read = rl->read_current = read_new; in tls12_record_layer_change_read_cipher_state()
/dports/misc/gpsim/gpsim-0.31.0/regression/p12ce518/
H A Dp12ce518.asm75 .assert "W == 0x01, '*** FAILED read_current error'"
H A DEEdriver.asm119 read_current: label
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dtls12_record_layer.c171 struct tls12_record_protection *read_current; member
183 if ((rl->read_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()
188 rl->read = rl->read_current; in tls12_record_layer_new()
205 tls12_record_protection_free(rl->read_current); in tls12_record_layer_free()
565 tls12_record_protection_free(rl->read_current); in tls12_record_layer_change_read_cipher_state()
566 rl->read = rl->read_current = read_new; in tls12_record_layer_change_read_cipher_state()
/dports/x11-wm/mutter/mutter-41.1/src/backends/x11/
H A Dmeta-gpu-xrandr.c276 gpu_class->read_current = meta_gpu_xrandr_read_current; in meta_gpu_xrandr_class_init()
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dedit.py352 c = self.co.read_current(1)
365 c = self.co.read_current(1)
H A Dcontainer.py753 def read_current(self, n): member in Container
754 return self.__cur_workspace.read_current(n)
H A Dworkspace.py490 def read_current(self, n): member in Workspace
H A Dmethods.py1561 buf = self.co.read_current(amp)
1580 buf = self.co.read_current(amp)
2018 buf = self.co.read_current(siz)
/dports/x11-wm/mutter/mutter-41.1/src/backends/native/
H A Dmeta-gpu-kms.c421 gpu_class->read_current = meta_gpu_kms_read_current; in meta_gpu_kms_class_init()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/rocksdb/
H A Dha_rocksdb.cc1766 bool read_current = false, bool create_snapshot = true) { in get_iterator() argument
1771 DBUG_ASSERT(!read_current || !create_snapshot); in get_iterator()
1787 if (read_current) { in get_iterator()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/rocksdb/
H A Dha_rocksdb.cc1766 bool read_current = false, bool create_snapshot = true) { in get_iterator() argument
1771 DBUG_ASSERT(!read_current || !create_snapshot); in get_iterator()
1787 if (read_current) { in get_iterator()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/rocksdb/
H A Dha_rocksdb.cc1766 bool read_current = false, bool create_snapshot = true) { in get_iterator() argument
1771 DBUG_ASSERT(!read_current || !create_snapshot); in get_iterator()
1787 if (read_current) { in get_iterator()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/
H A Dha_rocksdb.cc2985 const rocksdb::Slice &eq_cond_upper_bound, bool read_current = false, in get_iterator() argument
2991 DBUG_ASSERT(!read_current || !create_snapshot); in get_iterator()
3008 if (read_current) { in get_iterator()

12