OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromindex
(Results
1 - 10
of
10
) sorted by relevancy
/src/common/lib/libc/gmon/
mcount.c
291
u_long
fromindex
;
local
304
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
305
if (q->froms[
fromindex
] == 0)
307
for (qtoindex = q->froms[
fromindex
]; qtoindex != 0;
312
frompcindex = &p->froms[
fromindex
];
mcount.c
291
u_long
fromindex
;
local
304
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
305
if (q->froms[
fromindex
] == 0)
307
for (qtoindex = q->froms[
fromindex
]; qtoindex != 0;
312
frompcindex = &p->froms[
fromindex
];
/src/lib/libc/gmon/
gmon.c
262
u_long
fromindex
;
local
270
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
271
if (q->froms[
fromindex
] == 0)
273
for (qtoindex = q->froms[
fromindex
]; qtoindex != 0;
278
frompcindex = &p->froms[
fromindex
];
378
int
fromindex
;
local
474
for (
fromindex
= 0;
fromindex
< endfrom; fromindex++)
[
all
...]
gmon.c
262
u_long
fromindex
;
local
270
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
271
if (q->froms[
fromindex
] == 0)
273
for (qtoindex = q->froms[
fromindex
]; qtoindex != 0;
278
frompcindex = &p->froms[
fromindex
];
378
int
fromindex
;
local
474
for (
fromindex
= 0;
fromindex
< endfrom; fromindex++)
[
all
...]
/src/usr.sbin/kgmon/
kgmon.c
351
int
fromindex
, endfrom, toindex;
local
455
for (
fromindex
= 0;
fromindex
< endfrom; ++
fromindex
) {
456
if (froms[
fromindex
] == 0)
459
(
fromindex
* kvp->gpm.hashfraction * sizeof(*froms));
460
for (toindex = froms[
fromindex
]; toindex != 0;
kgmon.c
351
int
fromindex
, endfrom, toindex;
local
455
for (
fromindex
= 0;
fromindex
< endfrom; ++
fromindex
) {
456
if (froms[
fromindex
] == 0)
459
(
fromindex
* kvp->gpm.hashfraction * sizeof(*froms));
460
for (toindex = froms[
fromindex
]; toindex != 0;
/src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c
156
int
fromindex
;
local
198
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
199
if (froms[
fromindex
] == 0) {
202
frompc = s_lowpc + (
fromindex
* HASHFRACTION * sizeof (*froms));
203
for (toindex = froms[
fromindex
];
gmon.c
156
int
fromindex
;
local
198
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
199
if (froms[
fromindex
] == 0) {
202
frompc = s_lowpc + (
fromindex
* HASHFRACTION * sizeof (*froms));
203
for (toindex = froms[
fromindex
];
/src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c
156
int
fromindex
;
local
198
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
199
if (froms[
fromindex
] == 0) {
202
frompc = s_lowpc + (
fromindex
* HASHFRACTION * sizeof (*froms));
203
for (toindex = froms[
fromindex
];
gmon.c
156
int
fromindex
;
local
198
for (
fromindex
= 0;
fromindex
< endfrom;
fromindex
++) {
199
if (froms[
fromindex
] == 0) {
202
frompc = s_lowpc + (
fromindex
* HASHFRACTION * sizeof (*froms));
203
for (toindex = froms[
fromindex
];
Completed in 93 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026