Searched refs:ibytes (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmcore-dis.c92 unsigned char ibytes[4]; local
101 status = info->read_memory_func (memaddr, ibytes, 2, info);
110 inst = (ibytes[0] << 8) | ibytes[1];
112 inst = (ibytes[1] << 8) | ibytes[0];
232 status = info->read_memory_func (val, ibytes, 4, info);
240 val = (ibytes[3] << 24) | (ibytes[2] << 16)
241 | (ibytes[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c124 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
126 char *initial, long ibytes, ov_callbacks callbacks);
129 extern int ov_open(Tcl_Interp *interp, Tcl_Channel *f,OggVorbis_File *vf,char *initial,long ibytes);
131 char *initial, long ibytes, ov_callbacks callbacks);
133 extern int ov_test(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
135 char *initial, long ibytes, ov_callbacks callbacks);
951 long ibytes, ov_callbacks callbacks){
968 char *buffer=ogg_sync_buffer(&vf->oy,ibytes);
969 memcpy(buffer,initial,ibytes);
970 ogg_sync_wrote(&vf->oy,ibytes);
950 _ov_open1(Tcl_Interp *interp,Tcl_Channel *f,OggVorbis_File *vf,char *initial, long ibytes, ov_callbacks callbacks) argument
1051 ov_open_callbacks(Tcl_Interp *interp,Tcl_Channel *f,OggVorbis_File *vf,char *initial,long ibytes, ov_callbacks callbacks) argument
1059 ov_open(Tcl_Interp *interp,Tcl_Channel *f,OggVorbis_File *vf,char *initial,long ibytes) argument
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dclientloop.c1553 u_int64_t ibytes, obytes; local
1822 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes);
1825 (unsigned long long)obytes, (unsigned long long)ibytes, total_time);
1828 obytes / total_time, ibytes / total_time);
H A Dsshd.c1359 u_int64_t ibytes, obytes; local
2157 packet_get_state(MODE_IN, NULL, NULL, NULL, &ibytes);
2160 (unsigned long long)obytes, (unsigned long long)ibytes);
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dif.c264 u_int64_t ibytes = 0; local
390 ibytes = if2m->ifm_data.ifi_ibytes;
559 show_stat("llu", 10, ibytes, link_layer|network_layer);

Completed in 127 milliseconds