HomeSort by relevance Sort by last modified time
    Searched refs:ibytes (Results 1 - 9 of 9) sorted by null

  /external/tremolo/Tremolo/
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);
vorbisfile.c 721 long ibytes, ov_callbacks callbacks){
742 unsigned char *buffer=ogg_sync_bufferin(vf->oy,ibytes);
743 memcpy(buffer,initial,ibytes);
744 ogg_sync_wrote(vf->oy,ibytes);
810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
812 int ret=_ov_open1(f,vf,initial,ibytes,callbacks);
817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
825 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks);
833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
836 return _ov_open1(f,vf,initial,ibytes,callbacks)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mroute.h 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mroute.h 105 unsigned long ibytes; /* In bytes */ member in struct:sioc_vif_req
  /bionic/libc/kernel/common/linux/
mroute6.h 97 unsigned long ibytes; member in struct:sioc_mif_req6
  /external/kernel-headers/original/linux/
mroute6.h 106 unsigned long ibytes; /* In bytes */ member in struct:sioc_mif_req6
  /external/openssh/
clientloop.c 1385 u_int64_t ibytes, obytes; local
    [all...]
sshd.c 1323 u_int64_t ibytes, obytes; local
    [all...]

Completed in 1730 milliseconds