OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcnt
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c
99
static int
fcnt
;
variable
338
fcnt
= 0;
363
if (
fcnt
>= max )
374
fontlist[
fcnt
].name = strdup( buffer );
375
fontlist[
fcnt
].len = statb.st_size;
377
figurefiletype( &fontlist[
fcnt
] );
378
++
fcnt
;
385
if (
fcnt
== 0 )
391
fontlist[
fcnt
].name = NULL;
496
int i = getRandom( 0,
fcnt
- 1 )
[
all
...]
/external/selinux/libselinux/src/
audit2why.c
72
int
fcnt
= 0;
local
76
return
fcnt
;
122
foundlist[
fcnt
] = i;
123
fcnt
++;
149
if (
fcnt
> 0) {
150
*bools = calloc(sizeof(struct boolean_t),
fcnt
+ 1);
152
for (i = 0; i <
fcnt
; i++) {
159
return
fcnt
;
/external/f2fs-tools/fsck/
f2fs.h
59
unsigned int
fcnt
;
member in struct:f2fs_nm_info
mount.c
475
nm_i->
fcnt
= 0;
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
ieee.c
2809
unsigned int
fcnt
;
local
[
all
...]
readelf.c
13428
size_t
fcnt
;
local
[
all
...]
Completed in 374 milliseconds