Searched refs:DICT (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/extra/7z2lzma/
H A D7z2lzma.bash68 DICT=$(printf '%s\n' "$INFO" | sed -rn 's|^Method = LZMA:([0-9]+[bkm]?)$|\1|p')
70 if [ -z "$CSIZE" -o -z "$USIZE" -o -z "$DICT" ]; then
82 case $DICT in
84 DICT=${DICT%b}
87 DICT=${DICT%k}
88 DICT=$((DICT << 10))
91 DICT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/extra/7z2lzma/
H A D7z2lzma.bash68 DICT=$(printf '%s\n' "$INFO" | sed -rn 's|^Method = LZMA:([0-9]+[bkm]?)$|\1|p')
70 if [ -z "$CSIZE" -o -z "$USIZE" -o -z "$DICT" ]; then
82 case $DICT in
84 DICT=${DICT%b}
87 DICT=${DICT%k}
88 DICT=$((DICT << 10))
91 DICT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Ddict.c75 * DICT protocol handler.
79 "DICT", /* scheme */
204 failf(data, "Failed sending DICT request");
251 failf(data, "Failed sending DICT request");
273 failf(data, "Failed sending DICT request");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon4144
65 DICTID -> DICT -> TYPE
H A Dinflate.c818 state->mode = DICT;
819 case DICT:
1303 if (state->wrap != 0 && state->mode != DICT)
1307 if (state->mode == DICT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon801
63 DICTID -> DICT -> TYPE
H A Dinflate.c765 state->mode = DICT;
766 case DICT:
1180 if (state->wrap != 0 && state->mode != DICT)
1184 if (state->mode == DICT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon7253
63 DICTID -> DICT -> TYPE
H A Dinflate.c765 state->mode = DICT;
766 case DICT:
1180 if (state->wrap != 0 && state->mode != DICT)
1184 if (state->mode == DICT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon7471
63 DICTID -> DICT -> TYPE
H A Dinflate.c765 state->mode = DICT;
766 case DICT:
1180 if (state->wrap != 0 && state->mode != DICT)
1184 if (state->mode == DICT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.h26 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon18835
58 DICTID -> DICT -> TYPE
H A Dinflate.c385 state->mode = DICT;
386 case DICT:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon2765
65 DICTID -> DICT -> TYPE
H A Dinflate.c817 state->mode = DICT;
818 case DICT:
1281 if (state->wrap != 0 && state->mode != DICT)
1285 if (state->mode == DICT) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzlog.c269 #define DICT 32768U macro
615 unsigned char buf[DICT];
631 dict = read(fd, buf, DICT);
659 strm.avail_out = DICT;
662 got = DICT - strm.avail_out;
966 next = DICT > len ? len : DICT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzlog.c269 #define DICT 32768U macro
615 unsigned char buf[DICT];
631 dict = read(fd, buf, DICT);
659 strm.avail_out = DICT;
662 got = DICT - strm.avail_out;
965 next = DICT > len ? len : DICT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp.asm38 %define DICT offsetq
50 shl DICT, 5
54 pmovsxbd m1, [srcq + DICT + 0]
55 pmovsxbd m2, [srcq + DICT + 4]
57 movq m1, [srcq + DICT]
68 movd mm0, [srcq + DICT + 0]
69 movd mm1, [srcq + DICT + 4]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_curl-config_script.com189 $ proto1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure1841 --enable-dict Enable DICT support
1842 --disable-dict Disable DICT support
39142 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS DICT"
[all...]

Completed in 222 milliseconds