Home
last modified time | relevance | path

Searched refs:decode_p (Results 1 – 25 of 53) sorted by relevance

123

/dports/security/libyubikey/libyubikey-1.13/
H A Dmodhex.c42 int decode_p = 0; in main() local
79 while (argc > argi && (!decode_p || !hex_p)) in main()
83 decode_p = 1; in main()
104 if (!decode_p && hex_p) in main()
158 if (decode_p) in main()
163 if (decode_p && hex_p) in main()
169 else if (decode_p) in main()
177 if (!decode_p && hex_p) in main()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/dms/
H A Du_heavy.c34 USHORT decode_p(void);
67 i = (USHORT) (dms_heavy_text_loc - decode_p() - 1); in Unpack_HEAVY()
99 INLINE USHORT decode_p(void){ in decode_p() function
/dports/archivers/xdms/xdms-1.3.2/src/
H A Du_heavy.c34 INLINE USHORT decode_p(void);
67 i = (USHORT) (heavy_text_loc - decode_p() - 1); in Unpack_HEAVY()
99 INLINE USHORT decode_p(void){ in decode_p() function
/dports/emulators/fs-uae/fs-uae-3.1.35/src/archivers/dms/
H A Du_heavy.cpp34 INLINE USHORT decode_p(void);
67 i = (USHORT) (dms_heavy_text_loc - decode_p() - 1); in Unpack_HEAVY()
99 INLINE USHORT decode_p(void){ in decode_p() function
/dports/archivers/arj/debian/patches/
H A Dout-of-bounds-read.patch33 - i=r-decode_p()-1;
34 + int P = decode_p();
/dports/net/libtrace/libtrace-3.0.19/libpacketdump/
H A Dlibpacketdump.cc63 decode_parser_t decode_p; member
243 func->decode_p = decode_protocol_file; in decode_next()
300 decoders[sname][type].func->decode_p(type,packet,len, in decode_next()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dsmart-lec.c471 old_err = decode_p(rb, p_vector, &pos);
475 new_err = decode_p(rb, p_vector, &pos);
746 p_before = decode_p(rb, vector, &pos);
757 p_after = decode_p(rb, vector, &pos);
835 err = decode_p(rb, vector, &pos);
1064 old_err1 = decode_p(rb, p_vector1, &pos1);
1068 new_err1 = decode_p(rb, p_vector1, &pos1);
1072 old_err2 = decode_p(rb, p_vector2, &pos2);
1378 err = decode_p(rb, p_vector, &err_pos);
1515 err = decode_p(rb, p_vector, &ignore);
[all …]
/dports/archivers/unarj/unarj-2.65/
H A Ddecode.c74 static ushort decode_p(void);
313 decode_p() in decode_p() function
384 i = decode_p(); in decode()
/dports/archivers/zoo/zoo-2.10.1_4/
H A Ddecode.c60 i = (r - decode_p() - 1) & (DICSIZ - 1);
H A Dar.h93 uint decode_p PARMS((void ));
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DArjDecoder1.h84 UInt32 decode_p();
H A DArjDecoder1.cpp211 UInt32 CCoder::decode_p() in decode_p() function in NCompress::NArj::NDecoder1::CCoder
295 UInt32 distance = decode_p(); in CodeReal()
/dports/audio/ocp/ocp-0.2.90/playym/lzh/
H A Dlzh.h114 ushort decode_p(void);
H A Dlzhlib.cpp335 ushort CLzhDepacker::decode_p (void) in decode_p() function in CLzhDepacker
406 decode_i = (r - decode_p () - 1) & (DICSIZ - 1); in decode()
/dports/audio/stymulator/STYMulator-0.21a/src/stsoundlib/lzh/
H A Dlzh.h109 ushort decode_p(void);
H A Dlzhlib.cpp321 ushort CLzhDepacker::decode_p (void) in decode_p() function in CLzhDepacker
392 decode_i = (r - decode_p () - 1) & (DICSIZ - 1); in decode()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/vtx/
H A Dlh5dec.c222 static unsigned short decode_p(void) in decode_p() function
259 i = (r - decode_p() - 1) & (DICSIZ - 1); in decode()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vtx/
H A Dlh5dec.cc228 static unsigned short decode_p() in decode_p() function
265 i = (r - decode_p() - 1) & (DICSIZ - 1); in decode()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/made/
H A Dredreader.h94 unsigned int decode_p();
/dports/games/scummvm/scummvm-2.5.1/engines/made/
H A Dredreader.h94 unsigned int decode_p();
/dports/archivers/libarc/libarc-2.0.2/
H A Dunlzh.c83 unsigned short (* decode_p)(UNLZHHandler decoder); member
161 unsigned short (*decode_p)(UNLZHHandler decoder); member
243 decoder->decode_p = method_table[i].decode_p; in open_unlzh_handler()
326 i = (decoder->loc - decoder->decode_p(decoder) - 1) & dicsiz1; in unlzh()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Dunlzh.c91 unsigned short (* decode_p)(UNLZHHandler decoder); member
169 unsigned short (*decode_p)(UNLZHHandler decoder); member
251 decoder->decode_p = method_table[i].decode_p; in open_unlzh_handler()
334 i = (decoder->loc - decoder->decode_p(decoder) - 1) & dicsiz1; in unlzh()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Dunlzh.c91 unsigned short (* decode_p)(UNLZHHandler decoder); in execution_batch_free()
169 unsigned short (*decode_p)(UNLZHHandler decoder);
251 decoder->decode_p = method_table[i].decode_p; in query_console_page_get_type()
334 i = (decoder->loc - decoder->decode_p(decoder) - 1) & dicsiz1;
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/libarc/
H A Dunlzh.c91 unsigned short (* decode_p)(UNLZHHandler decoder); member
169 unsigned short (*decode_p)(UNLZHHandler decoder); member
251 decoder->decode_p = method_table[i].decode_p; in open_unlzh_handler()
334 i = (decoder->loc - decoder->decode_p(decoder) - 1) & dicsiz1; in unlzh()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Dunlzh.c91 unsigned short (* decode_p)(UNLZHHandler decoder); member
169 unsigned short (*decode_p)(UNLZHHandler decoder); member
251 decoder->decode_p = method_table[i].decode_p; in open_unlzh_handler()
334 i = (decoder->loc - decoder->decode_p(decoder) - 1) & dicsiz1; in unlzh()

123