Searched refs:read_byte (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/images/
H A DSkImageDecoder_wbmp.cpp28 static bool read_byte(SkStream* stream, uint8_t* data) function
38 if (!read_byte(stream, &data)) {
56 if (!read_byte(stream, &data) || data != 0) { // unknown type
59 if (!read_byte(stream, &data) || (data & 0x9F)) { // skip fixed header
/external/jpeg/
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) function
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
98 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
99 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
100 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
101 (void) read_byte(sinfo);
209 /* inline copy of read_byte() for speed */
372 (void) read_byte(sourc
[all...]
H A Drdtarga.c88 read_byte (tga_source_ptr sinfo) function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
150 i = read_byte(sinfo);
445 (void) read_byte(source);
/external/qemu/distrib/jpeg-6b/
H A Drdbmp.c68 read_byte (bmp_source_ptr sinfo) function
90 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
91 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
92 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
98 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
99 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
100 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
101 (void) read_byte(sinfo);
209 /* inline copy of read_byte() for speed */
372 (void) read_byte(sourc
[all...]
H A Drdtarga.c88 read_byte (tga_source_ptr sinfo) function
111 sinfo->colormap[2][i] = (JSAMPLE) read_byte(sinfo);
112 sinfo->colormap[1][i] = (JSAMPLE) read_byte(sinfo);
113 sinfo->colormap[0][i] = (JSAMPLE) read_byte(sinfo);
150 i = read_byte(sinfo);
445 (void) read_byte(source);
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c60 static Bit8u read_byte();
861 video_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL);
864 vga_switches=read_byte(BIOSMEM_SEG,BIOSMEM_SWITCHES);
867 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
989 write_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL,read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL)&0x7f);
1063 modeset_ctl=read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL);
1100 current=read_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_PAGE);
1105 nbrows=read_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS)+1;
1148 mode=read_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MODE);
1159 nbrows=read_byte(BIOSMEM_SE
3582 read_byte(seg, offset) function
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c861 static Bit8u read_byte();
1272 read_byte(seg, offset) function
1530 while (c = read_byte(segment, offset)) {
1646 while (c = read_byte(get_CS(), s)) {
1675 c = read_byte(get_CS(), s); /* is it ld,lx,lu? */
2212 s3_resume_flag = read_byte(0x40, 0xb0);
2567 type=read_byte(ebda_seg,&EbdaData->ata.devices[device].type);
2582 removable = (read_byte(get_SS(),buffer+0) & 0x80) ? 1 : 0;
2583 mode = read_byte(get_SS(),buffer+96) ? ATA_MODE_PIO32 : ATA_MODE_PIO16;
2687 type = read_byte(get_S
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dnand.h290 * @read_byte: [REPLACEABLE] read one byte from the chip
346 uint8_t (*read_byte)(struct mtd_info *mtd); member in struct:nand_chip

Completed in 124 milliseconds