Searched defs:codes (Results 1 - 25 of 60) sorted by relevance

123

/external/brotli/c/dec/
H A Dhuffman.h59 HuffmanCode* codes; member in struct:__anon1037
/external/brotli/csharp/org/brotli/dec/
H A DHuffmanTreeGroup.cs15 internal int[] codes; field in class:Org.Brotli.Dec.HuffmanTreeGroup
19 /// <see cref="codes"/>
27 /// <param name="n">number of Huffman codes</param>
31 group.codes = new int[n * Org.Brotli.Dec.Huffman.HuffmanMaxTableSize];
45 Org.Brotli.Dec.Decode.ReadHuffmanCode(group.alphabetSize, group.codes, next, br);
/external/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp41 printf(" reorder codes: %6ld *4 = %6ld\n", (long)length / 4, (long)length);
120 CollationInfo::printReorderRanges(const CollationData &data, const int32_t *codes, int32_t length) { argument
123 data.makeReorderRanges(codes, length, ranges, errorCode);
/external/webp/src/utils/
H A Dhuffman_encode_utils.h26 uint8_t extra_bits; // extra bits for escape codes
29 // Struct to represent the tree codes (depth and bits array).
33 uint16_t* codes; // Symbol Codes. member in struct:__anon30462
/external/python/cpython2/Tools/ssl/
H A Dmake_ssl_data.py22 codes = []
30 codes.append((code, (libcode, name, num)))
31 return codes
45 # Read codes from libraries
53 # Merge with existing codes (in case some old codes disappeared).
54 codes = {} variable
59 # Only keep it if the numeric codes weren't reused
61 codes[errcode] = libcode, errname, errnum
62 codes
[all...]
/external/python/cpython3/Tools/ssl/
H A Dmake_ssl_data.py22 codes = []
30 codes.append((code, (libcode, name, num)))
31 return codes
45 # Read codes from libraries
53 # Merge with existing codes (in case some old codes disappeared).
54 codes = {} variable
59 # Only keep it if the numeric codes weren't reused
61 codes[errcode] = libcode, errname, errnum
62 codes
[all...]
/external/zlib/src/contrib/infback9/
H A Dinflate9.h30 Read deflate codes:
43 code FAR *next; /* next available space in codes[] */
46 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
/external/libexif/libexif/
H A Dexif-log.c42 } codes[] = { variable in typeref:struct:__anon11431
57 for (i = 0; codes[i].title; i++) if (codes[i].code == code) break;
58 return _(codes[i].title);
66 for (i = 0; codes[i].message; i++) if (codes[i].code == code) break;
67 return _(codes[i].message);
/external/pcre/dist2/src/
H A Dpcre2_serialize.c42 a sequence of compiled codes. */
72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes, argument
87 if (codes == NULL || serialized_bytes == NULL || serialized_size == NULL)
98 if (codes[i] == NULL) return PCRE2_ERROR_NULL;
99 re = (const pcre2_real_code *)(codes[i]);
129 re = (const pcre2_real_code *)(codes[i]);
145 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, argument
159 if (data == NULL || codes == NULL) return PCRE2_ERROR_NULL;
204 memctl->free(codes[j], memctl->memory_data);
205 codes[
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A DVDUInput.java68 * Override the standard key codes used by the terminal emulation.
69 * @param codes a properties object containing key code definitions
71 void setKeyCodes(Properties codes); argument
/external/tensorflow/tensorflow/core/lib/strings/
H A Dbase64.cc61 Status DecodeThreeChars(const char* codes, char* result) { argument
62 const uint32 packed = (Convert(codes[0]) << 18) | (Convert(codes[1]) << 12) |
63 (Convert(codes[2]) << 6) | (Convert(codes[3]));
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_textrenderer.cpp91 std::vector<uint32_t> codes; local
93 codes.resize(nChars);
97 codes[i] = pFont->GetNextChar(str.c_str(), str.GetLength(), offset);
100 cur_pos += pFont->GetCharWidthF(codes[i]) * font_size / 1000;
109 DrawNormalText(pDevice, codes, positions, pFont, font_size, &matrix,
/external/freetype/src/gzip/
H A Dinfutil.h1 /* infutil.h -- types and macros common to blocks and codes
39 uIntf *blens; /* bit lengths of codes */
45 *codes; member in struct:inflate_blocks_state::__anon7333::__anon7335
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDisplayNameTest.java72 // TODO fix once there is a way to get a list of all script codes
74 // TODO fix once there is a way to get a list of all currency codes
380 String[] codes, Object[] contextList, DisplayNameGetter getter) {
383 for (int j = 0; j < codes.length; ++j) {
384 String code = codes[j];
379 check(String type, ULocale locale, String[] codes, Object[] contextList, DisplayNameGetter getter) argument
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp85 CollationSettings::aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, argument
101 reorderCodes = codes;
125 setReordering(data, codes, length, errorCode);
130 const int32_t *codes, int32_t codesLength,
133 if(codesLength == 0 || (codesLength == 1 && codes[0] == UCOL_REORDER_CODE_NONE)) {
138 data.makeReorderRanges(codes, codesLength, rangesList, errorCode);
187 setReorderArrays(codes, codesLength, ranges, rangesLength, table, errorCode);
191 CollationSettings::setReorderArrays(const int32_t *codes, int32_t codesLength, argument
201 // Allocate one memory block for the codes, the ranges, and the 16-aligned table.
216 uprv_memcpy(ownedCodes, codes, codesLengt
129 setReordering(const CollationData &data, const int32_t *codes, int32_t codesLength, UErrorCode &errorCode) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDisplayNameTest.java69 // TODO fix once there is a way to get a list of all script codes
71 // TODO fix once there is a way to get a list of all currency codes
377 String[] codes, Object[] contextList, DisplayNameGetter getter) {
380 for (int j = 0; j < codes.length; ++j) {
381 String code = codes[j];
376 check(String type, ULocale locale, String[] codes, Object[] contextList, DisplayNameGetter getter) argument
/external/mesa3d/src/glx/
H A Ddri2.c65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code);
95 switch ((wire->u.u.type & 0x7f) - info->codes->first_event) {
184 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) argument
186 if (err->majorCode == codes->major_opcode &&
194 if (err->majorCode == codes->major_opcode &&
201 if (err->majorCode == codes->major_opcode &&
217 *eventBase = info->codes->first_event;
218 *errorBase = info->codes->first_error;
237 req->reqType = info->codes->major_opcode;
265 XESetWireToEvent (dpy, info->codes
[all...]
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_cmap.cpp184 int CheckFourByteCodeRange(uint8_t* codes, argument
193 if (codes[iChar] < ranges[seg].m_Lower[iChar] ||
194 codes[iChar] > ranges[seg].m_Upper[iChar]) {
213 uint8_t codes[4];
214 codes[0] = codes[1] = 0x00;
215 codes[2] = static_cast<uint8_t>(charcode >> 8 & 0xFF);
216 codes[3] = static_cast<uint8_t>(charcode);
225 if (codes[offset + iChar] < ranges[iSeg].m_Lower[iChar] ||
226 codes[offse
359 uint8_t codes[4]; local
[all...]
/external/skia/tools/fiddle/
H A Dfiddle_main.cpp65 static const char codes[] = local
70 fputc(codes[b], out);
74 fputc(codes[b], out);
79 fputc(codes[b], out);
83 fputc(codes[b], out);
88 fputc(codes[b], out);
90 fputc(codes[b], out);
/external/skqp/tools/fiddle/
H A Dfiddle_main.cpp65 static const char codes[] = local
70 fputc(codes[b], out);
74 fputc(codes[b], out);
79 fputc(codes[b], out);
83 fputc(codes[b], out);
88 fputc(codes[b], out);
90 fputc(codes[b], out);
/external/zlib/src/contrib/puff/
H A Dpuff.c49 * - Fix fixed codes table error
63 * 1.8 9 Jan 2004 - Added some comments on no distance codes case
79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
92 #define MAXLCODES 286 /* maximum number of literal/length codes */
93 #define MAXDCODES 30 /* maximum number of distance codes */
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
95 #define FIXLCODES 288 /* number of fixed literal/length codes */
219 * - The codes as stored in the compressed data are bit-reversed relative to
220 * a simple integer ordering of codes of the same lengths. Hence below the
226 * - The first code for the shortest length is all zeros. Subsequent codes o
436 local int codes(struct state *s, function
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationSettings.java138 int[] codes;
140 codes = codesAndRanges;
142 // TODO: Java 6: Arrays.copyOf(codes, codesLength);
143 codes = new int[codesLength];
144 System.arraycopy(codesAndRanges, 0, codes, 0, codesLength);
157 reorderCodes = codes;
179 setReordering(data, codes);
182 public void setReordering(CollationData data, int[] codes) { argument
183 if(codes.length == 0 || (codes
240 setReorderArrays(int[] codes, int[] ranges, int rangesStart, int rangesLength, byte[] table) argument
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java136 int[] codes;
138 codes = codesAndRanges;
140 // TODO: Java 6: Arrays.copyOf(codes, codesLength);
141 codes = new int[codesLength];
142 System.arraycopy(codesAndRanges, 0, codes, 0, codesLength);
155 reorderCodes = codes;
177 setReordering(data, codes);
180 public void setReordering(CollationData data, int[] codes) { argument
181 if(codes.length == 0 || (codes
238 setReorderArrays(int[] codes, int[] ranges, int rangesStart, int rangesLength, byte[] table) argument
[all...]
/external/python/cpython2/Modules/zlib/
H A Dinflate.h72 Read deflate codes in fixed or dynamic block:
106 code const FAR *lencode; /* starting table for length/literal codes */
107 code const FAR *distcode; /* starting table for distance codes */
115 code FAR *next; /* next available space in codes[] */
118 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state
/external/python/cpython3/Modules/zlib/
H A Dinflate.h72 Read deflate codes in fixed or dynamic block:
109 code const FAR *lencode; /* starting table for length/literal codes */
110 code const FAR *distcode; /* starting table for distance codes */
118 code FAR *next; /* next available space in codes[] */
121 code codes[ENOUGH]; /* space for code tables */ member in struct:inflate_state

Completed in 876 milliseconds

123