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

/external/elfutils/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/third_party/libopenjpeg20/
H A Dt2.c654 OPJ_UINT32 nump = 0; local
684 ++nump;
689 - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump)));
691 nump = 0;
704 nump++;
708 opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump));
710 nump = 0;
/external/mksh/src/
H A Dvar.c497 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) argument
509 nump->i = vp->val.i;
562 nump->u = (mksh_uari_t)wc;
586 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.c6950 FT_ULong nump, k; local
6966 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
6969 for ( k = 1; k <= nump; k++ )
7117 FT_ULong nump, k; local
7123 nump = (FT_ULong)args[0];
7125 for ( k = 1; k <= nump; k++ )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
H A Dttinterp.c7003 FT_ULong nump, k; local
7040 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
7043 for ( k = 1; k <= nump; k++ )
7175 FT_ULong nump, k; local
7201 nump = (FT_ULong)args[0];
7203 for ( k = 1; k <= nump; k++ )
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c7012 FT_ULong nump, k; local
7049 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
7052 for ( k = 1; k <= nump; k++ )
7184 FT_ULong nump, k; local
7210 nump = (FT_ULong)args[0];
7212 for ( k = 1; k <= nump; k++ )

Completed in 201 milliseconds