Searched refs:nump (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libelf/ |
D | elf_getarsym.c | 50 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/third_party/libopenjpeg20/ |
D | t2.c | 654 OPJ_UINT32 nump = 0; in opj_t2_encode_packet() local 684 ++nump; in opj_t2_encode_packet() 689 … - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump))); in opj_t2_encode_packet() 691 nump = 0; in opj_t2_encode_packet() 704 nump++; in opj_t2_encode_packet() 708 …bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump)); in opj_t2_encode_packet() 710 nump = 0; in opj_t2_encode_packet()
|
/external/mksh/src/ |
D | var.c | 504 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() argument 516 nump->i = vp->val.i; in getint() 569 nump->u = (mksh_uari_t)wc; in getint() 593 nump->u = num; in getint()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 139 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/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.c | 7012 FT_ULong nump, k; in Ins_DELTAP() local 7049 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP() 7052 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP() 7184 FT_ULong nump, k; in Ins_DELTAC() local 7210 nump = (FT_ULong)args[0]; in Ins_DELTAC() 7212 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 6970 FT_ULong nump, k; in Ins_DELTAP() local 6986 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP() 6989 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP() 7137 FT_ULong nump, k; in Ins_DELTAC() local 7143 nump = (FT_ULong)args[0]; in Ins_DELTAC() 7145 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
|
/external/mp4parser/isoparser/src/main/resources/ |
D | isoparser-default.properties | 217 #hinf-nump=com.coremedia.iso.boxes.rtp.HintPacketsSentBox(type)
|