| /src/external/gpl2/diffutils/dist/lib/ |
| strtoul.c | 22 #define UNSIGNED 1
|
| strtoumax.c | 3 #define UNSIGNED 1
|
| strtol.c | 60 unsigned integers. */ 61 #ifndef UNSIGNED 62 # define UNSIGNED 0 65 # define INT unsigned LONG int 70 # if UNSIGNED 100 # if UNSIGNED 152 # define ULONG_LONG_MAX TYPE_MAXIMUM (unsigned long long) 163 static const unsigned long long int maxquad = ULONG_LONG_MAX; 171 # define ULONG_MAX ((unsigned long) ~(unsigned long) 0 [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| strtoul.c | 18 #define UNSIGNED 1
|
| strtol.c | 45 unsigned integers. */ 46 #ifndef UNSIGNED 47 # define UNSIGNED 0 50 # define INT unsigned LONG int 55 # if UNSIGNED 85 # if UNSIGNED 152 # define ULONG_LONG_MAX TYPE_MAXIMUM (unsigned long long) 163 static const unsigned long long int maxquad = ULONG_LONG_MAX; 210 # define UCHAR_TYPE unsigned char 234 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| strtoul.c | 18 #define UNSIGNED 1
|
| strtol.c | 45 unsigned integers. */ 46 #ifndef UNSIGNED 47 # define UNSIGNED 0 50 # define INT unsigned LONG int 55 # if UNSIGNED 85 # if UNSIGNED 152 # define ULONG_LONG_MAX TYPE_MAXIMUM (unsigned long long) 163 static const unsigned long long int maxquad = ULONG_LONG_MAX; 210 # define UCHAR_TYPE unsigned char 234 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| strtoul.c | 22 #define UNSIGNED 1
|
| strtol.c | 64 unsigned integers. */ 65 #ifndef UNSIGNED 66 # define UNSIGNED 0 69 # define INT unsigned LONG int 74 # if UNSIGNED 104 # if UNSIGNED 156 # define ULONG_LONG_MAX TYPE_MAXIMUM (unsigned long long) 167 static const unsigned long long int maxquad = ULONG_LONG_MAX; 175 # define ULONG_MAX ((unsigned long) ~(unsigned long) 0 [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| strtoul.c | 21 #define UNSIGNED 1
|
| strtol.c | 53 unsigned integers. */ 54 #ifndef UNSIGNED 55 # define UNSIGNED 0 58 # define INT unsigned LONG int 63 # if UNSIGNED 93 # if UNSIGNED 160 # define ULONG_LONG_MAX TYPE_MAXIMUM (unsigned long long) 171 static const unsigned long long int maxquad = ULONG_LONG_MAX; 223 # define UCHAR_TYPE unsigned char 247 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| signop.h | 1 /* Operations with SIGNED and UNSIGNED. -*- C++ -*- 25 unsigned types. The signedness of a tree type can be found by 30 UNSIGNED
|
| tree-ssa-loop-niter.cc | 536 wi::to_mpz (wi::minus_one (TYPE_PRECISION (type)), m, UNSIGNED); 812 wi::to_mpz (wi::minus_one (TYPE_PRECISION (type)), max, UNSIGNED); 849 unsigned ctr = tree_floor_log2 (mask); 853 unsigned HOST_WIDE_INT ix; 854 unsigned HOST_WIDE_INT imask; 855 unsigned HOST_WIDE_INT irslt = 1; 895 unbounded range, while the computation of C is performed in an unsigned 937 wi::to_mpz (max, bnd, UNSIGNED); 943 wi::to_mpz (wi::minus_one (TYPE_PRECISION (type)), bnd, UNSIGNED); 952 wi::to_mpz (wi::to_wide (c), bnd, UNSIGNED); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| signop.h | 1 /* Operations with SIGNED and UNSIGNED. -*- C++ -*- 25 unsigned types. The signedness of a tree type can be found by 30 UNSIGNED
|
| tree-ssa-loop-niter.cc | 537 wi::to_mpz (wi::minus_one (TYPE_PRECISION (type)), m, UNSIGNED); 824 wi::to_mpz (wi::minus_one (TYPE_PRECISION (type)), max, UNSIGNED); 861 unsigned ctr = tree_floor_log2 (mask); 865 unsigned HOST_WIDE_INT ix; 866 unsigned HOST_WIDE_INT imask; 867 unsigned HOST_WIDE_INT irslt = 1; 907 unbounded range, while the computation of C is performed in an unsigned 949 wi::to_mpz (max, bnd, UNSIGNED); 955 wi::to_mpz (wi::minus_one (TYPE_PRECISION (type)), bnd, UNSIGNED); 964 wi::to_mpz (wi::to_wide (c), bnd, UNSIGNED); [all...] |
| /src/external/ibm-public/postfix/dist/src/util/ |
| timecmp.c | 45 #define UNSIGNED(type) ( ((type)-1) > ((type)0) ) 49 * the correct case, so the signed/unsigned test happens at compile time. 51 switch (UNSIGNED(time_t) ? 0 : 1) { 83 if (UNSIGNED(time_t))
|
| /src/external/gpl2/mkhybrid/dist/libfile/ |
| file.h | 39 typedef unsigned int UInt32_t; 51 #define UNSIGNED 2 /* comparison is unsigned */ 59 unsigned char reln; /* relation (0=eq, '>'=gt, etc) */ 74 unsigned char b; 75 unsigned short h; 78 unsigned char hs[2]; /* 2 bytes of a fixed-endian "short" */ 79 unsigned char hl[4]; /* 2 bytes of a fixed-endian "long" */ 89 extern int ascmagic (unsigned char *, int); 93 extern int is_compress (const unsigned char *, int *) [all...] |
| /src/lib/libc/stdio/ |
| vfscanf.c | 89 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ 193 c = (unsigned char)*fmt++; 276 flags |= UNSIGNED; 282 flags |= UNSIGNED; 290 flags |= UNSIGNED; 325 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */ 663 /* size_t is unsigned, hence this optimisation */ 784 if ((flags & UNSIGNED) == 0) 969 unsigned char c;
|
| vfwscanf.c | 84 #define UNSIGNED 0x8000 /* %[oupxX] conversions */ 271 flags |= UNSIGNED; 277 flags |= UNSIGNED; 285 flags |= UNSIGNED; 331 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */ 692 if ((flags & UNSIGNED) == 0) 772 wchar_t decpt = (wchar_t)(unsigned char)*localeconv_l(loc)->decimal_point;
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_lib.c | 156 unsigned int mask, past_i; 429 UNSIGNED } signedness_t; 431 static BIGNUM *bin2bn(const unsigned char *s, int len, BIGNUM *ret, 435 const unsigned char *s2; 438 unsigned int i; 439 unsigned int n; 514 unsigned int m = 0; /* Offset in a bignum chunk, in bits */ 533 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) 535 return bin2bn(s, len, ret, BIG, UNSIGNED); 538 BIGNUM *BN_signed_bin2bn(const unsigned char *s, int len, BIGNUM *ret [all...] |
| /src/external/bsd/pcc/dist/pcc/mip/ |
| manifest.h | 62 * Signed types must have bit 0 unset, unsigned types set (used below). 71 #define UNSIGNED 7 116 #define ISUNSIGNED(x) (((x) <= ULONGLONG) && (((x) & 1) == (UNSIGNED & 1)))
|
| /src/external/bsd/pcc/dist/pcc/cc/cc/ |
| cc.c | 354 #define UNSIGNED 7 361 #define WCT "short unsigned int" 372 #elif WCHAR_TYPE == UNSIGNED 373 #define WCT "unsigned int" 392 #define PCC_WINT_TYPE "unsigned int" 396 #define PCC_SIZE_TYPE "unsigned long" 596 } else if (match(u, "unsigned-char")) { 795 isdigit((unsigned char)argp[2])) 1333 unsigned i;
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 784 unsigned int idx = ~0; 1238 "unsigned conversion from %qT to %qT " 1243 "unsigned conversion from %qT to %qT " 1327 /* If constant is unsigned and fits in the target 1361 /* Avoid -Wsign-conversion for (unsigned)(x + (-1)). */ 1427 unsigned char. */ 1435 : G_("unsigned conversion from %qT to %qT " 1443 : G_("unsigned conversion from %qT to %qT " 1514 print_dec (wi::to_wide (key), buf, UNSIGNED); 1970 warn for unsigned char since that type is safe. Don't warn fo [all...] |
| /src/external/bsd/file/dist/src/ |
| file.h | 205 unsigned char us[MAXstring]; 218 #define UNSIGNED 0x08 /* comparison is unsigned */ 517 typedef unsigned long file_unichar_t; 525 file_protected const char *file_fmtvarint(char *, size_t, const unsigned char *, 576 file_protected uintmax_t file_varint2uintmax_t(const unsigned char *, int, 593 file_protected int file_check_mem(struct magic_set *, unsigned int); 594 file_protected int file_looks_utf8(const unsigned char *, size_t,
|
| /src/external/gpl3/gcc/dist/gcc/config/arc/ |
| arc.h | 307 #define SIZE_TYPE "unsigned int" 593 || (reg_renumber && ((unsigned) reg_renumber[REGNO] < 29)) \ 594 || ((unsigned) (REGNO) == (unsigned) arc_tp_regno) \ 617 #define SMALL_INT(X) ((unsigned) ((X) + 0x100) < 0x200) 619 ((unsigned) (((X) >> (SHIFT)) + 0x100) \ 620 < 0x200 - ((unsigned) (OFFSET) >> (SHIFT))) 624 : (unsigned HOST_WIDE_INT) (X) <= (unsigned HOST_WIDE_INT) 0xffffffff) 630 ((unsigned long long) ((X) + (1ULL << (V - 1))) < (1ULL << V) [all...] |