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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 20 void AddBytes(int ibytes) {byte_count_ += ibytes;}
53 void Add(uint8 ikey, int ibytes, int score, int ireliability);
tote.cc 162 // Weight reliability by ibytes
164 void ToteWithReliability::Add(uint8 ikey, int ibytes,
173 value_[sub0] += ibytes;
175 reliability_[sub0] += ireliability * ibytes;
180 value_[sub1] += ibytes;
182 reliability_[sub1] += ireliability * ibytes;
187 value_[sub2] += ibytes;
189 reliability_[sub2] += ireliability * ibytes;
208 value_[alloc] = ibytes;
210 reliability_[alloc] = ireliability * ibytes;
    [all...]
  /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 515 byte[] ibytes = new byte[4];
516 int ret = readAll(is, ibytes);
518 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 759 milliseconds