OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcount
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c
2134
uint_t i,
gcount
;
local
2144
&glist, &
gcount
) != 0)
2147
vd = kmem_zalloc(
gcount
* sizeof (vdev_t *), KM_SLEEP);
2151
for (i = 0; i <
gcount
; i++) {
2172
for (extracted = 0, i = 0; i <
gcount
; i++) {
2185
if (!attempt_reopen ||
gcount
== extracted) {
2186
for (i = 0; i <
gcount
; i++)
2192
kmem_free(vd,
gcount
* sizeof (vdev_t *));
/src/external/gpl3/gcc/dist/gcc/
asan.cc
3640
unsigned HOST_WIDE_INT
gcount
= 0;
local
3666
++
gcount
;
3669
(&
gcount
);
3670
if (
gcount
)
3677
type = build_array_type_nelts (type,
gcount
);
3685
vec_alloc (v,
gcount
);
3705
tree gcount_tree = build_int_cst (pointer_sized_int_node,
gcount
);
/src/external/gpl3/gcc.old/dist/gcc/
asan.cc
3584
unsigned HOST_WIDE_INT
gcount
= 0;
local
3610
++
gcount
;
3613
(&
gcount
);
3614
if (
gcount
)
3621
type = build_array_type_nelts (type,
gcount
);
3629
vec_alloc (v,
gcount
);
3649
tree gcount_tree = build_int_cst (pointer_sized_int_node,
gcount
);
/src/sys/dev/stbi/
stb_image.c
3416
int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,
gcount
=0,bcount=0,acount=0;
local
3437
gshift = high_bit(mg)-7;
gcount
= bitcount(mr);
3457
out[z++] = (uint8) shiftsigned(v & mg, gshift,
gcount
);
Completed in 67 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026