Searched refs:tbyte (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wgetstr.c | 60 int tbyte = 0; in wgetnstr() local 145 tbyte++; in wgetnstr() 148 tbyte = 1; in wgetnstr() 153 if (docont && (tbyte >= eucw)) { in wgetnstr() 155 tbyte = 0; in wgetnstr()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_object_detector.c | 134 unsigned tbyte = sizeof(t) - sizeof(s); \ 136 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
|
H A D | dwarf_elfread.c | 143 unsigned tbyte = sizeof(t) - sizeof(s); \ 145 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
|
H A D | dwarf_debuglink.c | 87 unsigned tbyte = sizeof(t) - sizeof(s); \ 89 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
|
H A D | dwarf_xu_index.c | 87 unsigned tbyte = sizeof(t) - l; \ 93 dbg->de_copy_word(((char *)&t)+tbyte ,&s[0],l);\
|
H A D | dwarf_peread.c | 122 unsigned tbyte = sizeof(t) - sizeof(s); \ 124 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
|
H A D | dwarf_machoread.c | 110 unsigned tbyte = sizeof(t) - sizeof(s); \ 112 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
|
H A D | pro_forms.c | 57 unsigned tbyte = sizeof(t) - l; \ 59 dbg->de_copy_word(((char *)&t)+tbyte ,&s[0],l);\
|
H A D | dwarf_elf_load_headers.c | 108 unsigned tbyte = sizeof(t) - sizeof(s); \ 110 func(((char *)&t)+tbyte ,&s[0],sizeof(s)); \
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | display_sun4v.c | 708 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()
|
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 6836 unsigned char tbyte; in swap() local 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() 6852 Swp_p->s_byte[3] = tbyte; in swap() 6856 tbyte = Swp_p->s_byte[0]; in swap() 6858 Swp_p->s_byte[1] = tbyte; in swap() 6859 tbyte = Swp_p->s_byte[2]; in swap()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | mcp_public.h | 199 u64 tbyte; /* 0x6f (Offset 0x140) TX byte counter */ member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_l2.c | 1921 p_common->tx_mac_bytes += port_stats.eth.tbyte; in __ecore_get_vport_port_stats()
|