OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minidx
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/tools/ctf/cvt/
hash.c
267
int
minidx
= 0;
local
280
minidx
= i;
294
printf(" Min/Max: %d in #%d, %d in #%d\n", min,
minidx
, max, maxidx);
/src/external/bsd/wpa/dist/src/ap/
wpa_auth_ft.c
1137
int
minidx
= 0;
local
1154
min_off = rkh_seq->rx.last[
minidx
] - rkh_off;
1156
minidx
= i;
1159
rkh_seq->rx.offsetidx =
minidx
;
/src/external/cddl/osnet/dist/cmd/zdb/
zdb.c
275
int
minidx
= size - 1;
local
284
if (histo[i] > 0 && i <
minidx
)
285
minidx
= i;
291
for (i =
minidx
; i <= maxidx; i++) {
/src/external/gpl3/gcc/dist/gcc/
tree-sra.cc
1004
tree
minidx
= TYPE_MIN_VALUE (TYPE_DOMAIN (type));
local
1005
gcc_assert (TREE_CODE (
minidx
) == INTEGER_CST);
1007
/* Skip (some) zero-length arrays; others have MAXIDX ==
MINIDX
- 1. */
1012
/*
MINIDX
and MAXIDX are inclusive, and must be interpreted in
1014
*idx = wi::to_offset (
minidx
);
2097
tree tr_size, index,
minidx
;
local
2152
minidx
= TYPE_MIN_VALUE (TYPE_DOMAIN (type));
2153
if (TREE_CODE (
minidx
) != INTEGER_CST || el_size == 0)
2156
if (!integer_zerop (
minidx
))
2157
index = int_const_binop (PLUS_EXPR, index,
minidx
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc
1824
tree tr_size, index,
minidx
;
local
1879
minidx
= TYPE_MIN_VALUE (TYPE_DOMAIN (type));
1880
if (TREE_CODE (
minidx
) != INTEGER_CST || el_size == 0)
1883
if (!integer_zerop (
minidx
))
1884
index = int_const_binop (PLUS_EXPR, index,
minidx
);
3374
tree
minidx
= TYPE_MIN_VALUE (TYPE_DOMAIN (root->type));
local
3375
gcc_assert (TREE_CODE (
minidx
) == INTEGER_CST);
3377
/* Skip (some) zero-length arrays; others have MAXIDX ==
MINIDX
- 1. */
3382
/*
MINIDX
and MAXIDX are inclusive, and must be interpreted in
3384
offset_int idx = wi::to_offset (
minidx
);
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026