Searched refs:WCHAR_MAX (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h27 /* Get wchar_t, WCHAR_MIN, WCHAR_MAX. */
29 /* BSD/OS 4.2 defines WCHAR_MIN, WCHAR_MAX in <wchar.h>, not <stddef.h>. */
30 #if !(defined(WCHAR_MIN) && defined(WCHAR_MAX)) && @HAVE_WCHAR_H@
888 #ifndef WCHAR_MAX
891 # define WCHAR_MAX (~ (-1L << (@BITSIZEOF_WCHAR_T@ - 1))) macro
893 # define WCHAR_MAX (~ (-1 << (@BITSIZEOF_WCHAR_T@ - 1))) macro
897 # define WCHAR_MAX (((1UL << (@BITSIZEOF_WCHAR_T@ - 1)) - 1) * 2 + 1) macro
899 # define WCHAR_MAX (((1U << (@BITSIZEOF_WCHAR_T@ - 1)) - 1) * 2 + 1) macro
901 # define WCHAR_MAX (((1 << (@BITSIZEOF_WCHAR_T@ - 1)) - 1) * 2 + 1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h87 /* Get WCHAR_MIN, WCHAR_MAX. */
88 # if ! (defined WCHAR_MIN && defined WCHAR_MAX)
435 #undef WCHAR_MAX macro
438 #define WCHAR_MAX \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h87 /* Get WCHAR_MIN, WCHAR_MAX. */
88 # if ! (defined WCHAR_MIN && defined WCHAR_MAX)
435 #undef WCHAR_MAX macro
438 #define WCHAR_MAX \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c294 verify (TYPE_MAXIMUM (wchar_t) == WCHAR_MAX); variable
296 verify_same_types (WCHAR_MAX, (wchar_t) 0 + 0);
298 # if WCHAR_MIN != 17 && WCHAR_MAX
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h87 /* Get WCHAR_MIN, WCHAR_MAX. */
88 # if ! (defined WCHAR_MIN && defined WCHAR_MAX)
435 #undef WCHAR_MAX macro
438 #define WCHAR_MAX \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfigure[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 151 milliseconds