Searched refs:nump (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/src/libelf/
H A Delf_getarsym.c50 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) argument
69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32);
71 *nump = index64_p ? u.ret64 : u.ret32;
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt2.c647 OPJ_UINT32 nump = 0; local
677 ++nump;
682 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
684 nump = 0;
697 nump++;
701 opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
703 nump = 0;
/external/mksh/src/
H A Dvar.c482 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) argument
494 nump->i = vp->val.i;
547 nump->u = (mksh_uari_t)wc;
571 nump->u = num;
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c139 static const char * getnum(const char * strp, int * nump, int min,
686 getnum(register const char *strp, int *const nump, const int min, const int max) argument
702 *nump = num;
/external/freetype/src/truetype/
H A Dttinterp.c7022 FT_ULong nump, k; local
7059 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
7062 for ( k = 1; k <= nump; k++ )
7194 FT_ULong nump, k; local
7220 nump = (FT_ULong)args[0];
7222 for ( k = 1; k <= nump; k++ )
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c7461 FT_ULong nump, k; local
7498 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
7501 for ( k = 1; k <= nump; k++ )
7632 FT_ULong nump, k; local
7658 nump = (FT_ULong)args[0];
7660 for ( k = 1; k <= nump; k++ )

Completed in 211 milliseconds