Home
last modified time | relevance | path

Searched refs:read8 (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Scripts/
Delf-dump28 def read8(self):
106 st_info = f.read8()[0]
111 print " ('st_other', %s)" % common_dump.HexDump(f.read8())
144 fileclass = f.read8()
153 byteordering = f.read8()
162 print "('e_indent[EI_VERSION]', %s)" % common_dump.HexDump(f.read8())
163 print "('e_indent[EI_OSABI]', %s)" % common_dump.HexDump(f.read8())
164 print "('e_indent[EI_ABIVERSION]', %s)" % common_dump.HexDump(f.read8())
Dmacho-dumpx33 def read8(self):
189 n_type = f.read8()
191 n_sect = f.read8()
/external/syslinux/libfat/
Dopen.c50 if ((uint8_t) (1 << i) == read8(&bs->bsSecPerClust)) in libfat_open()
69 fs->rootdir = fs->fat + fatsize * read8(&bs->bsFATs); in libfat_open()
Dulint.h32 static inline unsigned char read8(le8_t * _p) in read8() function
/external/compiler-rt/lib/tsan/
Dcheck_analyze.sh41 for f in read1 read2 read4 read8; do