/external/tremolo/Tremolo/ |
D | ivorbisfile.h | 101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 103 char *initial, long ibytes, ov_callbacks callbacks); 105 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 107 char *initial, long ibytes, ov_callbacks callbacks);
|
D | vorbisfile.c | 721 long ibytes, ov_callbacks callbacks){ in _ov_open1() argument 742 unsigned char *buffer=ogg_sync_bufferin(vf->oy,ibytes); in _ov_open1() 743 memcpy(buffer,initial,ibytes); in _ov_open1() 744 ogg_sync_wrote(vf->oy,ibytes); in _ov_open1() 810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks() argument 812 int ret=_ov_open1(f,vf,initial,ibytes,callbacks); in ov_open_callbacks() 817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open() argument 825 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks); in ov_open() 833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_test_callbacks() argument 836 return _ov_open1(f,vf,initial,ibytes,callbacks); in ov_test_callbacks() [all …]
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 151 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 153 char *initial, long ibytes, ov_callbacks callbacks); 155 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes); 157 char *initial, long ibytes, ov_callbacks callbacks);
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 873 long ibytes, ov_callbacks callbacks){ in _ov_open1() argument 891 char *buffer=ogg_sync_buffer(&vf->oy,ibytes); in _ov_open1() 892 memcpy(buffer,initial,ibytes); in _ov_open1() 893 ogg_sync_wrote(&vf->oy,ibytes); in _ov_open1() 988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks() argument 990 int ret=_ov_open1(f,vf,initial,ibytes,callbacks); in ov_open_callbacks() 995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open() argument 1003 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks); in ov_open() 1050 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_test_callbacks() argument 1053 return _ov_open1(f,vf,initial,ibytes,callbacks); in ov_test_callbacks() [all …]
|
/external/kernel-headers/original/linux/ |
D | mroute6.h | 106 unsigned long ibytes; /* In bytes */ member
|
/external/openssh/ |
D | clientloop.c | 1385 u_int64_t ibytes, obytes; in client_loop() local 1645 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes); in client_loop() 1648 (unsigned long long)obytes, (unsigned long long)ibytes, total_time); in client_loop() 1651 obytes / total_time, ibytes / total_time); in client_loop()
|
D | sshd.c | 1323 u_int64_t ibytes, obytes; local 2052 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes); 2055 (unsigned long long)obytes, (unsigned long long)ibytes);
|