Home
last modified time | relevance | path

Searched refs:FLAC__uint16 (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/flac-1.3.3/src/include/private/
H A Dcrc.h48 extern FLAC__uint16 const FLAC__crc16_table[8][256];
56 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/games/libretro-opera/opera-libretro-5781f68/deps/flac-1.3.3/src/include/private/
H A Dcrc.h50 extern FLAC__uint16 const FLAC__crc16_table[8][256];
58 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
59 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
60 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/include/private/
H A Dcrc.h48 extern FLAC__uint16 const FLAC__crc16_table[8][256];
56 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/include/private/
H A Dcrc.h50 extern FLAC__uint16 const FLAC__crc16_table[8][256];
58 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
59 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
60 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/deps/flac-1.3.3/src/include/private/
H A Dcrc.h50 extern FLAC__uint16 const FLAC__crc16_table[8][256];
58 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
59 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
60 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/private/
H A Dcrc.h48 extern FLAC__uint16 const FLAC__crc16_table[8][256];
56 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/audio/flac/flac-1.3.4/src/libFLAC/include/private/
H A Dcrc.h48 extern FLAC__uint16 const FLAC__crc16_table[8][256];
56 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/audio/praat/praat-6.2.03/external/flac/
H A Dflac_private_crc.h48 extern FLAC__uint16 const FLAC__crc16_table[8][256];
56 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
57 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
58 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
H A Dflac_crc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/deps/flac-1.3.3/src/include/private/
H A Dcrc.h50 extern FLAC__uint16 const FLAC__crc16_table[8][256];
58 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len);
59 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc);
60 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc);
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/deps/flac-1.3.3/src/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/flac-1.3.3/src/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/deps/flac-1.3.3/src/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/audio/flac/flac-1.3.4/src/libFLAC/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/games/libretro-opera/opera-libretro-5781f68/deps/flac-1.3.3/src/
H A Dcrc.c78 FLAC__uint16 const FLAC__crc16_table[8][256] = {
348 FLAC__uint16 polynomial, crc;
376 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
378 FLAC__uint16 crc = 0; in FLAC__crc16()
398 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
422 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/
H A Dcrc.c74 FLAC__uint16 const FLAC__crc16_table[8][256] = {
350 FLAC__uint16 FLAC__crc16(const FLAC__byte *data, uint32_t len) in FLAC__crc16()
352 FLAC__uint16 crc = 0; in FLAC__crc16()
372 FLAC__uint16 FLAC__crc16_update_words32(const FLAC__uint32 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words32()
396 FLAC__uint16 FLAC__crc16_update_words64(const FLAC__uint64 *words, uint32_t len, FLAC__uint16 crc) in FLAC__crc16_update_words64()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/plugin_common/
H A Dtags.c37 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s) in local__wide_strlen()
93 static FLaC__INLINE size_t local__utf8_to_ucs2(const FLAC__byte *utf8, FLAC__uint16 *ucs2) in local__utf8_to_ucs2()
111 static FLAC__uint16 *local__convert_utf8_to_ucs2(const char *src, unsigned length) in local__convert_utf8_to_ucs2()
113 FLAC__uint16 *out; in local__convert_utf8_to_ucs2()
131 out = (FLAC__uint16*)safe_malloc_mul_2op_(chars, /*times*/sizeof(FLAC__uint16)); in local__convert_utf8_to_ucs2()
140 FLAC__uint16 *u = out; in local__convert_utf8_to_ucs2()
148 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2) in local__ucs2len()
158 static FLaC__INLINE size_t local__ucs2_to_utf8(FLAC__uint16 ucs2, FLAC__byte *utf8) in local__ucs2_to_utf8()
177 static char *local__convert_ucs2_to_utf8(const FLAC__uint16 *src, unsigned length) in local__convert_ucs2_to_utf8()
283 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name) in FLAC_plugin__tags_get_tag_ucs2()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/plugin_common/
H A Dtags.c37 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s) in local__wide_strlen()
93 static FLaC__INLINE size_t local__utf8_to_ucs2(const FLAC__byte *utf8, FLAC__uint16 *ucs2) in local__utf8_to_ucs2()
111 static FLAC__uint16 *local__convert_utf8_to_ucs2(const char *src, unsigned length) in local__convert_utf8_to_ucs2()
113 FLAC__uint16 *out; in local__convert_utf8_to_ucs2()
131 out = (FLAC__uint16*)safe_malloc_mul_2op_(chars, /*times*/sizeof(FLAC__uint16)); in local__convert_utf8_to_ucs2()
140 FLAC__uint16 *u = out; in local__convert_utf8_to_ucs2()
148 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2) in local__ucs2len()
158 static FLaC__INLINE size_t local__ucs2_to_utf8(FLAC__uint16 ucs2, FLAC__byte *utf8) in local__ucs2_to_utf8()
177 static char *local__convert_ucs2_to_utf8(const FLAC__uint16 *src, unsigned length) in local__convert_ucs2_to_utf8()
283 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name) in FLAC_plugin__tags_get_tag_ucs2()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/plugin_common/
H A Dtags.c38 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s) in local__wide_strlen()
94 static size_t local__utf8_to_ucs2(const FLAC__byte *utf8, FLAC__uint16 *ucs2) in local__utf8_to_ucs2()
112 static FLAC__uint16 *local__convert_utf8_to_ucs2(const char *src, unsigned length) in local__convert_utf8_to_ucs2()
114 FLAC__uint16 *out; in local__convert_utf8_to_ucs2()
132 out = safe_malloc_mul_2op_(chars, /*times*/sizeof(FLAC__uint16)); in local__convert_utf8_to_ucs2()
141 FLAC__uint16 *u = out; in local__convert_utf8_to_ucs2()
149 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2) in local__ucs2len()
159 static size_t local__ucs2_to_utf8(FLAC__uint16 ucs2, FLAC__byte *utf8) in local__ucs2_to_utf8()
178 static char *local__convert_ucs2_to_utf8(const FLAC__uint16 *src, unsigned length) in local__convert_ucs2_to_utf8()
284 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name) in FLAC_plugin__tags_get_tag_ucs2()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/plugin_common/
H A Dtags.c38 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s)
94 static size_t local__utf8_to_ucs2(const FLAC__byte *utf8, FLAC__uint16 *ucs2)
112 static FLAC__uint16 *local__convert_utf8_to_ucs2(const char *src, unsigned length)
114 FLAC__uint16 *out;
132 out = safe_malloc_mul_2op_(chars, /*times*/sizeof(FLAC__uint16));
141 FLAC__uint16 *u = out;
149 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2)
159 static size_t local__ucs2_to_utf8(FLAC__uint16 ucs2, FLAC__byte *utf8)
178 static char *local__convert_ucs2_to_utf8(const FLAC__uint16 *src, unsigned length)
284 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name)
[all …]
/dports/audio/flac/flac-1.3.4/src/plugin_common/
H A Dtags.c38 static FLaC__INLINE size_t local__wide_strlen(const FLAC__uint16 *s) in local__wide_strlen()
94 static size_t local__utf8_to_ucs2(const FLAC__byte *utf8, FLAC__uint16 *ucs2) in local__utf8_to_ucs2()
112 static FLAC__uint16 *local__convert_utf8_to_ucs2(const char *src, uint32_t length) in local__convert_utf8_to_ucs2()
114 FLAC__uint16 *out; in local__convert_utf8_to_ucs2()
132 out = safe_malloc_mul_2op_(chars, /*times*/sizeof(FLAC__uint16)); in local__convert_utf8_to_ucs2()
141 FLAC__uint16 *u = out; in local__convert_utf8_to_ucs2()
149 static FLaC__INLINE size_t local__ucs2len(FLAC__uint16 ucs2) in local__ucs2len()
159 static size_t local__ucs2_to_utf8(FLAC__uint16 ucs2, FLAC__byte *utf8) in local__ucs2_to_utf8()
178 static char *local__convert_ucs2_to_utf8(const FLAC__uint16 *src, uint32_t length) in local__convert_ucs2_to_utf8()
284 FLAC__uint16 *FLAC_plugin__tags_get_tag_ucs2(const FLAC__StreamMetadata *tags, const char *name) in FLAC_plugin__tags_get_tag_ucs2()
[all …]
/dports/audio/flac/flac-1.3.4/src/test_libFLAC/
H A Dcrc.c31 static FLAC__uint16 crc16_update_ref(FLAC__byte byte, FLAC__uint16 crc);
92 static FLAC__uint16 crc16_update_ref(FLAC__byte byte, FLAC__uint16 crc) in crc16_update_ref()
140 FLAC__uint16 crc0,crc1; in test_crc16()
170 FLAC__uint16 crc0,crc1; in test_crc16_update()
195 FLAC__uint16 crc0,crc1; in test_crc16_32bit_words()
235 FLAC__uint16 crc0,crc1; in test_crc16_64bit_words()
/dports/games/redeclipse/base-2.0.0/bin/redeclipse.app/Contents/Frameworks/SDL2_mixer.framework/Versions/A/Frameworks/FLAC.framework/Versions/A/Headers/FLAC/
H A Dordinals.h46 typedef unsigned __int16 FLAC__uint16; typedef
53 typedef unsigned short FLAC__uint16; typedef
60 typedef uint16_t FLAC__uint16; typedef

12345678910>>...12