OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idx_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
idx.h
28
/* The type '
idx_t
' holds an (array) index or an (object) size.
74
can safely write '
idx_t
len = strlen (s);'. To port to older
95
idx_t
n = ...;
96
for (
idx_t
i = 0; i < n; i++) ...
102
idx_t
= ptr2 - ptr1;
111
help producing good code and good warnings. The type '
idx_t
' could
114
/* In the future,
idx_t
could be typedef'ed to a signed range type.
125
typedef ptrdiff_t
idx_t
;
typedef
127
/* IDX_MAX is the maximum value of an
idx_t
. */
fnmatch.c
80
typedef ptrdiff_t
idx_t
;
typedef
/src/external/gpl3/gdb.old/dist/gnulib/import/
idx.h
28
/* The type '
idx_t
' holds an (array) index or an (object) size.
74
can safely write '
idx_t
len = strlen (s);'. To port to older
95
idx_t
n = ...;
96
for (
idx_t
i = 0; i < n; i++) ...
102
idx_t
= ptr2 - ptr1;
111
help producing good code and good warnings. The type '
idx_t
' could
114
/* In the future,
idx_t
could be typedef'ed to a signed range type.
125
typedef ptrdiff_t
idx_t
;
typedef
127
/* IDX_MAX is the maximum value of an
idx_t
. */
fnmatch.c
80
typedef ptrdiff_t
idx_t
;
typedef
Completed in 58 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026