HomeSort by relevance Sort by last modified time
    Searched refs:read_1_byte (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
rdjpgcom.c 72 read_1_byte (void) function
143 c = read_1_byte();
146 c = read_1_byte();
152 c = read_1_byte();
207 (void) read_1_byte();
239 ch = read_1_byte();
287 data_precision = read_1_byte();
290 num_components = read_1_byte();
317 (void) read_1_byte(); /* Component ID code */
318 (void) read_1_byte(); /* H, V sampling factors *
    [all...]
wrjpgcom.c 86 read_1_byte (void) function
187 c = read_1_byte();
190 c = read_1_byte();
196 c = read_1_byte();
252 write_1_byte(read_1_byte());
271 (void) read_1_byte();
  /toolchain/binutils/binutils-2.27/bfd/
dwarf2.c 562 read_1_byte (bfd *abfd ATTRIBUTE_UNUSED, bfd_byte *buf, bfd_byte *end) function
912 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr, abbrev_end);
1105 blk->size = read_1_byte (abfd, info_ptr, info_ptr_end);
1112 attr->u.val = read_1_byte (abfd, info_ptr, info_ptr_end);
1116 attr->u.val = read_1_byte (abfd, info_ptr, info_ptr_end);
1131 attr->u.val = read_1_byte (abfd, info_ptr, info_ptr_end);
    [all...]

Completed in 445 milliseconds