OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ullong_type
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/binutils/dist/libiberty/
strtoull.c
53
typedef unsigned long long
ullong_type
;
typedef
56
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
65
ullong_type
69
register
ullong_type
acc;
71
register
ullong_type
cutoff;
93
cutoff = (
ullong_type
)ULLONG_MAX / (
ullong_type
)base;
94
cutlim = (
ullong_type
)ULLONG_MAX % (
ullong_type
)base;
strtoll.c
70
typedef unsigned long long
ullong_type
;
typedef
80
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
101
register
ullong_type
acc;
103
register
ullong_type
cutoff;
145
cutoff = neg ? -(
ullong_type
)LLONG_MIN : LLONG_MAX;
146
cutlim = cutoff % (
ullong_type
)base;
147
cutoff /= (
ullong_type
)base;
/src/external/gpl3/binutils.old/dist/libiberty/
strtoull.c
53
typedef unsigned long long
ullong_type
;
typedef
56
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
65
ullong_type
69
register
ullong_type
acc;
71
register
ullong_type
cutoff;
93
cutoff = (
ullong_type
)ULLONG_MAX / (
ullong_type
)base;
94
cutlim = (
ullong_type
)ULLONG_MAX % (
ullong_type
)base;
strtoll.c
70
typedef unsigned long long
ullong_type
;
typedef
80
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
101
register
ullong_type
acc;
103
register
ullong_type
cutoff;
145
cutoff = neg ? -(
ullong_type
)LLONG_MIN : LLONG_MAX;
146
cutlim = cutoff % (
ullong_type
)base;
147
cutoff /= (
ullong_type
)base;
/src/external/gpl3/gcc.old/dist/libiberty/
strtoull.c
53
typedef unsigned long long
ullong_type
;
typedef
56
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
65
ullong_type
69
register
ullong_type
acc;
71
register
ullong_type
cutoff;
93
cutoff = (
ullong_type
)ULLONG_MAX / (
ullong_type
)base;
94
cutlim = (
ullong_type
)ULLONG_MAX % (
ullong_type
)base;
strtoll.c
70
typedef unsigned long long
ullong_type
;
typedef
80
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
101
register
ullong_type
acc;
103
register
ullong_type
cutoff;
145
cutoff = neg ? -(
ullong_type
)LLONG_MIN : LLONG_MAX;
146
cutlim = cutoff % (
ullong_type
)base;
147
cutoff /= (
ullong_type
)base;
/src/external/gpl3/gcc/dist/libiberty/
strtoull.c
53
typedef unsigned long long
ullong_type
;
typedef
56
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
65
ullong_type
69
register
ullong_type
acc;
71
register
ullong_type
cutoff;
93
cutoff = (
ullong_type
)ULLONG_MAX / (
ullong_type
)base;
94
cutlim = (
ullong_type
)ULLONG_MAX % (
ullong_type
)base;
strtoll.c
70
typedef unsigned long long
ullong_type
;
typedef
80
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
101
register
ullong_type
acc;
103
register
ullong_type
cutoff;
145
cutoff = neg ? -(
ullong_type
)LLONG_MIN : LLONG_MAX;
146
cutlim = cutoff % (
ullong_type
)base;
147
cutoff /= (
ullong_type
)base;
/src/external/gpl3/gdb/dist/libiberty/
strtoull.c
53
typedef unsigned long long
ullong_type
;
typedef
56
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
65
ullong_type
69
register
ullong_type
acc;
71
register
ullong_type
cutoff;
93
cutoff = (
ullong_type
)ULLONG_MAX / (
ullong_type
)base;
94
cutlim = (
ullong_type
)ULLONG_MAX % (
ullong_type
)base;
strtoll.c
70
typedef unsigned long long
ullong_type
;
typedef
80
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
101
register
ullong_type
acc;
103
register
ullong_type
cutoff;
145
cutoff = neg ? -(
ullong_type
)LLONG_MIN : LLONG_MAX;
146
cutlim = cutoff % (
ullong_type
)base;
147
cutoff /= (
ullong_type
)base;
/src/external/gpl3/gdb.old/dist/libiberty/
strtoull.c
53
typedef unsigned long long
ullong_type
;
typedef
56
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
65
ullong_type
69
register
ullong_type
acc;
71
register
ullong_type
cutoff;
93
cutoff = (
ullong_type
)ULLONG_MAX / (
ullong_type
)base;
94
cutlim = (
ullong_type
)ULLONG_MAX % (
ullong_type
)base;
strtoll.c
70
typedef unsigned long long
ullong_type
;
typedef
80
#define ULLONG_MAX (~(
ullong_type
)0) /* 0xFFFFFFFFFFFFFFFF */
101
register
ullong_type
acc;
103
register
ullong_type
cutoff;
145
cutoff = neg ? -(
ullong_type
)LLONG_MIN : LLONG_MAX;
146
cutlim = cutoff % (
ullong_type
)base;
147
cutoff /= (
ullong_type
)base;
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026