Home
last modified time | relevance | path

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

/external/elfutils/src/libelf/
Delf_getarsym.c50 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) in read_number_entries() argument
69 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32); in read_number_entries()
71 *nump = index64_p ? u.ret64 : u.ret32; in read_number_entries()
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt2.c647 OPJ_UINT32 nump = 0; in opj_t2_encode_packet() local
677 ++nump; in opj_t2_encode_packet()
682 … - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump))); in opj_t2_encode_packet()
684 nump = 0; in opj_t2_encode_packet()
697 nump++; in opj_t2_encode_packet()
701 …bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump)); in opj_t2_encode_packet()
703 nump = 0; in opj_t2_encode_packet()
/external/mksh/src/
Dvar.c482 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() argument
494 nump->i = vp->val.i; in getint()
547 nump->u = (mksh_uari_t)wc; in getint()
571 nump->u = num; in getint()
/external/icu/icu4c/source/tools/tzcode/
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) in getnum() argument
702 *nump = num; in getnum()
/external/freetype/src/truetype/
Dttinterp.c7003 FT_ULong nump, k; in Ins_DELTAP() local
7040 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP()
7043 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP()
7175 FT_ULong nump, k; in Ins_DELTAC() local
7201 nump = (FT_ULong)args[0]; in Ins_DELTAC()
7203 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c7461 FT_ULong nump, k; in Ins_DELTAP() local
7498 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP()
7501 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP()
7632 FT_ULong nump, k; in Ins_DELTAC() local
7658 nump = (FT_ULong)args[0]; in Ins_DELTAC()
7660 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
/external/mp4parser/isoparser/src/main/resources/
Disoparser-default.properties217 #hinf-nump=com.coremedia.iso.boxes.rtp.HintPacketsSentBox(type)