OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nump
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/mtdutils/
mtdutils.c
80
const int
nump
= 32;
local
81
MtdPartition *partitions = malloc(
nump
* sizeof(*partitions));
87
g_mtd_state.partitions_allocd =
nump
;
88
memset(partitions, 0,
nump
* sizeof(*partitions));
/external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c
7375
FT_ULong k,
nump
;
local
7554
FT_ULong
nump
, k;
local
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
7375
FT_ULong k,
nump
;
local
7554
FT_ULong
nump
, k;
local
[
all
...]
Completed in 568 milliseconds