OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxindex
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/rpc.lockd/
lockd.c
88
int ch, i, minindex,
maxindex
, s;
local
146
maxindex
= 4;
148
maxindex
= 2;
152
for (i = minindex; i <
maxindex
; i++) {
/src/sys/arch/mips/mips/
cache_octeon.c
146
const int
maxindex
= 64; /* XXX 2 << (12 - 7 + 1) == 128? */;
local
149
for (index = 0; index <
maxindex
; index++)
217
const int
maxindex
= 1;
local
220
for (index = 0; index <
maxindex
; index++)
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
7038
tree
maxindex
, type, main_type, elt, unqual_elt;
7042
maxindex
= size_zero_node;
7051
maxindex
= size_int (TREE_STRING_LENGTH (initial_value)/eltsize - 1);
7061
maxindex
= ssize_int (-1);
7071
maxindex
= (*v)[0].index, fold_p = true;
7073
curindex =
maxindex
;
7094
if (tree_int_cst_lt (
maxindex
, curindex))
7095
maxindex
= curindex, fold_p = curfold_p;
7099
tree orig =
maxindex
;
7100
maxindex
= fold_convert (sizetype, maxindex)
7021
tree
maxindex
, type, main_type, elt, unqual_elt;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
6853
tree
maxindex
, type, main_type, elt, unqual_elt;
6857
maxindex
= size_zero_node;
6866
maxindex
= size_int (TREE_STRING_LENGTH (initial_value)/eltsize - 1);
6876
maxindex
= ssize_int (-1);
6886
maxindex
= (*v)[0].index, fold_p = true;
6888
curindex =
maxindex
;
6909
if (tree_int_cst_lt (
maxindex
, curindex))
6910
maxindex
= curindex, fold_p = curfold_p;
6914
tree orig =
maxindex
;
6915
maxindex
= fold_convert (sizetype, maxindex)
6836
tree
maxindex
, type, main_type, elt, unqual_elt;
local
[
all
...]
Completed in 63 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026