OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eltoff
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
builtins.cc
681
HOST_WIDE_INT
eltoff
;
local
686
eltoff
= 0;
688
eltoff
= -1;
690
eltoff
= tree_to_uhwi (byteoff) / eltsize;
694
if (
eltoff
< 0 ||
eltoff
>= maxelts)
701
eltoff
))
710
/* If
eltoff
is larger than strelts but less than maxelts the
712
if (
eltoff
> strelts)
719
Since
ELTOFF
is our starting index into the string, no furthe
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
builtins.cc
684
HOST_WIDE_INT
eltoff
;
local
689
eltoff
= 0;
691
eltoff
= -1;
693
eltoff
= tree_to_uhwi (byteoff) / eltsize;
697
if (
eltoff
< 0 ||
eltoff
>= maxelts)
704
eltoff
))
713
/* If
eltoff
is larger than strelts but less than maxelts the
715
if (
eltoff
> strelts)
722
Since
ELTOFF
is our starting index into the string, no furthe
[
all
...]
Completed in 29 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026