Home
last modified time | relevance | path

Searched refs:byte_count (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Djmemdos.c245 long file_offset, long byte_count) in read_file_store() argument
253 (unsigned short) byte_count)) in read_file_store()
269 (unsigned short) byte_count)) in write_file_store()
335 long file_offset, long byte_count) in read_xms_store() argument
345 spec.length = byte_count & (~ 1L); in read_xms_store()
357 if (ODD(byte_count)) { in read_xms_store()
378 spec.length = byte_count & (~ 1L); in write_xms_store()
390 if (ODD(byte_count)) { in write_xms_store()
493 long file_offset, long byte_count) in read_ems_store() argument
498 spec.length = byte_count; in read_ems_store()
[all …]
A Djmemansi.c99 long file_offset, long byte_count) in read_backing_store() argument
103 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store()
104 != (size_t) byte_count) in read_backing_store()
112 long file_offset, long byte_count) in write_backing_store() argument
116 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store()
117 != (size_t) byte_count) in write_backing_store()
A Djmem-android.c102 long file_offset, long byte_count) in read_backing_store() argument
106 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store()
107 != (size_t) byte_count) in read_backing_store()
115 long file_offset, long byte_count) in write_backing_store() argument
119 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store()
120 != (size_t) byte_count) in write_backing_store()
A Djmemname.c206 long file_offset, long byte_count) in read_backing_store() argument
210 if (JFREAD(info->temp_file, buffer_address, byte_count) in read_backing_store()
211 != (size_t) byte_count) in read_backing_store()
219 long file_offset, long byte_count) in write_backing_store() argument
223 if (JFWRITE(info->temp_file, buffer_address, byte_count) in write_backing_store()
224 != (size_t) byte_count) in write_backing_store()
A Djmemmac.c156 long file_offset, long byte_count) in read_backing_store() argument
158 long bytes = byte_count; in read_backing_store()
166 if ( retVal != noErr || bytes != byte_count ) in read_backing_store()
174 long file_offset, long byte_count) in write_backing_store() argument
176 long bytes = byte_count; in write_backing_store()
184 if ( retVal != noErr || bytes != byte_count ) in write_backing_store()
/AliOS-Things-master/components/mbmaster/src/api/
A Dmain_process.c151 uint8_t byte_count; in mbmaster_main_type3_process() local
160 byte_count = quantity / 8; in mbmaster_main_type3_process()
161 byte_count = (quantity % 8)?(byte_count + 1):byte_count; in mbmaster_main_type3_process()
162 … pdu_type1221n_assemble(req_handler, function_code, start_addr, quantity, byte_count, outputs_buf); in mbmaster_main_type3_process()
165 byte_count = quantity * 2; in mbmaster_main_type3_process()
166 … pdu_type1221n_assemble(req_handler, function_code, start_addr, quantity, byte_count, outputs_buf); in mbmaster_main_type3_process()
/AliOS-Things-master/components/mbmaster/src/pdu/
A Dpdu.c38 uint16_t quantity, uint8_t byte_count, uint8_t *outputs_buf) in pdu_type1221n_assemble() argument
55 pdu_buf[5] = byte_count; in pdu_type1221n_assemble()
57 memcpy(&pdu_buf[6], outputs_buf, byte_count); in pdu_type1221n_assemble()
66 req_handler->pdu_length = 6 + byte_count; in pdu_type1221n_assemble()
A Dpdu.h51 uint16_t quantity, uint8_t byte_count, uint8_t *outputs_buf);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemsys.h144 long file_offset, long byte_count));
148 long file_offset, long byte_count));
A Djmemmgr.c694 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
709 byte_count = rows * bytesperrow; in do_sarray_io()
713 file_offset, byte_count); in do_sarray_io()
717 file_offset, byte_count); in do_sarray_io()
718 file_offset += byte_count; in do_sarray_io()
727 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
742 byte_count = rows * bytesperrow; in do_barray_io()
746 file_offset, byte_count); in do_barray_io()
750 file_offset, byte_count); in do_barray_io()
751 file_offset += byte_count; in do_barray_io()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2ps.c2156 tsize_t chunk_size, byte_count; in PS_Lvl2page() local
2229 byte_count = TIFFReadRawTile(tif, chunk_no, in PS_Lvl2page()
2232 byte_count = TIFFReadRawStrip(tif, chunk_no, in PS_Lvl2page()
2235 TIFFReverseBits(buf_data, byte_count); in PS_Lvl2page()
2238 byte_count = TIFFReadEncodedTile(tif, in PS_Lvl2page()
2242 byte_count = TIFFReadEncodedStrip(tif, in PS_Lvl2page()
2246 if (byte_count < 0) { in PS_Lvl2page()
2257 PS_FlipBytes(buf_data, byte_count); in PS_Lvl2page()
2286 byte_count -= j; in PS_Lvl2page()
2296 for (cp = buf_data; byte_count > 0; byte_count--) in PS_Lvl2page()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/
A Djpeg-9b.patch787 + long file_offset, long byte_count)
791 + if (JFREAD(info->temp_file, buffer_address, byte_count)
792 + != (size_t) byte_count)
800 + long file_offset, long byte_count)
804 + if (JFWRITE(info->temp_file, buffer_address, byte_count)
805 + != (size_t) byte_count)
/AliOS-Things-master/components/freetype/include/internal/
A Dtttypes.h1014 FT_UInt byte_count );
/AliOS-Things-master/components/freetype/src/truetype/
A Dttgload.c282 FT_UInt byte_count ) in TT_Access_Glyph_Frame() argument
294 if ( FT_STREAM_SEEK( offset ) || FT_FRAME_ENTER( byte_count ) ) in TT_Access_Glyph_Frame()

Completed in 27 milliseconds