Searched refs:get_byte (Results 1 – 6 of 6) sorted by relevance
789 static int get_byte(struct s5p_jpeg_buffer *buf);814 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()818 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()821 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()848 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()855 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()869 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()902 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()909 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()913 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()[all …]
34 static inline u8 get_byte(struct ks_wlan_private *priv) in get_byte() function48 data = (get_byte(priv) & 0xff); in get_word()49 data |= ((get_byte(priv) << 8) & 0xff00); in get_word()57 data = (get_byte(priv) & 0xff); in get_dword()58 data |= ((get_byte(priv) << 8) & 0x0000ff00); in get_dword()59 data |= ((get_byte(priv) << 16) & 0x00ff0000); in get_dword()60 data |= ((get_byte(priv) << 24) & 0xff000000); in get_dword()872 rssi = get_byte(priv); in hostif_phy_information_confirm()873 signal = get_byte(priv); in hostif_phy_information_confirm()874 noise = get_byte(priv); in hostif_phy_information_confirm()[all …]
61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
65 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })1219 flags = (uch)get_byte(); in gunzip()
578 static int get_byte(struct jpeg_buffer *buf) in get_byte() function624 c = get_byte(&jpeg_buffer); in jpu_parse_hdr()638 get_byte(&jpeg_buffer) != 3) /* YCbCr only */ in jpu_parse_hdr()642 return get_byte(&jpeg_buffer); in jpu_parse_hdr()