Home
last modified time | relevance | path

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

/dports/archivers/upx/upx-3.96/src/filter/
H A Dsub8.h36 #define SUB8(f, N) SUB(f, N, unsigned char, get_8, set_8)
37 #define ADD8(f, N) ADD(f, N, unsigned char, get_8, set_8)
38 #define SCAN8(f, N) SCAN(f, N, unsigned char, get_8, set_8)
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dserialize.c99 static inline uint8_t * set_8(uint8_t * data, uint8_t val) in set_8() function
192 pos = set_8(pos, 1); in bg_serialize_audio_format()
194 pos = set_8(pos, 0); in bg_serialize_audio_format()
200 pos = set_8(pos, format->sample_format); in bg_serialize_audio_format()
201 pos = set_8(pos, format->interleave_mode); in bg_serialize_audio_format()
207 pos = set_8(pos, format->channel_locations[i]); in bg_serialize_audio_format()
254 pos = set_8(pos, format->framerate_mode); in bg_serialize_video_format()
255 pos = set_8(pos, format->interlace_mode); in bg_serialize_video_format()
256 pos = set_8(pos, format->chroma_placement); in bg_serialize_video_format()
348 pos = set_8(pos, frame->interlace_mode); in bg_serialize_video_frame_header()
H A Dmsgqueue.c338 static inline uint8_t * set_8(uint8_t * data, uint8_t val) in set_8() function
/dports/sysutils/syslinux/syslinux-6.03/libinstaller/
H A Dsyslxint.h78 static inline void set_8(uint8_t *p, uint8_t v) in set_8() function
158 set_8((uint8_t _force *)p, v); in set_8_sl()
/dports/archivers/upx/upx-3.96/src/
H A Dfilteri.cpp41 #define set_8(p, v) (*(p) = (v)) macro