Searched refs:byte (Results 1 – 9 of 9) sorted by relevance
86 int byte, i, msbit; in krb5_nfold() local100 byte = 0; in krb5_nfold()119 byte += (((in[((inbits - 1) - (msbit >> 3)) % inbits] << 8)| in krb5_nfold()124 byte += out[i % outbits]; in krb5_nfold()125 out[i % outbits] = byte & 0xff; in krb5_nfold()128 byte >>= 8; in krb5_nfold()133 if (byte) { in krb5_nfold()136 byte += out[i]; in krb5_nfold()137 out[i] = byte & 0xff; in krb5_nfold()140 byte >>= 8; in krb5_nfold()
141 tristate "Tag driver for Realtek 4 byte protocol A tags"144 Realtek switches with 4 byte protocol A tags, such as found in148 tristate "Tag driver for Realtek 8 byte protocol 4 tags"151 switches with 8 byte protocol 4 tags, such as the Realtek RTL8365MB-VC.157 Renesas RZ/N1 embedded switch that uses an 8 byte tag located after191 Arrow SpeedChips XRS700x switches that use a single byte tag trailer.
706 u8 byte; in __ioam6_fill_trace_data() local712 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()714 byte--; in __ioam6_fill_trace_data()718 *(__be32 *)data = cpu_to_be32((byte << 24) | raw32); in __ioam6_fill_trace_data()807 byte = ipv6_hdr(skb)->hop_limit; in __ioam6_fill_trace_data()809 byte--; in __ioam6_fill_trace_data()813 *(__be64 *)data = cpu_to_be64(((u64)byte << 56) | raw64); in __ioam6_fill_trace_data()
887 unsigned char byte; in netlbl_bitmap_walk() local892 byte = bitmap[byte_offset]; in netlbl_bitmap_walk()897 if ((state && (byte & bitmask) == bitmask) || in netlbl_bitmap_walk()898 (state == 0 && (byte & bitmask) == 0)) in netlbl_bitmap_walk()905 byte = bitmap[++byte_offset]; in netlbl_bitmap_walk()
1319 int byte = (*++bp -'0'); in qword_get() local1321 byte = (byte << 3) | (*bp++ - '0'); in qword_get()1322 byte = (byte << 3) | (*bp++ - '0'); in qword_get()1323 *dest++ = byte; in qword_get()
22 } __mode(byte);
675 } __mode(byte);687 } __mode(byte);
626 tristate "Multi byte comparison"630 multiple byte comparisons mainly useful for IPv6 address comparisons.
1529 byte counter.
Completed in 31 milliseconds