/dports/www/varnish6/varnish-cache-varnish-6.6.2/vmod/ |
H A D | vmod_blob.h | 121 typedef ssize_t decode_f(const enum encoding dec, blob_dest_t buf, typedef 128 decode_f id_decode; 135 decode_f base64_decode; 141 decode_f hex_decode; 150 decode_f url_decode;
|
H A D | vmod_blob.c | 57 decode_f *const decode;
|
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vxf/ |
H A D | irzip.c | 380 typedef rc_t (*decode_f)(void *dst, unsigned N, int64_t* min, int64_t* slope, uint8_t series_count,… typedef 383 decode_f uselfs[8] = { 384 (decode_f)decode_u8, 385 (decode_f)decode_i8, 386 (decode_f)decode_u16, 387 (decode_f)decode_i16, 388 (decode_f)decode_u32, 389 (decode_f)decode_i32, 390 (decode_f)decode_u64, 391 (decode_f)decode_i64,
|
H A D | iunzip.c | 598 typedef rc_t (*decode_f)(void *dst, unsigned dsize, const uint8_t src[], unsigned N, int swap); typedef 601 decode_f selfs[8] = { 602 (decode_f)decode_u8, 603 (decode_f)decode_i8, 604 (decode_f)decode_u16, 605 (decode_f)decode_i16, 606 (decode_f)decode_u32, 607 (decode_f)decode_i32, 608 (decode_f)decode_u64, 609 (decode_f)decode_i64,
|
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vxf/ |
H A D | irzip.c | 380 typedef rc_t (*decode_f)(void *dst, unsigned N, int64_t* min, int64_t* slope, uint8_t series_count,… typedef 383 decode_f uselfs[8] = { 384 (decode_f)decode_u8, 385 (decode_f)decode_i8, 386 (decode_f)decode_u16, 387 (decode_f)decode_i16, 388 (decode_f)decode_u32, 389 (decode_f)decode_i32, 390 (decode_f)decode_u64, 391 (decode_f)decode_i64,
|
H A D | iunzip.c | 598 typedef rc_t (*decode_f)(void *dst, unsigned dsize, const uint8_t src[], unsigned N, int swap); typedef 601 decode_f selfs[8] = { 602 (decode_f)decode_u8, 603 (decode_f)decode_i8, 604 (decode_f)decode_u16, 605 (decode_f)decode_i16, 606 (decode_f)decode_u32, 607 (decode_f)decode_i32, 608 (decode_f)decode_u64, 609 (decode_f)decode_i64,
|
/dports/archivers/arj/arj-3.10.22/ |
H A D | decode.h | 15 void decode_f(int action);
|
H A D | decode.c | 542 void decode_f(int action) in decode_f() function
|
H A D | ChangeLog | 545 * decode.c: Performance enhancements to 32-bit decode_f(). 1566 * decode.c: Fixed decoded data output in decode_f(). 1904 * decode.c: Fixed counter incrementation in decode_f(). Fixed
|
/dports/security/ipv6toolkit/ipv6toolkit-v2.0/tools/ |
H A D | addr6.c | 52 unsigned char stdin_f=FALSE, addr_f=FALSE, verbose_f=FALSE, decode_f=FALSE, print_unique_f=FALSE; variable 137 decode_f=1; in main() 528 decode_f=1; in main() 547 if(decode_f) in main() 553 if(filter_f || decode_f || stats_f) in main() 600 else if(decode_f){ in main() 623 if(decode_f){ in main()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/apple/ |
H A D | fx_apple_platform.cpp | 144 CGFloat decode_f[2] = {255.f, 0.f}; in DrawDeviceText() local 147 pClipMask->GetPitch(), pClipMaskDataProvider, decode_f, false); in DrawDeviceText()
|
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/apple/ |
H A D | fx_apple_platform.cpp | 137 CGFloat decode_f[2] = {255.f, 0.f}; in DrawDeviceText() local 140 pClipMask->GetPitch(), pClipMaskDataProvider, decode_f, false); in DrawDeviceText()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/apple/ |
H A D | fx_apple_platform.cpp | 145 CGFloat decode_f[2] = {255.f, 0.f}; in DrawDeviceText() local 148 pClipMask->GetPitch(), pClipMaskDataProvider, decode_f, false); in DrawDeviceText()
|
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/apple/ |
H A D | fx_apple_platform.cpp | 139 CGFloat decode_f[2] = {255.f, 0.f}; in DrawDeviceText() local 142 pClipMask->GetPitch(), pClipMaskDataProvider, decode_f, FALSE); in DrawDeviceText()
|
/dports/games/libretro-scummvm/scummvm-7b1e929/common/ |
H A D | unarj.cpp | 112 void decode_f(int32 origsize); 652 void ArjDecoder::decode_f(int32 origsize) { in decode_f() function in Common::ArjDecoder 804 decoder->decode_f(hdr->origSize); in createReadStreamForMember()
|
/dports/games/residualvm/residualvm-0.3.1/common/ |
H A D | unarj.cpp | 112 void decode_f(int32 origsize); 652 void ArjDecoder::decode_f(int32 origsize) { in decode_f() function in Common::ArjDecoder 804 decoder->decode_f(hdr->origSize); in createReadStreamForMember()
|
/dports/games/scummvm/scummvm-2.5.1/common/ |
H A D | unarj.cpp | 112 void decode_f(int32 origsize); 652 void ArjDecoder::decode_f(int32 origsize) { in decode_f() function in Common::ArjDecoder 807 decoder->decode_f(hdr->origSize); in createReadStreamForMember()
|
/dports/archivers/unarj/unarj-2.65/ |
H A D | unarj.h | 413 void decode_f OF((void));
|
H A D | unarj.c | 797 decode_f(); in extract() 829 decode_f(); in test()
|
H A D | decode.c | 473 decode_f() in decode_f() function
|
/dports/net-p2p/c-lightning/lightning-0.10.2/common/ |
H A D | bolt11.c | 331 static char *decode_f(struct bolt11 *b11, in decode_f() function 745 problem = decode_f(b11, &hu5, &data, in bolt11_decode_nosig()
|
/dports/security/clamav/clamav-0.104.2/libclamav/ |
H A D | unarj.c | 699 static cl_error_t decode_f(arj_metadata_t *metadata) in decode_f() function 1206 ret = decode_f(metadata); in cli_unarj_extract_file()
|
/dports/security/clamav-lts/clamav-0.103.5/libclamav/ |
H A D | unarj.c | 699 static cl_error_t decode_f(arj_metadata_t *metadata) in decode_f() function 1206 ret = decode_f(metadata); in cli_unarj_extract_file()
|
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfsound/ |
H A D | spu.c | 532 int (*decode_f)(void *context, int ch, int *SB), void *ctx, \ 550 d = decode_f(ctx, ch, SB); \
|
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfsound/ |
H A D | spu.c | 532 int (*decode_f)(void *context, int ch, int *SB), void *ctx, \ 550 d = decode_f(ctx, ch, SB); \
|