OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prev2
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/zlib/pigz/dist/zopfli/
hash.h
39
unsigned short*
prev2
; /* Index to index of prev. occurance of same hash. */
member in struct:ZopfliHash
/src/sys/dev/ieee1394/
sbp.c
2463
struct sbp_ocb *tocb, *prev, *
prev2
;
local
2473
prev2
= prev;
2481
prev2
= sdev->last_ocb;
2483
if (
prev2
!= NULL) {
2486
(uintmax_t)
prev2
->bus_addr, (uintmax_t)ocb->bus_addr);
2494
*(volatile uint32_t *)&
prev2
->orb[1] = htonl(ocb->bus_addr);
2495
*(volatile uint32_t *)&
prev2
->orb[0] = 0;
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc
6490
gfc_omp_namelist **n2ref = NULL, *
prev2
= NULL;
local
6514
for (n2 = *n2ref; n2 != NULL;
prev2
= n2, n2 = n2->next)
6523
n_firstp =
prev2
? &
prev2
->next : n2ref;
6528
n_lastp =
prev2
? &
prev2
->next : n2ref;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc
5771
gfc_omp_namelist **n2ref = NULL, *
prev2
= NULL;
local
5795
for (n2 = *n2ref; n2 != NULL;
prev2
= n2, n2 = n2->next)
5804
n_firstp =
prev2
? &
prev2
->next : n2ref;
5809
n_lastp =
prev2
? &
prev2
->next : n2ref;
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c
2562
basic_block prev = 0, prop = 0,
prev2
= 0;
2570
prev2
= EDGE_PRED (bb, j)->src;
2593
else if (prev &&
prev2
2596
&& EDGE_PRED (prev, 0)->src ==
prev2
2597
&&
prev2
->loop_father == bb->loop_father
2556
basic_block prev = 0, prop = 0,
prev2
= 0;
local
Completed in 83 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026