OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNSIGNED
(Results
1 - 25
of
197
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/gpl2/diffutils/dist/lib/
strtoul.c
22
#define
UNSIGNED
1
strtoumax.c
3
#define
UNSIGNED
1
strtoimax.c
46
#ifdef
UNSIGNED
51
unsigned
long strtoul PARAMS ((char const *, char **, int));
57
unsigned
long long strtoull PARAMS ((char const *, char **, int));
76
#ifdef
UNSIGNED
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
wide-int-print.h
40
print_dec_buf_size (const wide_int_ref &wi, signop sgn,
unsigned
int *len)
42
unsigned
int l = wi.get_len ();
43
if ((l != 1 || sgn ==
UNSIGNED
) && wi::neg_p (wi))
51
print_decs_buf_size (const wide_int_ref &wi,
unsigned
int *len)
57
print_decu_buf_size (const wide_int_ref &wi,
unsigned
int *len)
59
return print_dec_buf_size (wi,
UNSIGNED
, len);
63
print_hex_buf_size (const wide_int_ref &wi,
unsigned
int *len)
65
unsigned
int l;
range.cc
49
unsigned
prec = TYPE_PRECISION (type);
57
unsigned
prec = TYPE_PRECISION (type);
60
if (sign ==
UNSIGNED
)
wide-int.cc
41
typedef
unsigned
HOST_HALF_WIDE_INT UHWtype;
42
typedef
unsigned
HOST_WIDE_INT UWtype;
43
typedef
unsigned
int UQItype __attribute__ ((mode (QI)));
44
typedef
unsigned
int USItype __attribute__ ((mode (SI)));
45
typedef
unsigned
int UDItype __attribute__ ((mode (DI)));
47
typedef
unsigned
int UDWtype __attribute__ ((mode (DI)));
49
typedef
unsigned
int UDWtype __attribute__ ((mode (TI)));
71
static
unsigned
HOST_WIDE_INT
72
safe_uhwi (const HOST_WIDE_INT *val,
unsigned
int len,
unsigned
int i
[
all
...]
wide-int-print.cc
61
-(
unsigned
HOST_WIDE_INT) wi.to_shwi ());
81
unsigned
len;
88
/* Try to print the
unsigned
self in decimal to BUF. */
98
widest2_int w = widest2_int::from (wi,
UNSIGNED
), r;
107
w = wi::divmod_trunc (w, ten19,
UNSIGNED
, &r);
133
unsigned
len;
153
unsigned
HOST_WIDE_INT uhwi = wi::extract_uhwi (val, i, width);
172
unsigned
len;
185
unsigned
int len;
/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
range.cc
48
unsigned
prec = TYPE_PRECISION (type);
56
unsigned
prec = TYPE_PRECISION (type);
59
if (sign ==
UNSIGNED
)
wide-int.cc
41
typedef
unsigned
HOST_HALF_WIDE_INT UHWtype;
42
typedef
unsigned
HOST_WIDE_INT UWtype;
43
typedef
unsigned
int UQItype __attribute__ ((mode (QI)));
44
typedef
unsigned
int USItype __attribute__ ((mode (SI)));
45
typedef
unsigned
int UDItype __attribute__ ((mode (DI)));
47
typedef
unsigned
int UDWtype __attribute__ ((mode (DI)));
49
typedef
unsigned
int UDWtype __attribute__ ((mode (TI)));
72
static
unsigned
HOST_WIDE_INT
73
safe_uhwi (const HOST_WIDE_INT *val,
unsigned
int len,
unsigned
int i
[
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/bsd/pcc/dist/pcc/driver/
osdefs.h
65
#define SIZE_TYPE_i386
UNSIGNED
75
#define SIZE_TYPE_i386
UNSIGNED
target.c
52
#define TYPE_UCHAR
unsigned
char
54
#define TYPE_USHORT
unsigned
short int
56
#define TYPE_UNSIGNED
unsigned
int
58
#define TYPE_ULONG
unsigned
long int
60
#define TYPE_ULONGLONG
unsigned
long long int
121
#elif WINT_TYPE ==
UNSIGNED
130
#if SIZE_TYPE ==
UNSIGNED
/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/external/bsd/pcc/dist/pcc/arch/vax/
local2.c
51
printf(" .word 0x%llx\n", (
unsigned
long long)ipp->ipp_regs[0]);
161
t =
UNSIGNED
;
237
ts =
UNSIGNED
;
276
case 'I': /*
unsigned
to double */
586
case 'U': /* 32 - n, for
unsigned
right shifts */
697
if( o==OREG && !R2TEST(p->rval) && (p->type==INT || p->type==
UNSIGNED
|| ISPTR(p->type)) )
702
&& (p->type==INT || p->type==
UNSIGNED
|| ISPTR(p->type)) )
711
if( tyl==1 && p->op==REG && (p->type==INT || p->type==
UNSIGNED
) ) return( p->rval );
712
if( (p->op==LS && p->left->op==REG && (p->left->type==INT || p->left->type==
UNSIGNED
) &&
845
case
UNSIGNED
|PTR
[
all
...]
Completed in 38 milliseconds
1
2
3
4
5
6
7
8
Indexes created Wed Jun 10 00:26:05 UTC 2026