Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c790 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
793 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
820 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
881 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
885 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
910 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_q_tbl()
1053 byte = get_byte(buf); in get_word_be()
1057 byte = get_byte(buf); in get_word_be()
1070 get_byte(buf); in skip()
1129 c = get_byte(&jpeg_buffer); in s5p_jpeg_parse_hdr()
[all …]
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c80 static inline uint8_t get_byte(int index, bool neg) in get_byte() function
93 *ptr++ = get_byte(i, neg_first); in init_test_data_s8()
94 *ptr++ = get_byte(i, !neg_first); in init_test_data_s8()
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c37 static inline u8 get_byte(struct ks_wlan_private *priv) in get_byte() function
51 data = (get_byte(priv) & 0xff); in get_word()
52 data |= ((get_byte(priv) << 8) & 0xff00); in get_word()
60 data = (get_byte(priv) & 0xff); in get_dword()
61 data |= ((get_byte(priv) << 8) & 0x0000ff00); in get_dword()
62 data |= ((get_byte(priv) << 16) & 0x00ff0000); in get_dword()
63 data |= ((get_byte(priv) << 24) & 0xff000000); in get_dword()
925 rssi = get_byte(priv); in hostif_phy_information_confirm()
926 signal = get_byte(priv); in hostif_phy_information_confirm()
927 get_byte(priv); /* noise */ in hostif_phy_information_confirm()
[all …]
/openbmc/qemu/hw/net/
H A Di82596.c86 static uint8_t get_byte(uint32_t addr) in get_byte() function
257 byte_cnt = get_byte(s->cmd_p + 8) & 0x0f; in command_loop()
410 s->sysbus = get_byte(s->scp + 3); /* big endian */ in signal_ca()
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/openbmc/linux/lib/
H A Dinflate.c233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
1219 flags = (uch)get_byte(); in gunzip()
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c571 static int get_byte(struct jpeg_buffer *buf) in get_byte() function
618 c = get_byte(&jpeg_buffer); in jpu_parse_hdr()
632 get_byte(&jpeg_buffer) != 3) /* YCbCr only */ in jpu_parse_hdr()
636 return get_byte(&jpeg_buffer); in jpu_parse_hdr()