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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c197 ++mp->nump;
205 --mp->nump;
237 ++mp->nump;
259 --mp->nump;
326 if (!mp->nump)
346 if (!mp->nump)
H A Dsym_hipd.h1163 int nump; member in struct:sym_m_pool
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmoduleparam.h347 * @nump: optional pointer filled in with the number written
356 #define module_param_array(name, type, nump, perm) \
357 module_param_array_named(name, name, type, nump, perm)
364 * @nump: optional pointer filled in with the number written
370 #define module_param_array_named(name, array, type, nump, perm) \
372 = { ARRAY_SIZE(array), nump, &param_ops_##type, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c687 unsigned long nump;
707 nump = s->putp;
730 stream_putc_at (s, nump, num);
749 unsigned long nump;
769 nump = s->putp;
787 stream_putc_at (s, nump, num);
805 unsigned long nump;
825 nump = s->putp;
843 stream_putc_at (s, nump, num);
684 unsigned long nump; local
746 unsigned long nump; local
802 unsigned long nump; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c269 machtab_parm(machtab, nump, timeoutp)
271 int *nump;
275 *nump = machtab->max;
277 *nump = machtab->nsites;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c119 static ZCONST char *getnum OF((ZCONST char *strp, int * ZCONST nump,
268 static ZCONST char *getnum(strp, nump, min, max)
270 int * ZCONST nump;
288 *nump = num;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c121 static ZCONST char *getnum OF((ZCONST char *strp, int * ZCONST nump,
270 static ZCONST char *getnum(strp, nump, min, max)
272 int * ZCONST nump;
290 *nump = num;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_lib.c774 * @nump: pointer to store the resultant numerator
781 unsigned int *nump, unsigned int *denp)
877 if (nump)
878 *nump = result_num;
892 * @nump: pointer to store the resultant numerator
899 unsigned int *nump, unsigned int *denp)
975 if (nump)
976 *nump = best_num;
779 snd_interval_ratnum(struct snd_interval *i, unsigned int rats_count, struct snd_ratnum *rats, unsigned int *nump, unsigned int *denp) argument
897 snd_interval_ratden(struct snd_interval *i, unsigned int rats_count, struct snd_ratden *rats, unsigned int *nump, unsigned int *denp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c229 int nump; member in struct:m_pool
364 ++mp->nump;
371 --mp->nump;
401 ++mp->nump;
424 --mp->nump;
474 if (mp && !mp->nump)
490 if (mp && !mp->nump)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dclaw.c1081 int nump; local
1088 for (nump=2 ;nump <= 512;nump*=2) {
1089 if (num_of_pages <= nump)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h771 unsigned int *nump, unsigned int *denp);

Completed in 277 milliseconds