Searched refs:nump (Results 1 – 6 of 6) 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 | 791 OPJ_UINT32 nump = 0; in opj_t2_encode_packet() local 821 ++nump; in opj_t2_encode_packet() 827 … - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump))); in opj_t2_encode_packet() 829 nump = 0; in opj_t2_encode_packet() 842 nump++; in opj_t2_encode_packet() 847 … cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nump)); in opj_t2_encode_packet() 849 nump = 0; in opj_t2_encode_packet()
|
/external/mksh/src/ |
D | var.c | 518 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() argument 530 nump->i = vp->val.i; in getint() 583 nump->u = (mksh_uari_t)wc; in getint() 607 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/freetype/src/truetype/ |
D | ttinterp.c | 7135 FT_ULong nump, k; in Ins_DELTAP() local 7151 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP() 7154 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP() 7302 FT_ULong nump, k; in Ins_DELTAC() local 7308 nump = (FT_ULong)args[0]; in Ins_DELTAC() 7310 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)
|