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

/external/kernel-headers/original/linux/
H A Dmoduleparam.h147 /* Comma-separated array: *nump is set to number they actually specified. */
148 #define module_param_array_named(name, array, type, nump, perm) \
150 = { ARRAY_SIZE(array), nump, param_set_##type, param_get_##type,\
156 #define module_param_array(name, type, nump, perm) \
157 module_param_array_named(name, name, type, nump, perm)
/external/mksh/src/
H A Dvar.c474 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) argument
487 *nump = vp->val.i;
528 *nump = (mksh_ari_t)wc;
546 *nump = neg ? -((mksh_ari_t)num) : (mksh_ari_t)num;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c144 static const char * getnum(const char * strp, int * nump, int min,
657 getnum(strp, nump, min, max)
659 int * const nump;
677 *nump = num;
/external/icu4c/tools/tzcode/
H A Dlocaltime.c144 static const char * getnum(const char * strp, int * nump, int min,
657 getnum(strp, nump, min, max)
659 int * const nump;
677 *nump = num;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c6884 FT_ULong k, nump; local
6910 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
6913 for ( k = 1; k <= nump; k++ )
6983 FT_ULong nump, k; local
7008 nump = (FT_ULong)args[0];
7010 for ( k = 1; k <= nump; k++ )
/external/freetype/src/truetype/
H A Dttinterp.c7375 FT_ULong k, nump; local
7411 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
7414 for ( k = 1; k <= nump; k++ )
7554 FT_ULong nump, k; local
7579 nump = (FT_ULong)args[0];
7581 for ( k = 1; k <= nump; k++ )

Completed in 284 milliseconds