Home
last modified time | relevance | path

Searched defs:ibytes (Results 1 – 7 of 7) sorted by relevance

/external/tremolo/Tremolo/
Dvorbisfile.c721 long ibytes, ov_callbacks callbacks){ in _ov_open1()
810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks()
817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open()
833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_test_callbacks()
839 int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_test()
/external/libvorbis/lib/
Dvorbisfile.c873 long ibytes, ov_callbacks callbacks){ in _ov_open1()
988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks()
995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open()
1050 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_test_callbacks()
1056 int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_test()
/external/kernel-headers/original/uapi/linux/
Dmroute6.h111 unsigned long ibytes; /* In bytes */ member
Dmroute.h111 unsigned long ibytes; /* In bytes */ member
/external/openssh/
Dsshd.c1471 u_int64_t ibytes, obytes; local
Dclientloop.c1487 u_int64_t ibytes, obytes; in client_loop() local
Dpacket.c396 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes()