Searched refs:int_least8_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.c103 int_least8_t c1[3] = { 17, INT_LEAST8_MIN, INT_LEAST8_MAX };
104 verify (TYPE_MINIMUM (int_least8_t) == INT_LEAST8_MIN);
105 verify (TYPE_MAXIMUM (int_least8_t) == INT_LEAST8_MAX);
106 verify_same_types (INT_LEAST8_MIN, (int_least8_t) 0 + 0);
107 verify_same_types (INT_LEAST8_MAX, (int_least8_t) 0 + 0);
328 verify_same_types (INT8_C (17), (int_least8_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.c102 int_least8_t c1[3] = { 17, INT_LEAST8_MIN, INT_LEAST8_MAX };
103 verify (TYPE_MINIMUM (int_least8_t) == INT_LEAST8_MIN);
104 verify (TYPE_MAXIMUM (int_least8_t) == INT_LEAST8_MAX);
105 verify_same_types (INT_LEAST8_MIN, (int_least8_t) 0 + 0);
106 verify_same_types (INT_LEAST8_MAX, (int_least8_t) 0 + 0);
323 verify_same_types (INT8_C (17), (int_least8_t)0 + 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h92 typedef int8_t int_least8_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.h171 #undef int_least8_t macro
179 #define int_least8_t int8_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h171 #undef int_least8_t macro
179 #define int_least8_t int8_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdint.in.h183 #undef int_least8_t macro
191 #define int_least8_t int8_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dstdint.in.h183 #undef int_least8_t macro
191 #define int_least8_t int8_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdint.in.h184 #undef int_least8_t macro
192 #define int_least8_t int8_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.h171 #undef int_least8_t macro
179 #define int_least8_t int8_t macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h153 typedef int8_t int_least8_t; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dconfigure21819 int_least8_t c1 = INT8_C (0x7f);
21820 int_least8_t c1max = INT_LEAST8_MAX;
21821 int_least8_t c1min = INT_LEAST8_MIN;
29357 int_least8_t c1 = INT8_C (0x7f);
29358 int_least8_t c1max = INT_LEAST8_MAX;
29359 int_least8_t c1min = INT_LEAST8_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 \
25896 int_least8_t c1 = 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 Dconfigure32460 int_least8_t c1 = INT8_C (0x7f);
32461 int_least8_t c1max = INT_LEAST8_MAX;
32462 int_least8_t c1min = INT_LEAST8_MIN;
[all...]

Completed in 344 milliseconds