Home
last modified time | relevance | path

Searched refs:decode_c (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/hs-git-annex/git-annex-8.20210903/Types/
H A DTransferrer.hs109 TransferOutput . OutputMessage . encodeBS . decode_c
111 TransferOutput . OutputError . decode_c
125 TransferOutput . JSONObject . encodeBL . decode_c
146 deserialize ('r':r) = Just (TransferRemoteName (decode_c r))
159 AssociatedFile $ Just $ toRawFilePath $ decode_c s
/dports/devel/hs-git-annex/git-annex-8.20210903/Utility/
H A DFormat.hs13 decode_c,
73 gen = filter (not . empty) . fuse [] . scan [] . decode_c
125 decode_c :: FormatString -> String
126 decode_c [] = [] function
127 decode_c s = unescape ("", s) function
201 prop_encode_c_decode_c_roundtrip s = s' == decode_c (encode_c s')
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libpvf/
H A Dzyxel-o56k.c50 static short decode_c (short Delta_N, char c);
108 xn1 += decode_c(Delta_N, codeword); in pvftozo56k()
178 xn1 += decode_c(Delta_N, codeword); in zo56ktopvf()
233 static short decode_c (short Delta_N, char c) in decode_c() function
/dports/graphics/R-cran-farver/farver/R/
H A Ddecode.R51 colours <- decode_c(colour, alpha, colourspace_match(to), white, na_value)
56 decode_c <- function(colour, alpha, to, white, na_value) { function
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DFilename.hs12 import Utility.Format (decode_c, encode_c)
30 encodeBS $ decode_c $ decodeBS i
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/dms/
H A Du_heavy.c33 USHORT decode_c(void);
62 c = decode_c(); in Unpack_HEAVY()
77 INLINE USHORT decode_c(void){ in decode_c() function
/dports/archivers/xdms/xdms-1.3.2/src/
H A Du_heavy.c33 INLINE USHORT decode_c(void);
62 c = decode_c(); in Unpack_HEAVY()
77 INLINE USHORT decode_c(void){ in decode_c() function
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/dms/
H A Du_heavy.cpp33 INLINE USHORT decode_c(void);
62 c = decode_c(); in Unpack_HEAVY()
77 INLINE USHORT decode_c(void){ in decode_c() function
/dports/graphics/R-cran-farver/farver/src/
H A Dinit.cpp19 {"decode_c", (DL_FUNC) &decode_c, 5},
/dports/archivers/unarj/unarj-2.65/
H A Ddecode.c73 static ushort decode_c(void);
283 decode_c() in decode_c() function
369 if ((c = decode_c()) <= UCHAR_MAX) in decode()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Ddecode.c51 c = decode_c();
H A Dar.h92 uint decode_c PARMS((void ));
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DArjDecoder1.h83 UInt32 decode_c();
H A DArjDecoder1.cpp190 UInt32 CCoder::decode_c() in decode_c() function in NCompress::NArj::NDecoder1::CCoder
285 UInt32 number = decode_c(); in CodeReal()
/dports/audio/ocp/ocp-0.2.90/playym/lzh/
H A Dlzh.h113 ushort decode_c(void);
H A Dlzhlib.cpp305 ushort CLzhDepacker::decode_c (void) in decode_c() function in CLzhDepacker
396 c = decode_c (); in decode()
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/lzh/
H A Dlzh.h108 ushort decode_c(void);
H A Dlzhlib.cpp291 ushort CLzhDepacker::decode_c (void) in decode_c() function in CLzhDepacker
382 c = decode_c (); in decode()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vtx/
H A Dlh5dec.c197 static unsigned short decode_c(void) in decode_c() function
253 c = decode_c(); in decode()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vtx/
H A Dlh5dec.cc203 static unsigned short decode_c() in decode_c() function
259 c = decode_c(); in decode()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/made/
H A Dredreader.h93 unsigned int decode_c();
/dports/games/scummvm/scummvm-2.5.1/engines/made/
H A Dredreader.h93 unsigned int decode_c();
/dports/archivers/libarc/libarc-2.0.2/
H A Dunlzh.c82 unsigned short (* decode_c)(UNLZHHandler decoder); member
160 unsigned short (*decode_c)(UNLZHHandler decoder); member
242 decoder->decode_c = method_table[i].decode_c; in open_unlzh_handler()
314 c = decoder->decode_c(decoder); in unlzh()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Dunlzh.c90 unsigned short (* decode_c)(UNLZHHandler decoder); member
168 unsigned short (*decode_c)(UNLZHHandler decoder); member
250 decoder->decode_c = method_table[i].decode_c; in open_unlzh_handler()
322 c = decoder->decode_c(decoder); in unlzh()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Dunlzh.c90 unsigned short (* decode_c)(UNLZHHandler decoder); in execution_batch_free()
168 unsigned short (*decode_c)(UNLZHHandler decoder);
250 decoder->decode_c = method_table[i].decode_c; in query_console_page_get_type()
322 c = decoder->decode_c(decoder);

123