Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dimage-bmp.c41 static unsigned short read_word(FILE *fp);
91 read_word(fp); /* Skip reserved stuff */ in _cupsImageReadBMP()
92 read_word(fp); in _cupsImageReadBMP()
111 planes = read_word(fp); in _cupsImageReadBMP()
112 depth = read_word(fp); in _cupsImageReadBMP()
492 read_word(FILE *fp) /* I - File to read from */ in read_word() function
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
159 first_word = read_word(binary, 0, True)
162 first_word = read_word(binary, 0, False)
181 version = read_word(preamble, 1, little_endian)
189 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
190 read_word(preamble, 2, little_endian) != 0x00070000:
193 if read_word(preamble, 4, little_endian) != 0:
/third_party/spirv-tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
159 first_word = read_word(binary, 0, True)
162 first_word = read_word(binary, 0, False)
181 version = read_word(preamble, 1, little_endian)
189 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
190 read_word(preamble, 2, little_endian) != 0x00070000:
193 if read_word(preamble, 4, little_endian) != 0:
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py145 def read_word(binary, index, little_endian): function
159 first_word = read_word(binary, 0, True)
162 first_word = read_word(binary, 0, False)
181 version = read_word(preamble, 1, little_endian)
189 if read_word(preamble, 2, little_endian) != 0x000d0007 and \
190 read_word(preamble, 2, little_endian) != 0x00070000:
193 if read_word(preamble, 4, little_endian) != 0:
/third_party/ffmpeg/libavfilter/
Dvf_readeia608.c362 s->read_line[1] = read_word; in READ_LINE()