Searched refs:int_least32_t (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c114 int_least32_t c3[3] = { 17, INT_LEAST32_MIN, INT_LEAST32_MAX };
115 verify (TYPE_MINIMUM (int_least32_t) == INT_LEAST32_MIN);
116 verify (TYPE_MAXIMUM (int_least32_t) == INT_LEAST32_MAX);
117 verify_same_types (INT_LEAST32_MIN, (int_least32_t) 0 + 0);
118 verify_same_types (INT_LEAST32_MAX, (int_least32_t) 0 + 0);
333 verify_same_types (INT32_C (17), (int_least32_t)0 + 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h175 #undef int_least32_t macro
183 #define int_least32_t int32_t macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h175 #undef int_least32_t macro
183 #define int_least32_t int32_t macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h175 #undef int_least32_t macro
183 #define int_least32_t int32_t macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h167 typedef int32_t int_least32_t; typedef
/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/libiconv-1.11/
H A Dconfigure25694 int_least8_t int_least16_t int_least32_t int_least64_t \
25898 int_least32_t c3 = 17;
29053 int_least8_t int_least16_t int_least32_t int_least64_t \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 468 milliseconds