OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGNED
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
signop.h
1
/* Operations with
SIGNED
and UNSIGNED. -*- C++ -*-
24
different results depending on if the operands are
signed
types or
29
SIGNED
,
regstat.cc
443
print_dec (PSEUDO_REGNO_BYTES (i), file,
SIGNED
);
tree-ssa-loop-niter.cc
96
wi::to_mpz (wi::to_wide (op1), offset,
SIGNED
);
809
wi::to_mpz (delta, mdelta,
SIGNED
);
894
bounds the value of this difference when computed in
signed
type with
1039
will fit a
signed
type as well as an unsigned we can safely do
2340
/* We have a GE_EXPR - a
signed
comparison with zero is equivalent to
3162
/* We don't want to see undefined
signed
overflow warnings while
3577
/* Don't issue
signed
overflow warnings. */
3685
is considered to be unsigned. If its type is
signed
, its value must
3700
its type is
signed
, its value must be nonnegative. */
3725
/* If TYPE is also
signed
, the fact that VAL is nonnegative implie
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
signop.h
1
/* Operations with
SIGNED
and UNSIGNED. -*- C++ -*-
24
different results depending on if the operands are
signed
types or
29
SIGNED
,
regstat.cc
443
print_dec (PSEUDO_REGNO_BYTES (i), file,
SIGNED
);
tree-ssa-loop-niter.cc
99
wi::to_mpz (wi::to_wide (op1), offset,
SIGNED
);
821
wi::to_mpz (delta, mdelta,
SIGNED
);
906
bounds the value of this difference when computed in
signed
type with
1053
will fit a
signed
type as well as an unsigned we can safely do
2561
/* We don't want to see undefined
signed
overflow warnings while
3170
/* Don't issue
signed
overflow warnings. */
3278
is considered to be unsigned. If its type is
signed
, its value must
3293
its type is
signed
, its value must be nonnegative. */
3318
/* If TYPE is also
signed
, the fact that VAL is nonnegative implies
3347
/* Canonicalize to OP0 - CST. Consider CST to be
signed
, in order t
[
all
...]
/src/external/lgpl3/mpfr/dist/examples/
version.c
58
#define SIGNED_STR(V) ((V) < 0 ? "
signed
" : "unsigned")
59
#define
SIGNED
(I) SIGNED_STR((I) - (I) - 1)
239
SIGNED
(MPFR_PREC_MIN));
241
SIGNED
(MPFR_PREC_MAX));
/src/usr.bin/xlint/common/
lint.h
64
SIGNED
, /* keyword "
signed
", only used in the parser */
68
SCHAR, /*
signed
char */
70
SHORT, /* (
signed
) short */
72
INT, /* (
signed
) int */
74
LONG, /* (
signed
) long */
76
LLONG, /* (
signed
) long long */
78
INT128, /* (
signed
) __int128_t */
/src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_lib.c
428
typedef enum {
SIGNED
,
478
if (signedness ==
SIGNED
) {
540
return bin2bn(s, len, ret, BIG,
SIGNED
);
561
if (signedness ==
SIGNED
) {
637
return bn2binpad(a, to, tolen, BIG,
SIGNED
);
652
return bin2bn(s, len, ret, LITTLE,
SIGNED
);
666
return bn2binpad(a, to, tolen, LITTLE,
SIGNED
);
/src/external/mpl/bind/dist/bin/named/
zoneconf.c
1085
#define
SIGNED
".
signed
"
1086
size_t signedlen = strlen(filename) + sizeof(
SIGNED
);
1093
(void)snprintf(signedname, signedlen, "%s"
SIGNED
, filename);
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c
403
/*
Signed
shift. We also know that the highest bit is set. */
780
#define
SIGNED
0x02
1316
flags = BYTE_SIZE |
SIGNED
;
1326
flags = HALF_SIZE |
SIGNED
;
1336
flags = INT_SIZE |
SIGNED
;
1350
flags = BYTE_SIZE |
SIGNED
| UPDATE;
1360
flags = HALF_SIZE |
SIGNED
| UPDATE;
1370
flags = INT_SIZE |
SIGNED
| UPDATE;
sljitNativeARM_T2_32.c
798
#define
SIGNED
0x02
816
s =
signed
1252
flags = BYTE_SIZE |
SIGNED
;
1262
flags = HALF_SIZE |
SIGNED
;
1278
flags = BYTE_SIZE |
SIGNED
| UPDATE;
1288
flags = HALF_SIZE |
SIGNED
| UPDATE;
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h
670
#define
SIGNED
(MAXTYPES+1)
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h
613
#define
SIGNED
(MAXTYPES+1)
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc
1208
/* Conversion from boolean to a
signed
:1 bit-field (which only
1251
"
signed
conversion from %qT to %qT changes "
1256
"
signed
conversion from %qT to %qT changes "
1516
print_dec (wi::to_wide (key), buf,
SIGNED
);
1969
chars are
signed
. So warn on any machine, but optionally. Don't
1971
signed
char because anyone who uses that must have done so
2252
between
signed
and unsigned quantities that may fail. Do the
2275
/* Do not warn if the comparison is being done in a
signed
type,
2276
since the
signed
type will only be chosen if it can represent
2301
/* Do not warn if the
signed
quantity is an unsuffixed intege
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/arc/
arc.h
303
/* Define this as 1 if `char' should by default be
signed
; else as 0. */
461
(((
signed
)(REGNO) >= 0 && (REGNO) <= 3) || ((REGNO) >= 12 && (REGNO) <= 15))
629
#define
SIGNED
(X,V) \
644
#define SIGNED_INT3(X) (
SIGNED
(X,3))
645
#define SIGNED_INT6(X) (
SIGNED
(X,6))
646
#define SIGNED_INT7(X) (
SIGNED
(X,7))
647
#define SIGNED_INT8(X) (
SIGNED
(X,8))
648
#define SIGNED_INT9(X) (
SIGNED
(X,9))
649
#define SIGNED_INT10(X) (
SIGNED
(X,10))
650
#define SIGNED_INT11(X) (
SIGNED
(X,11)
[
all
...]
/src/external/mpl/dhcp/dist/includes/
dhctoken.h
195
SIGNED
= 392,
/src/external/mpl/dhcp/dist/keama/
dhctoken.h
199
SIGNED
= 392,
/src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h
888
SIGNED
= 0x00000001,
Completed in 143 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026