Searched refs:INT8_MIN (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h143 #define INT8_MIN -128 macro
164 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-stdint.c44 int8_t a1[3] = { INT8_C (17), INT8_MIN, INT8_MAX };
45 verify (TYPE_MINIMUM (int8_t) == INT8_MIN); variable
47 verify_same_types (INT8_MIN, (int8_t) 0 + 0);
88 #if INT8_MIN && INT8_MAX && INT16_MIN && INT16_MAX && INT32_MIN && INT32_MAX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c43 int8_t a1[3] = { INT8_C (17), INT8_MIN, INT8_MAX };
44 verify (TYPE_MINIMUM (int8_t) == INT8_MIN); variable
46 verify_same_types (INT8_MIN, (int8_t) 0 + 0);
87 #if INT8_MIN && INT8_MAX && INT16_MIN && INT16_MAX && INT32_MIN && INT32_MAX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h267 #undef INT8_MIN macro
270 #define INT8_MIN (~ INT8_MAX) macro
311 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h267 #undef INT8_MIN macro
270 #define INT8_MIN (~ INT8_MAX) macro
311 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdint.in.h291 #undef INT8_MIN macro
294 #define INT8_MIN (~ INT8_MAX) macro
335 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dstdint.in.h291 #undef INT8_MIN macro
294 #define INT8_MIN (~ INT8_MAX) macro
335 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdint.in.h292 #undef INT8_MIN macro
295 #define INT8_MIN (~ INT8_MAX) macro
336 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h267 #undef INT8_MIN macro
270 #define INT8_MIN (~ INT8_MAX) macro
311 #define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h292 # ifndef INT8_MIN
293 # define INT8_MIN (-1 << (@BITSIZEOF_INT8_T@ - 1)) macro
296 # define INT8_MIN -128 macro
438 # define INT_LEAST8_MIN INT8_MIN
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dlexer.c79 #ifndef INT8_MIN
80 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.cpp79 #ifndef INT8_MIN
80 #define INT8_MIN (-128) macro
H A DScanner.cpp60 #ifndef INT8_MIN
61 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_lexer.c60 #ifndef INT8_MIN
61 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcss.c58 #ifndef INT8_MIN
59 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlex.zconf.c77 #ifndef INT8_MIN
78 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c51 #ifndef INT8_MIN
52 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
H A Ddad_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
H A Dra_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
H A Dradvd_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
H A Dresolv_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
H A Dserver6_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
H A Dlease_token.c78 #ifndef INT8_MIN
79 #define INT8_MIN (-128) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_daap.c2507 snprintf(buf, sizeof(buf), "%" PRIi8, INT8_MIN);

Completed in 239 milliseconds

12