Searched refs:int_least16_t (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-stdint.c109 int_least16_t c2[3] = { 17, INT_LEAST16_MIN, INT_LEAST16_MAX };
110 verify (TYPE_MINIMUM (int_least16_t) == INT_LEAST16_MIN);
111 verify (TYPE_MAXIMUM (int_least16_t) == INT_LEAST16_MAX);
112 verify_same_types (INT_LEAST16_MIN, (int_least16_t) 0 + 0);
113 verify_same_types (INT_LEAST16_MAX, (int_least16_t) 0 + 0);
333 verify_same_types (INT16_C (17), (int_least16_t)0 + 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c108 int_least16_t c2[3] = { 17, INT_LEAST16_MIN, INT_LEAST16_MAX };
109 verify (TYPE_MINIMUM (int_least16_t) == INT_LEAST16_MIN);
110 verify (TYPE_MAXIMUM (int_least16_t) == INT_LEAST16_MAX);
111 verify_same_types (INT_LEAST16_MIN, (int_least16_t) 0 + 0);
112 verify_same_types (INT_LEAST16_MAX, (int_least16_t) 0 + 0);
328 verify_same_types (INT16_C (17), (int_least16_t)0 + 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h94 typedef int16_t int_least16_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h173 #undef int_least16_t macro
181 #define int_least16_t int16_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h173 #undef int_least16_t macro
181 #define int_least16_t int16_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdint.in.h185 #undef int_least16_t macro
193 #define int_least16_t int16_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dstdint.in.h185 #undef int_least16_t macro
193 #define int_least16_t int16_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdint.in.h186 #undef int_least16_t macro
194 #define int_least16_t int16_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h173 #undef int_least16_t macro
181 #define int_least16_t int16_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h160 typedef int16_t int_least16_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfigure21822 int_least16_t c2 = INT16_C (0x7fff);
21823 int_least16_t c2max = INT_LEAST16_MAX;
21824 int_least16_t c2min = INT_LEAST16_MIN;
29360 int_least16_t c2 = INT16_C (0x7fff);
29361 int_least16_t c2max = INT_LEAST16_MAX;
29362 int_least16_t c2min = INT_LEAST16_MIN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A Dconfigure[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A Dconfigure25694 int_least8_t int_least16_t int_least32_t int_least64_t \
25897 int_least16_t c2 = 17;
29053 int_least8_t int_least16_t int_least32_t int_least64_t \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/
H A Dconfigure32463 int_least16_t c2 = INT16_C (0x7fff);
32464 int_least16_t c2max = INT_LEAST16_MAX;
32465 int_least16_t c2min = INT_LEAST16_MIN;
[all...]

Completed in 608 milliseconds