Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf_getarsym.c46 read_number_entries (uint64_t *nump, Elf *elf, size_t *offp, bool index64_p) in read_number_entries() argument
65 *nump = index64_p ? bswap_64 (u.ret64) : bswap_32 (u.ret32); in read_number_entries()
67 *nump = index64_p ? u.ret64 : u.ret32; in read_number_entries()
/third_party/mksh/
Dvar.c528 getint(struct tbl *vp, mksh_ari_u *nump, bool arith) in getint() argument
540 nump->i = vp->val.i; in getint()
593 nump->u = (mksh_uari_t)wc; in getint()
617 nump->u = num; in getint()
/third_party/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/freetype/src/truetype/
Dttinterp.c7137 FT_ULong nump, k; in Ins_DELTAP() local
7152 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP()
7155 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP()
7306 FT_ULong nump, k; in Ins_DELTAC() local
7312 nump = (FT_ULong)args[0]; in Ins_DELTAC()
7314 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c7179 FT_ULong nump, k; in Ins_DELTAP() local
7195 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP()
7198 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP()
7346 FT_ULong nump, k; in Ins_DELTAC() local
7352 nump = (FT_ULong)args[0]; in Ins_DELTAC()
7354 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c7130 FT_ULong nump, k; in Ins_DELTAP() local
7145 nump = (FT_ULong)args[0]; /* some points theoretically may occur more in Ins_DELTAP()
7148 for ( k = 1; k <= nump; k++ ) in Ins_DELTAP()
7299 FT_ULong nump, k; in Ins_DELTAC() local
7305 nump = (FT_ULong)args[0]; in Ins_DELTAC()
7307 for ( k = 1; k <= nump; k++ ) in Ins_DELTAC()
/third_party/tzdata/
Dlocaltime.c870 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() argument
886 *nump = num; in getnum()