/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 unsigned long ibytes; member in struct:sioc_mif_req6
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
mroute.h | 102 unsigned long ibytes; member in struct:sioc_vif_req
|
mroute6.h | 101 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 | 695 byte[] ibytes = new byte[4]; 696 int ret = readAll(is, ibytes); 698 ByteBuffer bb = ByteBuffer.wrap(ibytes);
|
/external/openssh/ |
clientloop.c | 1473 u_int64_t ibytes, obytes; local [all...] |
sshd.c | 1459 u_int64_t ibytes, obytes; local [all...] |
packet.c | 395 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) 397 if (ibytes) 398 *ibytes = ssh->state->p_read.bytes; [all...] |