Home
last modified time | relevance | path

Searched refs:tbyte (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwgetstr.c62 int tbyte = 0; in wgetnstr() local
147 tbyte++; in wgetnstr()
150 tbyte = 1; in wgetnstr()
155 if (docont && (tbyte >= eucw)) { in wgetnstr()
157 tbyte = 0; in wgetnstr()
/titanic_41/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c708 uint64_t tbyte = kbyte * gbyte; in print_memory_segment_size() local
711 if (size >= tbyte) { in print_memory_segment_size()
712 if (size % tbyte == 0) in print_memory_segment_size()
714 (int)(size / tbyte)); in print_memory_segment_size()
717 (float)size / tbyte); in print_memory_segment_size()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c6826 unsigned char tbyte; in swap() local
6838 tbyte = Swp_p->s_byte[0]; in swap()
6840 Swp_p->s_byte[1] = tbyte; in swap()
6841 tbyte = Swp_p->s_byte[2]; in swap()
6843 Swp_p->s_byte[3] = tbyte; in swap()
6847 tbyte = Swp_p->s_byte[0]; in swap()
6849 Swp_p->s_byte[1] = tbyte; in swap()
6850 tbyte = Swp_p->s_byte[2]; in swap()