HomeSort by relevance Sort by last modified time
    Searched refs:ibytes (Results 1 - 12 of 12) 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...]
  /external/libvorbis/include/vorbis/
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);
  /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/libvorbis/lib/
vorbisfile.c 873 long ibytes, ov_callbacks callbacks){
891 char *buffer=ogg_sync_buffer(&vf->oy,ibytes);
892 memcpy(buffer,initial,ibytes);
893 ogg_sync_wrote(&vf->oy,ibytes);
988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes,
990 int ret=_ov_open1(f,vf,initial,ibytes,callbacks);
995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){
1003 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 500 byte[] ibytes = new byte[4];
501 int ret = readAll(is, ibytes);
503 ByteBuffer bb = ByteBuffer.wrap(ibytes);
  /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 885 milliseconds