HomeSort by relevance Sort by last modified time
    Searched full:char_max (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /external/libvpx/examples/includes/geshi/geshi/
objc.php 94 'CLOCKS_PER_SEC', 'CHAR_MIN', 'CHAR_MAX', 'CHAR_BIT', 'BUFSIZ',
  /external/bison/src/
getargs.c 299 LOCATIONS_OPTION = CHAR_MAX + 1,
  /external/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]
  /external/stlport/stlport/stl/
_limits.h 198 : public _STLP_PRIV _Integer_limits<char, CHAR_MIN, CHAR_MAX, -1, true>
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.h 198 : public _STLP_PRIV _Integer_limits<char, CHAR_MIN, CHAR_MAX, -1, true>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
algorithm 170 #if CHAR_MAX == SCHAR_MAX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cyclades.h 75 unsigned long char_max; member in struct:cyclades_monitor
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
algorithm 173 #if CHAR_MAX == SCHAR_MAX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cyclades.h 75 unsigned long char_max; member in struct:cyclades_monitor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cyclades.h 75 unsigned long char_max; member in struct:cyclades_monitor
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
algorithm 173 #if CHAR_MAX == SCHAR_MAX
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 170 #if CHAR_MAX == SCHAR_MAX
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_limits.h 198 : public _STLP_PRIV _Integer_limits<char, CHAR_MIN, CHAR_MAX, -1, true>
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 170 #if CHAR_MAX == SCHAR_MAX
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_limits.h 198 : public _STLP_PRIV _Integer_limits<char, CHAR_MIN, CHAR_MAX, -1, true>
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 170 #if CHAR_MAX == SCHAR_MAX
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_limits.h 198 : public _STLP_PRIV _Integer_limits<char, CHAR_MIN, CHAR_MAX, -1, true>
  /bionic/libc/regex/
engine.c 101 #define NONCHAR(c) ((c) > CHAR_MAX)
102 #define NNONCHAR (CODEMAX-CHAR_MAX)
regcomp.c 1261 for (c = CHAR_MIN; c <= CHAR_MAX; c++)
1265 for (c2 = c+1; c2 <= CHAR_MAX; c2++)
    [all...]
  /external/llvm/lib/Support/
regengine.inc 104 #define NONCHAR(c) ((c) > CHAR_MAX)
105 #define NNONCHAR (CODEMAX-CHAR_MAX)
  /external/stlport/src/
facets_byname.cpp 453 if (__grouping != NULL && __grouping[0] == CHAR_MAX)
494 if (__grouping != NULL && __grouping[0] == CHAR_MAX)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 453 if (__grouping != NULL && __grouping[0] == CHAR_MAX)
494 if (__grouping != NULL && __grouping[0] == CHAR_MAX)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 101 #define NONCHAR(c) ((c) > CHAR_MAX)
102 #define NNONCHAR (CODEMAX-CHAR_MAX)
  /ndk/sources/host-tools/make-3.81/
main.c 125 #define short_option(c) ((c) <= CHAR_MAX)
370 { CHAR_MAX+1, string, (char *) &db_flags, 1, 1, 0, "basic", 0, "debug" },
384 { CHAR_MAX+2, string, (char *) &jobserver_fds, 1, 1, 0, 0, 0,
416 { CHAR_MAX+3, flag, (char *) &inhibit_print_directory_flag, 1, 1, 0, 0, 0,
419 { CHAR_MAX+4, flag, (char *) &warn_undefined_variables_flag, 1, 1, 0, 0, 0,
    [all...]

Completed in 2906 milliseconds

1 2 34 5