HomeSort by relevance Sort by last modified time
    Searched defs:nump (Results 1 - 5 of 5) 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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t2.c 627 OPJ_UINT32 nump = 0; local
657 ++nump;
662 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
664 nump = 0;
677 nump++;
681 opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
683 nump = 0;
    [all...]
  /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 7490 FT_ULong k, nump; local
7669 FT_ULong nump, k; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c 7379 FT_ULong k, nump; local
7558 FT_ULong nump, k; local
    [all...]

Completed in 599 milliseconds