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 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/autofit/
afshaper.c
494
unsigned int
gcount
;
local
510
ginfo = hb_buffer_get_glyph_infos( buf, &
gcount
);
513
if (
gcount
== hb_gcount )
518
for (i = 0; i <
gcount
; i++ )
522
if ( i ==
gcount
)
552
unsigned int
gcount
;
local
557
ginfo = hb_buffer_get_glyph_infos( buf, &
gcount
);
558
gpos = hb_buffer_get_glyph_positions( buf, &
gcount
);
560
if ( idx >=
gcount
)
/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 36 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026