HomeSort by: relevance | last modified time | path
    Searched refs:WCHAR_MIN (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/alpha/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/amd64/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/hpc/stand/include/machine/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/hppa/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/i386/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/ia64/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/m68k/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/mips/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/powerpc/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/sh3/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/sparc/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/vax/include/
wchar_limits.h 40 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/arch/arm/include/
wchar_limits.h 42 #define WCHAR_MIN __WCHAR_MIN__ /* wchar_t */
44 #define WCHAR_MIN 0U /* wchar_t */
46 #define WCHAR_MIN (-0x7fffffff-1) /* wchar_t */
  /src/sys/sys/
common_wchar_limits.h 45 #define WCHAR_MIN __WCHAR_MIN__ /* wchar_t */
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdint-newlib.h 37 #define WCHAR_MIN __WCHAR_MIN__
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0
213 #endif // WCHAR_MIN ]
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0
213 #endif // WCHAR_MIN ]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 84 /* Get WCHAR_MIN, WCHAR_MAX. */
85 # if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
412 #undef WCHAR_MIN
414 #define WCHAR_MIN \
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 84 /* Get WCHAR_MIN, WCHAR_MAX. */
85 # if @HAVE_WCHAR_H@ && ! (defined WCHAR_MIN && defined WCHAR_MAX)
412 #undef WCHAR_MIN
414 #define WCHAR_MIN \
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdint-gcc.h 225 #undef WCHAR_MIN
226 #define WCHAR_MIN __WCHAR_MIN__
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdint.h 680 #ifndef WCHAR_MIN
682 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__)
684 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdint.d 497 enum wchar_t WCHAR_MIN = wchar_t.min;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 17119 long j = WCHAR_MIN;
    [all...]

Completed in 64 milliseconds