Searched refs:code (Results 51 - 75 of 2487) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12.h2 * MPEG1/2 common code
51 int code, diff; local
54 code = get_vlc2(gb, ff_dc_lum_vlc.table, DC_VLC_BITS, 2);
56 code = get_vlc2(gb, ff_dc_chroma_vlc.table, DC_VLC_BITS, 2);
58 if (code < 0){
59 av_log(NULL, AV_LOG_ERROR, "invalid dc code at\n");
62 if (code == 0) {
65 diff = get_xbits(gb, code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Doptions.h27 unsigned char code; member in struct:dhcp_option
33 unsigned char *get_option(struct dhcpMessage *packet, int code);
36 int add_simple_option(unsigned char *optionptr, unsigned char code, u_int32_t data);
37 struct option_set *find_option(struct option_set *opt_list, char code);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dmemset.S8 ! SH5 code by J"orn Rennecke (joern.rennecke@superh.com)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Ddecodecode22 code=
28 code=$i
34 if [ -z "$code" ]; then
39 echo $code
40 code=`echo $code | sed -e 's/.*Code: //'`
42 width=`expr index "$code" ' '`
65 marker=`expr index "$code" "\<"`
67 marker=`expr index "$code" "\("`
72 echo All code >>
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Doptions.h27 unsigned char code; member in struct:dhcp_option
33 unsigned char *get_option(struct dhcpMessage *packet, int code);
36 int add_simple_option(unsigned char *optionptr, unsigned char code, u_int32_t data);
37 struct option_set *find_option(struct option_set *opt_list, char code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregerror.c2 * regerror - error-code expansion
35 static char unk[] = "*** unknown regex error code 0x%x ***";
37 /* struct to map among codes, code names, and explanations */
39 int code; member in struct:rerr
45 { -1, "", "oops" }, /* explanation special-cased in code */
54 int rxerrcode; /* error code, or REG_ATOI or REG_ITOA */
67 for (r = rerrs; r->code >= 0; r++)
70 sprintf(convbuf, "%d", r->code); /* -1 for unknown */
75 for (r = rerrs; r->code >= 0; r++)
76 if (r->code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_event.h33 unsigned char code; member in struct:evrec_short
41 unsigned char code; member in struct:evrec_note
49 unsigned char code; member in struct:evrec_timer
57 unsigned char code; member in struct:evrec_extended
66 unsigned char code; member in struct:evrec_long
76 unsigned char code; member in struct:evrec_voice
86 unsigned char code; member in struct:evrec_sysex
104 #define ev_is_long(ev) ((ev)->s.code >= 128)
105 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha1-ia64.pl9 # Eternal question is what's wrong with compiler generated code? The
21 $code=<<___;
39 if ($human) { # useful for visual code auditing...
57 local *code=shift;
61 $code.=<<___;
74 $code.=<<___;
79 $code.=<<___;
84 $code.=<<___;
103 $code.=<<___;
128 local *code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent_rpcgen.py7 # Generates marshaling code based on libevent.
72 def PrintIndented(self, file, ident, code):
74 for entry in code:
78 """ Knows how to generate C code for a struct """
290 code = [
293 code = TranslateList(code, entry.GetTranslation())
295 file, ' ', code)
432 code = [ 'int %s(struct %s *, %s *);' % (
434 return code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlunicode.c969 * @code: UCS code point
976 xmlUCSIsAegeanNumbers(int code) { argument
977 return(((code >= 0x10100) && (code <= 0x1013F)));
982 * @code: UCS code point
989 xmlUCSIsAlphabeticPresentationForms(int code) { argument
990 return(((code >= 0xFB00) && (code <
1002 xmlUCSIsArabic(int code) argument
1015 xmlUCSIsArabicPresentationFormsA(int code) argument
1028 xmlUCSIsArabicPresentationFormsB(int code) argument
1041 xmlUCSIsArmenian(int code) argument
1054 xmlUCSIsArrows(int code) argument
1067 xmlUCSIsBasicLatin(int code) argument
1080 xmlUCSIsBengali(int code) argument
1093 xmlUCSIsBlockElements(int code) argument
1106 xmlUCSIsBopomofo(int code) argument
1119 xmlUCSIsBopomofoExtended(int code) argument
1132 xmlUCSIsBoxDrawing(int code) argument
1145 xmlUCSIsBraillePatterns(int code) argument
1158 xmlUCSIsBuhid(int code) argument
1171 xmlUCSIsByzantineMusicalSymbols(int code) argument
1184 xmlUCSIsCJKCompatibility(int code) argument
1197 xmlUCSIsCJKCompatibilityForms(int code) argument
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) argument
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) argument
1236 xmlUCSIsCJKRadicalsSupplement(int code) argument
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) argument
1262 xmlUCSIsCJKUnifiedIdeographs(int code) argument
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) argument
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) argument
1301 xmlUCSIsCherokee(int code) argument
1314 xmlUCSIsCombiningDiacriticalMarks(int code) argument
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) argument
1340 xmlUCSIsCombiningHalfMarks(int code) argument
1353 xmlUCSIsCombiningMarksforSymbols(int code) argument
1366 xmlUCSIsControlPictures(int code) argument
1379 xmlUCSIsCurrencySymbols(int code) argument
1392 xmlUCSIsCypriotSyllabary(int code) argument
1405 xmlUCSIsCyrillic(int code) argument
1418 xmlUCSIsCyrillicSupplement(int code) argument
1431 xmlUCSIsDeseret(int code) argument
1444 xmlUCSIsDevanagari(int code) argument
1457 xmlUCSIsDingbats(int code) argument
1470 xmlUCSIsEnclosedAlphanumerics(int code) argument
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) argument
1496 xmlUCSIsEthiopic(int code) argument
1509 xmlUCSIsGeneralPunctuation(int code) argument
1522 xmlUCSIsGeometricShapes(int code) argument
1535 xmlUCSIsGeorgian(int code) argument
1548 xmlUCSIsGothic(int code) argument
1561 xmlUCSIsGreek(int code) argument
1574 xmlUCSIsGreekExtended(int code) argument
1587 xmlUCSIsGreekandCoptic(int code) argument
1600 xmlUCSIsGujarati(int code) argument
1613 xmlUCSIsGurmukhi(int code) argument
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) argument
1639 xmlUCSIsHangulCompatibilityJamo(int code) argument
1652 xmlUCSIsHangulJamo(int code) argument
1665 xmlUCSIsHangulSyllables(int code) argument
1678 xmlUCSIsHanunoo(int code) argument
1691 xmlUCSIsHebrew(int code) argument
1704 xmlUCSIsHighPrivateUseSurrogates(int code) argument
1717 xmlUCSIsHighSurrogates(int code) argument
1730 xmlUCSIsHiragana(int code) argument
1743 xmlUCSIsIPAExtensions(int code) argument
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) argument
1769 xmlUCSIsKanbun(int code) argument
1782 xmlUCSIsKangxiRadicals(int code) argument
1795 xmlUCSIsKannada(int code) argument
1808 xmlUCSIsKatakana(int code) argument
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) argument
1834 xmlUCSIsKhmer(int code) argument
1847 xmlUCSIsKhmerSymbols(int code) argument
1860 xmlUCSIsLao(int code) argument
1873 xmlUCSIsLatin1Supplement(int code) argument
1886 xmlUCSIsLatinExtendedA(int code) argument
1899 xmlUCSIsLatinExtendedB(int code) argument
1912 xmlUCSIsLatinExtendedAdditional(int code) argument
1925 xmlUCSIsLetterlikeSymbols(int code) argument
1938 xmlUCSIsLimbu(int code) argument
1951 xmlUCSIsLinearBIdeograms(int code) argument
1964 xmlUCSIsLinearBSyllabary(int code) argument
1977 xmlUCSIsLowSurrogates(int code) argument
1990 xmlUCSIsMalayalam(int code) argument
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) argument
2016 xmlUCSIsMathematicalOperators(int code) argument
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) argument
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) argument
2055 xmlUCSIsMiscellaneousSymbols(int code) argument
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) argument
2081 xmlUCSIsMiscellaneousTechnical(int code) argument
2094 xmlUCSIsMongolian(int code) argument
2107 xmlUCSIsMusicalSymbols(int code) argument
2120 xmlUCSIsMyanmar(int code) argument
2133 xmlUCSIsNumberForms(int code) argument
2146 xmlUCSIsOgham(int code) argument
2159 xmlUCSIsOldItalic(int code) argument
2172 xmlUCSIsOpticalCharacterRecognition(int code) argument
2185 xmlUCSIsOriya(int code) argument
2198 xmlUCSIsOsmanya(int code) argument
2211 xmlUCSIsPhoneticExtensions(int code) argument
2224 xmlUCSIsPrivateUse(int code) argument
2239 xmlUCSIsPrivateUseArea(int code) argument
2252 xmlUCSIsRunic(int code) argument
2265 xmlUCSIsShavian(int code) argument
2278 xmlUCSIsSinhala(int code) argument
2291 xmlUCSIsSmallFormVariants(int code) argument
2304 xmlUCSIsSpacingModifierLetters(int code) argument
2317 xmlUCSIsSpecials(int code) argument
2330 xmlUCSIsSuperscriptsandSubscripts(int code) argument
2343 xmlUCSIsSupplementalArrowsA(int code) argument
2356 xmlUCSIsSupplementalArrowsB(int code) argument
2369 xmlUCSIsSupplementalMathematicalOperators(int code) argument
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) argument
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) argument
2408 xmlUCSIsSyriac(int code) argument
2421 xmlUCSIsTagalog(int code) argument
2434 xmlUCSIsTagbanwa(int code) argument
2447 xmlUCSIsTags(int code) argument
2460 xmlUCSIsTaiLe(int code) argument
2473 xmlUCSIsTaiXuanJingSymbols(int code) argument
2486 xmlUCSIsTamil(int code) argument
2499 xmlUCSIsTelugu(int code) argument
2512 xmlUCSIsThaana(int code) argument
2525 xmlUCSIsThai(int code) argument
2538 xmlUCSIsTibetan(int code) argument
2551 xmlUCSIsUgaritic(int code) argument
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) argument
2577 xmlUCSIsVariationSelectors(int code) argument
2590 xmlUCSIsVariationSelectorsSupplement(int code) argument
2603 xmlUCSIsYiRadicals(int code) argument
2616 xmlUCSIsYiSyllables(int code) argument
2629 xmlUCSIsYijingHexagramSymbols(int code) argument
2643 xmlUCSIsBlock(int code, const char *block) argument
2661 xmlUCSIsCatC(int code) argument
2674 xmlUCSIsCatCc(int code) argument
2688 xmlUCSIsCatCf(int code) argument
2701 xmlUCSIsCatCo(int code) argument
2719 xmlUCSIsCatCs(int code) argument
2735 xmlUCSIsCatL(int code) argument
2748 xmlUCSIsCatLl(int code) argument
2761 xmlUCSIsCatLm(int code) argument
2774 xmlUCSIsCatLo(int code) argument
2787 xmlUCSIsCatLt(int code) argument
2800 xmlUCSIsCatLu(int code) argument
2813 xmlUCSIsCatM(int code) argument
2826 xmlUCSIsCatMc(int code) argument
2839 xmlUCSIsCatMe(int code) argument
2855 xmlUCSIsCatMn(int code) argument
2868 xmlUCSIsCatN(int code) argument
2881 xmlUCSIsCatNd(int code) argument
2894 xmlUCSIsCatNl(int code) argument
2912 xmlUCSIsCatNo(int code) argument
2925 xmlUCSIsCatP(int code) argument
2938 xmlUCSIsCatPc(int code) argument
2958 xmlUCSIsCatPd(int code) argument
2971 xmlUCSIsCatPe(int code) argument
2984 xmlUCSIsCatPf(int code) argument
3000 xmlUCSIsCatPi(int code) argument
3017 xmlUCSIsCatPo(int code) argument
3030 xmlUCSIsCatPs(int code) argument
3043 xmlUCSIsCatS(int code) argument
3056 xmlUCSIsCatSc(int code) argument
3069 xmlUCSIsCatSk(int code) argument
3082 xmlUCSIsCatSm(int code) argument
3095 xmlUCSIsCatSo(int code) argument
3108 xmlUCSIsCatZ(int code) argument
3121 xmlUCSIsCatZl(int code) argument
3134 xmlUCSIsCatZp(int code) argument
3147 xmlUCSIsCatZs(int code) argument
3168 xmlUCSIsCat(int code, const char *cat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlunicode.c969 * @code: UCS code point
976 xmlUCSIsAegeanNumbers(int code) { argument
977 return(((code >= 0x10100) && (code <= 0x1013F)));
982 * @code: UCS code point
989 xmlUCSIsAlphabeticPresentationForms(int code) { argument
990 return(((code >= 0xFB00) && (code <
1002 xmlUCSIsArabic(int code) argument
1015 xmlUCSIsArabicPresentationFormsA(int code) argument
1028 xmlUCSIsArabicPresentationFormsB(int code) argument
1041 xmlUCSIsArmenian(int code) argument
1054 xmlUCSIsArrows(int code) argument
1067 xmlUCSIsBasicLatin(int code) argument
1080 xmlUCSIsBengali(int code) argument
1093 xmlUCSIsBlockElements(int code) argument
1106 xmlUCSIsBopomofo(int code) argument
1119 xmlUCSIsBopomofoExtended(int code) argument
1132 xmlUCSIsBoxDrawing(int code) argument
1145 xmlUCSIsBraillePatterns(int code) argument
1158 xmlUCSIsBuhid(int code) argument
1171 xmlUCSIsByzantineMusicalSymbols(int code) argument
1184 xmlUCSIsCJKCompatibility(int code) argument
1197 xmlUCSIsCJKCompatibilityForms(int code) argument
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) argument
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) argument
1236 xmlUCSIsCJKRadicalsSupplement(int code) argument
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) argument
1262 xmlUCSIsCJKUnifiedIdeographs(int code) argument
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) argument
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) argument
1301 xmlUCSIsCherokee(int code) argument
1314 xmlUCSIsCombiningDiacriticalMarks(int code) argument
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) argument
1340 xmlUCSIsCombiningHalfMarks(int code) argument
1353 xmlUCSIsCombiningMarksforSymbols(int code) argument
1366 xmlUCSIsControlPictures(int code) argument
1379 xmlUCSIsCurrencySymbols(int code) argument
1392 xmlUCSIsCypriotSyllabary(int code) argument
1405 xmlUCSIsCyrillic(int code) argument
1418 xmlUCSIsCyrillicSupplement(int code) argument
1431 xmlUCSIsDeseret(int code) argument
1444 xmlUCSIsDevanagari(int code) argument
1457 xmlUCSIsDingbats(int code) argument
1470 xmlUCSIsEnclosedAlphanumerics(int code) argument
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) argument
1496 xmlUCSIsEthiopic(int code) argument
1509 xmlUCSIsGeneralPunctuation(int code) argument
1522 xmlUCSIsGeometricShapes(int code) argument
1535 xmlUCSIsGeorgian(int code) argument
1548 xmlUCSIsGothic(int code) argument
1561 xmlUCSIsGreek(int code) argument
1574 xmlUCSIsGreekExtended(int code) argument
1587 xmlUCSIsGreekandCoptic(int code) argument
1600 xmlUCSIsGujarati(int code) argument
1613 xmlUCSIsGurmukhi(int code) argument
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) argument
1639 xmlUCSIsHangulCompatibilityJamo(int code) argument
1652 xmlUCSIsHangulJamo(int code) argument
1665 xmlUCSIsHangulSyllables(int code) argument
1678 xmlUCSIsHanunoo(int code) argument
1691 xmlUCSIsHebrew(int code) argument
1704 xmlUCSIsHighPrivateUseSurrogates(int code) argument
1717 xmlUCSIsHighSurrogates(int code) argument
1730 xmlUCSIsHiragana(int code) argument
1743 xmlUCSIsIPAExtensions(int code) argument
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) argument
1769 xmlUCSIsKanbun(int code) argument
1782 xmlUCSIsKangxiRadicals(int code) argument
1795 xmlUCSIsKannada(int code) argument
1808 xmlUCSIsKatakana(int code) argument
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) argument
1834 xmlUCSIsKhmer(int code) argument
1847 xmlUCSIsKhmerSymbols(int code) argument
1860 xmlUCSIsLao(int code) argument
1873 xmlUCSIsLatin1Supplement(int code) argument
1886 xmlUCSIsLatinExtendedA(int code) argument
1899 xmlUCSIsLatinExtendedB(int code) argument
1912 xmlUCSIsLatinExtendedAdditional(int code) argument
1925 xmlUCSIsLetterlikeSymbols(int code) argument
1938 xmlUCSIsLimbu(int code) argument
1951 xmlUCSIsLinearBIdeograms(int code) argument
1964 xmlUCSIsLinearBSyllabary(int code) argument
1977 xmlUCSIsLowSurrogates(int code) argument
1990 xmlUCSIsMalayalam(int code) argument
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) argument
2016 xmlUCSIsMathematicalOperators(int code) argument
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) argument
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) argument
2055 xmlUCSIsMiscellaneousSymbols(int code) argument
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) argument
2081 xmlUCSIsMiscellaneousTechnical(int code) argument
2094 xmlUCSIsMongolian(int code) argument
2107 xmlUCSIsMusicalSymbols(int code) argument
2120 xmlUCSIsMyanmar(int code) argument
2133 xmlUCSIsNumberForms(int code) argument
2146 xmlUCSIsOgham(int code) argument
2159 xmlUCSIsOldItalic(int code) argument
2172 xmlUCSIsOpticalCharacterRecognition(int code) argument
2185 xmlUCSIsOriya(int code) argument
2198 xmlUCSIsOsmanya(int code) argument
2211 xmlUCSIsPhoneticExtensions(int code) argument
2224 xmlUCSIsPrivateUse(int code) argument
2239 xmlUCSIsPrivateUseArea(int code) argument
2252 xmlUCSIsRunic(int code) argument
2265 xmlUCSIsShavian(int code) argument
2278 xmlUCSIsSinhala(int code) argument
2291 xmlUCSIsSmallFormVariants(int code) argument
2304 xmlUCSIsSpacingModifierLetters(int code) argument
2317 xmlUCSIsSpecials(int code) argument
2330 xmlUCSIsSuperscriptsandSubscripts(int code) argument
2343 xmlUCSIsSupplementalArrowsA(int code) argument
2356 xmlUCSIsSupplementalArrowsB(int code) argument
2369 xmlUCSIsSupplementalMathematicalOperators(int code) argument
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) argument
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) argument
2408 xmlUCSIsSyriac(int code) argument
2421 xmlUCSIsTagalog(int code) argument
2434 xmlUCSIsTagbanwa(int code) argument
2447 xmlUCSIsTags(int code) argument
2460 xmlUCSIsTaiLe(int code) argument
2473 xmlUCSIsTaiXuanJingSymbols(int code) argument
2486 xmlUCSIsTamil(int code) argument
2499 xmlUCSIsTelugu(int code) argument
2512 xmlUCSIsThaana(int code) argument
2525 xmlUCSIsThai(int code) argument
2538 xmlUCSIsTibetan(int code) argument
2551 xmlUCSIsUgaritic(int code) argument
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) argument
2577 xmlUCSIsVariationSelectors(int code) argument
2590 xmlUCSIsVariationSelectorsSupplement(int code) argument
2603 xmlUCSIsYiRadicals(int code) argument
2616 xmlUCSIsYiSyllables(int code) argument
2629 xmlUCSIsYijingHexagramSymbols(int code) argument
2643 xmlUCSIsBlock(int code, const char *block) argument
2661 xmlUCSIsCatC(int code) argument
2674 xmlUCSIsCatCc(int code) argument
2688 xmlUCSIsCatCf(int code) argument
2701 xmlUCSIsCatCo(int code) argument
2719 xmlUCSIsCatCs(int code) argument
2735 xmlUCSIsCatL(int code) argument
2748 xmlUCSIsCatLl(int code) argument
2761 xmlUCSIsCatLm(int code) argument
2774 xmlUCSIsCatLo(int code) argument
2787 xmlUCSIsCatLt(int code) argument
2800 xmlUCSIsCatLu(int code) argument
2813 xmlUCSIsCatM(int code) argument
2826 xmlUCSIsCatMc(int code) argument
2839 xmlUCSIsCatMe(int code) argument
2855 xmlUCSIsCatMn(int code) argument
2868 xmlUCSIsCatN(int code) argument
2881 xmlUCSIsCatNd(int code) argument
2894 xmlUCSIsCatNl(int code) argument
2912 xmlUCSIsCatNo(int code) argument
2925 xmlUCSIsCatP(int code) argument
2938 xmlUCSIsCatPc(int code) argument
2958 xmlUCSIsCatPd(int code) argument
2971 xmlUCSIsCatPe(int code) argument
2984 xmlUCSIsCatPf(int code) argument
3000 xmlUCSIsCatPi(int code) argument
3017 xmlUCSIsCatPo(int code) argument
3030 xmlUCSIsCatPs(int code) argument
3043 xmlUCSIsCatS(int code) argument
3056 xmlUCSIsCatSc(int code) argument
3069 xmlUCSIsCatSk(int code) argument
3082 xmlUCSIsCatSm(int code) argument
3095 xmlUCSIsCatSo(int code) argument
3108 xmlUCSIsCatZ(int code) argument
3121 xmlUCSIsCatZl(int code) argument
3134 xmlUCSIsCatZp(int code) argument
3147 xmlUCSIsCatZs(int code) argument
3168 xmlUCSIsCat(int code, const char *cat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlunicode.c969 * @code: UCS code point
976 xmlUCSIsAegeanNumbers(int code) { argument
977 return(((code >= 0x10100) && (code <= 0x1013F)));
982 * @code: UCS code point
989 xmlUCSIsAlphabeticPresentationForms(int code) { argument
990 return(((code >= 0xFB00) && (code <
1002 xmlUCSIsArabic(int code) argument
1015 xmlUCSIsArabicPresentationFormsA(int code) argument
1028 xmlUCSIsArabicPresentationFormsB(int code) argument
1041 xmlUCSIsArmenian(int code) argument
1054 xmlUCSIsArrows(int code) argument
1067 xmlUCSIsBasicLatin(int code) argument
1080 xmlUCSIsBengali(int code) argument
1093 xmlUCSIsBlockElements(int code) argument
1106 xmlUCSIsBopomofo(int code) argument
1119 xmlUCSIsBopomofoExtended(int code) argument
1132 xmlUCSIsBoxDrawing(int code) argument
1145 xmlUCSIsBraillePatterns(int code) argument
1158 xmlUCSIsBuhid(int code) argument
1171 xmlUCSIsByzantineMusicalSymbols(int code) argument
1184 xmlUCSIsCJKCompatibility(int code) argument
1197 xmlUCSIsCJKCompatibilityForms(int code) argument
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) argument
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) argument
1236 xmlUCSIsCJKRadicalsSupplement(int code) argument
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) argument
1262 xmlUCSIsCJKUnifiedIdeographs(int code) argument
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) argument
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) argument
1301 xmlUCSIsCherokee(int code) argument
1314 xmlUCSIsCombiningDiacriticalMarks(int code) argument
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) argument
1340 xmlUCSIsCombiningHalfMarks(int code) argument
1353 xmlUCSIsCombiningMarksforSymbols(int code) argument
1366 xmlUCSIsControlPictures(int code) argument
1379 xmlUCSIsCurrencySymbols(int code) argument
1392 xmlUCSIsCypriotSyllabary(int code) argument
1405 xmlUCSIsCyrillic(int code) argument
1418 xmlUCSIsCyrillicSupplement(int code) argument
1431 xmlUCSIsDeseret(int code) argument
1444 xmlUCSIsDevanagari(int code) argument
1457 xmlUCSIsDingbats(int code) argument
1470 xmlUCSIsEnclosedAlphanumerics(int code) argument
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) argument
1496 xmlUCSIsEthiopic(int code) argument
1509 xmlUCSIsGeneralPunctuation(int code) argument
1522 xmlUCSIsGeometricShapes(int code) argument
1535 xmlUCSIsGeorgian(int code) argument
1548 xmlUCSIsGothic(int code) argument
1561 xmlUCSIsGreek(int code) argument
1574 xmlUCSIsGreekExtended(int code) argument
1587 xmlUCSIsGreekandCoptic(int code) argument
1600 xmlUCSIsGujarati(int code) argument
1613 xmlUCSIsGurmukhi(int code) argument
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) argument
1639 xmlUCSIsHangulCompatibilityJamo(int code) argument
1652 xmlUCSIsHangulJamo(int code) argument
1665 xmlUCSIsHangulSyllables(int code) argument
1678 xmlUCSIsHanunoo(int code) argument
1691 xmlUCSIsHebrew(int code) argument
1704 xmlUCSIsHighPrivateUseSurrogates(int code) argument
1717 xmlUCSIsHighSurrogates(int code) argument
1730 xmlUCSIsHiragana(int code) argument
1743 xmlUCSIsIPAExtensions(int code) argument
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) argument
1769 xmlUCSIsKanbun(int code) argument
1782 xmlUCSIsKangxiRadicals(int code) argument
1795 xmlUCSIsKannada(int code) argument
1808 xmlUCSIsKatakana(int code) argument
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) argument
1834 xmlUCSIsKhmer(int code) argument
1847 xmlUCSIsKhmerSymbols(int code) argument
1860 xmlUCSIsLao(int code) argument
1873 xmlUCSIsLatin1Supplement(int code) argument
1886 xmlUCSIsLatinExtendedA(int code) argument
1899 xmlUCSIsLatinExtendedB(int code) argument
1912 xmlUCSIsLatinExtendedAdditional(int code) argument
1925 xmlUCSIsLetterlikeSymbols(int code) argument
1938 xmlUCSIsLimbu(int code) argument
1951 xmlUCSIsLinearBIdeograms(int code) argument
1964 xmlUCSIsLinearBSyllabary(int code) argument
1977 xmlUCSIsLowSurrogates(int code) argument
1990 xmlUCSIsMalayalam(int code) argument
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) argument
2016 xmlUCSIsMathematicalOperators(int code) argument
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) argument
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) argument
2055 xmlUCSIsMiscellaneousSymbols(int code) argument
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) argument
2081 xmlUCSIsMiscellaneousTechnical(int code) argument
2094 xmlUCSIsMongolian(int code) argument
2107 xmlUCSIsMusicalSymbols(int code) argument
2120 xmlUCSIsMyanmar(int code) argument
2133 xmlUCSIsNumberForms(int code) argument
2146 xmlUCSIsOgham(int code) argument
2159 xmlUCSIsOldItalic(int code) argument
2172 xmlUCSIsOpticalCharacterRecognition(int code) argument
2185 xmlUCSIsOriya(int code) argument
2198 xmlUCSIsOsmanya(int code) argument
2211 xmlUCSIsPhoneticExtensions(int code) argument
2224 xmlUCSIsPrivateUse(int code) argument
2239 xmlUCSIsPrivateUseArea(int code) argument
2252 xmlUCSIsRunic(int code) argument
2265 xmlUCSIsShavian(int code) argument
2278 xmlUCSIsSinhala(int code) argument
2291 xmlUCSIsSmallFormVariants(int code) argument
2304 xmlUCSIsSpacingModifierLetters(int code) argument
2317 xmlUCSIsSpecials(int code) argument
2330 xmlUCSIsSuperscriptsandSubscripts(int code) argument
2343 xmlUCSIsSupplementalArrowsA(int code) argument
2356 xmlUCSIsSupplementalArrowsB(int code) argument
2369 xmlUCSIsSupplementalMathematicalOperators(int code) argument
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) argument
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) argument
2408 xmlUCSIsSyriac(int code) argument
2421 xmlUCSIsTagalog(int code) argument
2434 xmlUCSIsTagbanwa(int code) argument
2447 xmlUCSIsTags(int code) argument
2460 xmlUCSIsTaiLe(int code) argument
2473 xmlUCSIsTaiXuanJingSymbols(int code) argument
2486 xmlUCSIsTamil(int code) argument
2499 xmlUCSIsTelugu(int code) argument
2512 xmlUCSIsThaana(int code) argument
2525 xmlUCSIsThai(int code) argument
2538 xmlUCSIsTibetan(int code) argument
2551 xmlUCSIsUgaritic(int code) argument
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) argument
2577 xmlUCSIsVariationSelectors(int code) argument
2590 xmlUCSIsVariationSelectorsSupplement(int code) argument
2603 xmlUCSIsYiRadicals(int code) argument
2616 xmlUCSIsYiSyllables(int code) argument
2629 xmlUCSIsYijingHexagramSymbols(int code) argument
2643 xmlUCSIsBlock(int code, const char *block) argument
2661 xmlUCSIsCatC(int code) argument
2674 xmlUCSIsCatCc(int code) argument
2688 xmlUCSIsCatCf(int code) argument
2701 xmlUCSIsCatCo(int code) argument
2719 xmlUCSIsCatCs(int code) argument
2735 xmlUCSIsCatL(int code) argument
2748 xmlUCSIsCatLl(int code) argument
2761 xmlUCSIsCatLm(int code) argument
2774 xmlUCSIsCatLo(int code) argument
2787 xmlUCSIsCatLt(int code) argument
2800 xmlUCSIsCatLu(int code) argument
2813 xmlUCSIsCatM(int code) argument
2826 xmlUCSIsCatMc(int code) argument
2839 xmlUCSIsCatMe(int code) argument
2855 xmlUCSIsCatMn(int code) argument
2868 xmlUCSIsCatN(int code) argument
2881 xmlUCSIsCatNd(int code) argument
2894 xmlUCSIsCatNl(int code) argument
2912 xmlUCSIsCatNo(int code) argument
2925 xmlUCSIsCatP(int code) argument
2938 xmlUCSIsCatPc(int code) argument
2958 xmlUCSIsCatPd(int code) argument
2971 xmlUCSIsCatPe(int code) argument
2984 xmlUCSIsCatPf(int code) argument
3000 xmlUCSIsCatPi(int code) argument
3017 xmlUCSIsCatPo(int code) argument
3030 xmlUCSIsCatPs(int code) argument
3043 xmlUCSIsCatS(int code) argument
3056 xmlUCSIsCatSc(int code) argument
3069 xmlUCSIsCatSk(int code) argument
3082 xmlUCSIsCatSm(int code) argument
3095 xmlUCSIsCatSo(int code) argument
3108 xmlUCSIsCatZ(int code) argument
3121 xmlUCSIsCatZl(int code) argument
3134 xmlUCSIsCatZp(int code) argument
3147 xmlUCSIsCatZs(int code) argument
3168 xmlUCSIsCat(int code, const char *cat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlunicode.c969 * @code: UCS code point
976 xmlUCSIsAegeanNumbers(int code) { argument
977 return(((code >= 0x10100) && (code <= 0x1013F)));
982 * @code: UCS code point
989 xmlUCSIsAlphabeticPresentationForms(int code) { argument
990 return(((code >= 0xFB00) && (code <
1002 xmlUCSIsArabic(int code) argument
1015 xmlUCSIsArabicPresentationFormsA(int code) argument
1028 xmlUCSIsArabicPresentationFormsB(int code) argument
1041 xmlUCSIsArmenian(int code) argument
1054 xmlUCSIsArrows(int code) argument
1067 xmlUCSIsBasicLatin(int code) argument
1080 xmlUCSIsBengali(int code) argument
1093 xmlUCSIsBlockElements(int code) argument
1106 xmlUCSIsBopomofo(int code) argument
1119 xmlUCSIsBopomofoExtended(int code) argument
1132 xmlUCSIsBoxDrawing(int code) argument
1145 xmlUCSIsBraillePatterns(int code) argument
1158 xmlUCSIsBuhid(int code) argument
1171 xmlUCSIsByzantineMusicalSymbols(int code) argument
1184 xmlUCSIsCJKCompatibility(int code) argument
1197 xmlUCSIsCJKCompatibilityForms(int code) argument
1210 xmlUCSIsCJKCompatibilityIdeographs(int code) argument
1223 xmlUCSIsCJKCompatibilityIdeographsSupplement(int code) argument
1236 xmlUCSIsCJKRadicalsSupplement(int code) argument
1249 xmlUCSIsCJKSymbolsandPunctuation(int code) argument
1262 xmlUCSIsCJKUnifiedIdeographs(int code) argument
1275 xmlUCSIsCJKUnifiedIdeographsExtensionA(int code) argument
1288 xmlUCSIsCJKUnifiedIdeographsExtensionB(int code) argument
1301 xmlUCSIsCherokee(int code) argument
1314 xmlUCSIsCombiningDiacriticalMarks(int code) argument
1327 xmlUCSIsCombiningDiacriticalMarksforSymbols(int code) argument
1340 xmlUCSIsCombiningHalfMarks(int code) argument
1353 xmlUCSIsCombiningMarksforSymbols(int code) argument
1366 xmlUCSIsControlPictures(int code) argument
1379 xmlUCSIsCurrencySymbols(int code) argument
1392 xmlUCSIsCypriotSyllabary(int code) argument
1405 xmlUCSIsCyrillic(int code) argument
1418 xmlUCSIsCyrillicSupplement(int code) argument
1431 xmlUCSIsDeseret(int code) argument
1444 xmlUCSIsDevanagari(int code) argument
1457 xmlUCSIsDingbats(int code) argument
1470 xmlUCSIsEnclosedAlphanumerics(int code) argument
1483 xmlUCSIsEnclosedCJKLettersandMonths(int code) argument
1496 xmlUCSIsEthiopic(int code) argument
1509 xmlUCSIsGeneralPunctuation(int code) argument
1522 xmlUCSIsGeometricShapes(int code) argument
1535 xmlUCSIsGeorgian(int code) argument
1548 xmlUCSIsGothic(int code) argument
1561 xmlUCSIsGreek(int code) argument
1574 xmlUCSIsGreekExtended(int code) argument
1587 xmlUCSIsGreekandCoptic(int code) argument
1600 xmlUCSIsGujarati(int code) argument
1613 xmlUCSIsGurmukhi(int code) argument
1626 xmlUCSIsHalfwidthandFullwidthForms(int code) argument
1639 xmlUCSIsHangulCompatibilityJamo(int code) argument
1652 xmlUCSIsHangulJamo(int code) argument
1665 xmlUCSIsHangulSyllables(int code) argument
1678 xmlUCSIsHanunoo(int code) argument
1691 xmlUCSIsHebrew(int code) argument
1704 xmlUCSIsHighPrivateUseSurrogates(int code) argument
1717 xmlUCSIsHighSurrogates(int code) argument
1730 xmlUCSIsHiragana(int code) argument
1743 xmlUCSIsIPAExtensions(int code) argument
1756 xmlUCSIsIdeographicDescriptionCharacters(int code) argument
1769 xmlUCSIsKanbun(int code) argument
1782 xmlUCSIsKangxiRadicals(int code) argument
1795 xmlUCSIsKannada(int code) argument
1808 xmlUCSIsKatakana(int code) argument
1821 xmlUCSIsKatakanaPhoneticExtensions(int code) argument
1834 xmlUCSIsKhmer(int code) argument
1847 xmlUCSIsKhmerSymbols(int code) argument
1860 xmlUCSIsLao(int code) argument
1873 xmlUCSIsLatin1Supplement(int code) argument
1886 xmlUCSIsLatinExtendedA(int code) argument
1899 xmlUCSIsLatinExtendedB(int code) argument
1912 xmlUCSIsLatinExtendedAdditional(int code) argument
1925 xmlUCSIsLetterlikeSymbols(int code) argument
1938 xmlUCSIsLimbu(int code) argument
1951 xmlUCSIsLinearBIdeograms(int code) argument
1964 xmlUCSIsLinearBSyllabary(int code) argument
1977 xmlUCSIsLowSurrogates(int code) argument
1990 xmlUCSIsMalayalam(int code) argument
2003 xmlUCSIsMathematicalAlphanumericSymbols(int code) argument
2016 xmlUCSIsMathematicalOperators(int code) argument
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) argument
2042 xmlUCSIsMiscellaneousMathematicalSymbolsB(int code) argument
2055 xmlUCSIsMiscellaneousSymbols(int code) argument
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) argument
2081 xmlUCSIsMiscellaneousTechnical(int code) argument
2094 xmlUCSIsMongolian(int code) argument
2107 xmlUCSIsMusicalSymbols(int code) argument
2120 xmlUCSIsMyanmar(int code) argument
2133 xmlUCSIsNumberForms(int code) argument
2146 xmlUCSIsOgham(int code) argument
2159 xmlUCSIsOldItalic(int code) argument
2172 xmlUCSIsOpticalCharacterRecognition(int code) argument
2185 xmlUCSIsOriya(int code) argument
2198 xmlUCSIsOsmanya(int code) argument
2211 xmlUCSIsPhoneticExtensions(int code) argument
2224 xmlUCSIsPrivateUse(int code) argument
2239 xmlUCSIsPrivateUseArea(int code) argument
2252 xmlUCSIsRunic(int code) argument
2265 xmlUCSIsShavian(int code) argument
2278 xmlUCSIsSinhala(int code) argument
2291 xmlUCSIsSmallFormVariants(int code) argument
2304 xmlUCSIsSpacingModifierLetters(int code) argument
2317 xmlUCSIsSpecials(int code) argument
2330 xmlUCSIsSuperscriptsandSubscripts(int code) argument
2343 xmlUCSIsSupplementalArrowsA(int code) argument
2356 xmlUCSIsSupplementalArrowsB(int code) argument
2369 xmlUCSIsSupplementalMathematicalOperators(int code) argument
2382 xmlUCSIsSupplementaryPrivateUseAreaA(int code) argument
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) argument
2408 xmlUCSIsSyriac(int code) argument
2421 xmlUCSIsTagalog(int code) argument
2434 xmlUCSIsTagbanwa(int code) argument
2447 xmlUCSIsTags(int code) argument
2460 xmlUCSIsTaiLe(int code) argument
2473 xmlUCSIsTaiXuanJingSymbols(int code) argument
2486 xmlUCSIsTamil(int code) argument
2499 xmlUCSIsTelugu(int code) argument
2512 xmlUCSIsThaana(int code) argument
2525 xmlUCSIsThai(int code) argument
2538 xmlUCSIsTibetan(int code) argument
2551 xmlUCSIsUgaritic(int code) argument
2564 xmlUCSIsUnifiedCanadianAboriginalSyllabics(int code) argument
2577 xmlUCSIsVariationSelectors(int code) argument
2590 xmlUCSIsVariationSelectorsSupplement(int code) argument
2603 xmlUCSIsYiRadicals(int code) argument
2616 xmlUCSIsYiSyllables(int code) argument
2629 xmlUCSIsYijingHexagramSymbols(int code) argument
2643 xmlUCSIsBlock(int code, const char *block) argument
2661 xmlUCSIsCatC(int code) argument
2674 xmlUCSIsCatCc(int code) argument
2688 xmlUCSIsCatCf(int code) argument
2701 xmlUCSIsCatCo(int code) argument
2719 xmlUCSIsCatCs(int code) argument
2735 xmlUCSIsCatL(int code) argument
2748 xmlUCSIsCatLl(int code) argument
2761 xmlUCSIsCatLm(int code) argument
2774 xmlUCSIsCatLo(int code) argument
2787 xmlUCSIsCatLt(int code) argument
2800 xmlUCSIsCatLu(int code) argument
2813 xmlUCSIsCatM(int code) argument
2826 xmlUCSIsCatMc(int code) argument
2839 xmlUCSIsCatMe(int code) argument
2855 xmlUCSIsCatMn(int code) argument
2868 xmlUCSIsCatN(int code) argument
2881 xmlUCSIsCatNd(int code) argument
2894 xmlUCSIsCatNl(int code) argument
2912 xmlUCSIsCatNo(int code) argument
2925 xmlUCSIsCatP(int code) argument
2938 xmlUCSIsCatPc(int code) argument
2958 xmlUCSIsCatPd(int code) argument
2971 xmlUCSIsCatPe(int code) argument
2984 xmlUCSIsCatPf(int code) argument
3000 xmlUCSIsCatPi(int code) argument
3017 xmlUCSIsCatPo(int code) argument
3030 xmlUCSIsCatPs(int code) argument
3043 xmlUCSIsCatS(int code) argument
3056 xmlUCSIsCatSc(int code) argument
3069 xmlUCSIsCatSk(int code) argument
3082 xmlUCSIsCatSm(int code) argument
3095 xmlUCSIsCatSo(int code) argument
3108 xmlUCSIsCatZ(int code) argument
3121 xmlUCSIsCatZl(int code) argument
3134 xmlUCSIsCatZp(int code) argument
3147 xmlUCSIsCatZs(int code) argument
3168 xmlUCSIsCat(int code, const char *cat) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]
H A Dinftree9.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon4129
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon4145
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon802
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]
H A Dinftree9.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon7238
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon7254
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon7472
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]
H A Dinftree9.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon7456
35 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinftrees.h15 information needed to do the operation requested by the code that
17 table that indexes more bits of the code. op indicates whether
19 distance, an end-of-block, or an invalid code. For a table
22 is the number of extra bits to get after the code. bits is
23 the number of bits in this code or part of the code to drop off
29 unsigned char bits; /* bits in this part of the code */
30 unsigned short val; /* offset in table or code value */
31 } code; typedef in typeref:struct:__anon18836
38 01000000 - invalid code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinflate9.h16 LEN, /* i: waiting for length/lit code */
39 unsigned ncode; /* number of code length code lengths */
40 unsigned nlen; /* number of length code lengths */
41 unsigned ndist; /* number of distance code lengths */
42 unsigned have; /* number of code lengths in lens[] */
43 code FAR *next; /* next available space in codes[] */
44 unsigned short lens[320]; /* temporary storage for code lengths */
45 unsigned short work[288]; /* work area for code table building */
46 code code
[all...]

Completed in 286 milliseconds

1234567891011>>