HomeSort by relevance Sort by last modified time
    Searched full:maxcode (Results 1 - 25 of 34) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
codecvt_utf16.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf16_always_noconv.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf16_encoding.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_always_noconv.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_encoding.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_utf16_always_noconv.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_utf16_encoding.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf16_max_length.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf16_unshift.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_max_length.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_unshift.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_utf16_max_length.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_utf16_unshift.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
codecvt_utf8_length.pass.cpp 12 // template <class Elem, unsigned long Maxcode = 0x10ffff,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 21 MAXCODE = 65535
23 MAXCODE = 0xFFFFFFFFL
271 if m > MAXCODE:
443 if lo < MAXCODE:
446 emit(MAXCODE)
447 prefix = prefix[:MAXCODE]
448 if hi < MAXCODE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 21 MAXCODE = 65535
23 MAXCODE = 0xFFFFFFFFL
271 if m > MAXCODE:
443 if lo < MAXCODE:
446 emit(MAXCODE)
447 prefix = prefix[:MAXCODE]
448 if hi < MAXCODE:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp     [all...]
  /external/jpeg/
wrgif.c 54 int maxcode; /* maximum code, given n_bits */ member in struct:__anon19667
72 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1)
148 dinfo->maxcode = MAXCODE(dinfo->n_bits);
172 if (dinfo->code_counter < dinfo->maxcode) {
jdhuff.h 28 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon19623
29 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
jdhuff.c 224 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
226 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
229 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
415 while (code > htbl->maxcode[l]) {
  /external/qemu/distrib/jpeg-6b/
wrgif.c 54 int maxcode; /* maximum code, given n_bits */ member in struct:__anon24932
72 #define MAXCODE(n_bits) ((1 << (n_bits)) - 1)
148 dinfo->maxcode = MAXCODE(dinfo->n_bits);
172 if (dinfo->code_counter < dinfo->maxcode) {
jdhuff.h 28 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon24888
29 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
jdhuff.c 224 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
226 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
229 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
415 while (code > htbl->maxcode[l]) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
codecvt 27 template <class Elem, unsigned long Maxcode = 0x10ffff,
35 template <class Elem, unsigned long Maxcode = 0x10ffff,
43 template <class Elem, unsigned long Maxcode = 0x10ffff,

Completed in 516 milliseconds

1 2