Home
last modified time | relevance | path

Searched refs:READ_U16 (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Ddectx3gsub.c50 #define READ_U16() (pos[0] << 8) | pos[1]; pos += 2; macro
96 uint16_t textLength = READ_U16(); in tx3g_decode_to_ssa()
131 numStyleRecords = READ_U16(); in tx3g_decode_to_ssa()
138 styleRecords[i].startChar = READ_U16(); in tx3g_decode_to_ssa()
139 styleRecords[i].endChar = READ_U16(); in tx3g_decode_to_ssa()
140 styleRecords[i].fontID = READ_U16(); in tx3g_decode_to_ssa()
231 #undef READ_U16
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDCodecs/Overlay/
H A DDVDOverlayCodecTX3G.cpp35 #define READ_U16() (pos[0] << 8) | pos[1]; pos += 2; macro
107 uint16_t textLength = READ_U16(); in Decode()
154 numStyleRecords = READ_U16(); in Decode()
159 curRecord.bgnChar = READ_U16(); in Decode()
160 curRecord.endChar = READ_U16(); in Decode()
161 curRecord.fontID = READ_U16(); in Decode()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/wav/
H A Dwav_reader.c212 format = READ_U16(p_ctx, "wFormatTag"); in wav_reader_open()
213 channels = READ_U16(p_ctx, "nChannels"); in wav_reader_open()
216 block_align = READ_U16(p_ctx, "nBlockAlign"); in wav_reader_open()
217 bps = READ_U16(p_ctx, "wBitsPerSample"); in wav_reader_open()
220 cbsize = READ_U16(p_ctx, "cbSize"); in wav_reader_open()
286 mode = READ_U16(p_ctx, "mode"); in wav_reader_open()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h679 #define READ_U32(offset) ((uint32_t)READ_U16(offset) | ((uint32_t)READ_U16((offset) + 2) << 16))
732 num_channels = READ_U16(offset + 8); in jar_xm_get_memory_needed_for_context()
733 num_patterns = READ_U16(offset + 10); in jar_xm_get_memory_needed_for_context()
736 num_instruments = READ_U16(offset + 12); in jar_xm_get_memory_needed_for_context()
746 num_rows = READ_U16(offset + 5); in jar_xm_get_memory_needed_for_context()
757 num_samples = READ_U16(offset + 27); in jar_xm_get_memory_needed_for_context()
795 mod->length = READ_U16(offset + 4); in jar_xm_load_module()
797 mod->num_channels = READ_U16(offset + 8); in jar_xm_load_module()
798 mod->num_patterns = READ_U16(offset + 10); in jar_xm_load_module()
811 ctx->default_bpm = READ_U16(offset + 18); in jar_xm_load_module()
[all …]
/dports/games/heroes/heroes-0.21/src/lvl/
H A Daccess.h37 #define READ_U16(p, res) \ macro
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dwmsyunit.c269 #define READ_U16(a) (*(INT16 *)a) macro
273 #define READ_U16(a) ((INT16)((*(UINT8 *)a << 8) | *((UINT8 *)a+1))) macro
276 #define READ_U16(a) ((INT16)(*(UINT8 *)a | (*((UINT8 *)a+1) << 8))) macro
301 #define READ_INT16(REG) READ_U16(SCRATCH_RAM(REG))
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dmidyunit_machine.c281 #define READ_U16(a) (*(INT16 *)a) macro
285 #define READ_U16(a) ((INT16)((*(UINT8 *)a << 8) | *((UINT8 *)a+1))) macro
288 #define READ_U16(a) ((INT16)(*(UINT8 *)a | (*((UINT8 *)a+1) << 8))) macro
313 #define READ_INT16(REG) READ_U16(SCRATCH_RAM(REG))
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dmidyunit_machine.c281 #define READ_U16(a) (*(INT16 *)a) macro
285 #define READ_U16(a) ((INT16)((*(UINT8 *)a << 8) | *((UINT8 *)a+1))) macro
288 #define READ_U16(a) ((INT16)(*(UINT8 *)a | (*((UINT8 *)a+1) << 8))) macro
313 #define READ_INT16(REG) READ_U16(SCRATCH_RAM(REG))
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Ddecompress_impl.h205 len = READ_U16(); in FUNCNAME()
206 nlen = READ_U16(); in FUNCNAME()
H A Ddeflate_decompress.c299 #define READ_U16() (tmp16 = get_unaligned_le16(in_next), in_next += 2, tmp16) macro
/dports/archivers/libdeflate/libdeflate-1.8/lib/
H A Ddecompress_template.h197 len = READ_U16(); in FUNCNAME()
198 nlen = READ_U16(); in FUNCNAME()
H A Ddeflate_decompress.c321 #define READ_U16() (tmp16 = get_unaligned_le16(in_next), in_next += 2, tmp16) macro
/dports/biology/vt/vt-0.57721/lib/libdeflate/lib/
H A Ddecompress_template.h203 len = READ_U16(); in FUNCNAME()
204 nlen = READ_U16(); in FUNCNAME()
H A Ddeflate_decompress.c300 #define READ_U16() (tmp16 = get_unaligned_le16(in_next), in_next += 2, tmp16) macro
/dports/biology/plink/plink-ng-79b2df8c/2.0/libdeflate/lib/
H A Ddecompress_template.h197 len = READ_U16(); in FUNCNAME()
198 nlen = READ_U16(); in FUNCNAME()
H A Ddeflate_decompress.c323 #define READ_U16() (tmp16 = get_unaligned_le16(in_next), in_next += 2, tmp16) macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_io_helpers.h636 #define READ_U16(ctx,n) _READ_U16(ctx) macro
658 #define READ_U16(ctx,n) (uint16_t)vc_container_helper_read_debug(ctx, LOG_FORMAT_TYPE_UINT, 2, n, 0… macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mpeg/
H A Dps_reader.c208 length = READ_U16(ctx, "header_length"); in ps_read_system_header()
1217 length = READ_U16(ctx, "PES packet length"); in ps_reader_open()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/avi/
H A Davi_reader.c709 entry_size = READ_U16(p_ctx, "wLongsPerEntry"); in avi_scan_standard_index_chunk()
824 entry_size = READ_U16(p_ctx, "wLongsPerEntry"); in avi_scan_super_index_chunk()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/asf/
H A Dasf_reader.c72 #define ASF_READ_U16(ctx, size, n) (size -= 2, READ_U16(ctx,n))
84 (length) == 2 ? READ_U16(p_context, txt) : \
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mkv/
H A Dmatroska_reader.c62 #define MKV_READ_U16(ctx,n) (size -= 2, READ_U16(ctx,n))
918 case 2: *value = READ_U16(p_ctx, "u16-integer"); break; in mkv_read_element_data_uint()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/flash/
H A Dflv_reader.c351 length = READ_U16(p_ctx, "StringLength"); size -= 2; in flv_read_metadata()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/parisc/
H A Dlba_pci.c129 #define READ_U16(addr) __raw_readw(addr) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/parisc/
H A Dlba_pci.c129 #define READ_U16(addr) __raw_readw(addr) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/parisc/
H A Dlba_pci.c129 #define READ_U16(addr) __raw_readw(addr) macro

12