Searched refs:lval (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
261 YYSTYPE *lval;
294 lval->num = n;
303 lval->op = equal;
314 lval->op = not_equal;
331 lval->op = less_or_equal;
334 lval->op = less_than;
342 lval->op = greater_or_equal;
345 lval
[all...]
H A Dplural.c87 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1176 yylex (lval, pexp)
1177 YYSTYPE *lval;
1210 lval->num = n;
1219 lval->op = equal;
1230 lval->op = not_equal;
1247 lval->op = less_or_equal;
1250 lval->op = less_than;
1258 lval->op = greater_or_equal;
1261 lval
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y59 static int yylex (YYSTYPE *lval, const char **pexp);
239 yylex (YYSTYPE *lval, const char **pexp)
271 lval->num = n;
280 lval->op = equal;
291 lval->op = not_equal;
308 lval->op = less_or_equal;
311 lval->op = less_than;
319 lval->op = greater_or_equal;
322 lval->op = greater_than;
327 lval
[all...]
H A Dplural.c189 static int yylex (YYSTYPE *lval, const char **pexp);
1817 yylex (YYSTYPE *lval, const char **pexp)
1849 lval->num = n;
1858 lval->op = equal;
1869 lval->op = not_equal;
1886 lval->op = less_or_equal;
1889 lval->op = less_than;
1897 lval->op = greater_or_equal;
1900 lval->op = greater_than;
1905 lval
1814 yylex(YYSTYPE *lval, const char **pexp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_setopt.c235 const NameValue *nvlist, long lval)
240 ret = curl_easy_setopt(curl, tag, lval);
241 if(!lval)
248 if(nv->value == lval) break; /* found it */
254 CODE2("curl_easy_setopt(hnd, %s, %ldL);", name, lval);
268 const NameValue *nvlist, long lval)
273 ret = curl_easy_setopt(curl, tag, lval);
274 if(!lval)
280 long rest = lval; /* bits not handled yet */
311 long lval)
233 tool_setopt_enum(CURL *curl, struct GlobalConfig *config, const char *name, CURLoption tag, const NameValue *nvlist, long lval) argument
266 tool_setopt_flags(CURL *curl, struct GlobalConfig *config, const char *name, CURLoption tag, const NameValue *nvlist, long lval) argument
308 tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, const char *name, CURLoption tag, const NameValueUnsigned *nvlist, long lval) argument
483 long lval = va_arg(arg, long); local
[all...]
H A Dtool_setopt.h76 const NameValue *nv, long lval);
79 const NameValue *nv, long lval);
82 const NameValueUnsigned *nv, long lval);
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dspiflash.c64 unsigned int lval; local
69 lval = R_REG(osh, &qspi->bspi_mast_n_boot_ctrl);
70 if ((lval & 1) == 1)
74 lval = R_REG(osh, &qspi->bspi_busy_status);
75 if ((lval & 1) == 0) {
88 unsigned int lval; local
93 lval = R_REG(osh, &qspi->bspi_mast_n_boot_ctrl);
94 if ((lval & 1) == 0)
106 unsigned int lval; local
113 lval
142 unsigned int lval; local
190 unsigned int lval; local
947 unsigned int lval; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djpegtran.c209 long lval; local
214 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
217 lval *= 1000L;
218 cinfo->mem->max_memory_to_use = lval * 1000L;
249 long lval; local
254 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
256 if (lval < 0 || lval > 65535L)
259 cinfo->restart_interval = (unsigned int) lval;
262 cinfo->restart_in_rows = (int) lval;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dcjpeg.c292 long lval; local
297 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
300 lval *= 1000L;
301 cinfo->mem->max_memory_to_use = lval * 1000L;
359 long lval; local
364 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
366 if (lval < 0 || lval > 65535L)
369 cinfo->restart_interval = (unsigned int) lval;
372 cinfo->restart_in_rows = (int) lval;
[all...]
H A Djpegtran.c227 long lval; local
232 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
235 lval *= 1000L;
236 cinfo->mem->max_memory_to_use = lval * 1000L;
272 long lval; local
277 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
279 if (lval < 0 || lval > 65535L)
282 cinfo->restart_interval = (unsigned int) lval;
285 cinfo->restart_in_rows = (int) lval;
[all...]
H A Ddjpeg.c289 long lval; local
294 if (sscanf(argv[argn], "%ld%c", &lval, &ch) < 1)
297 lval *= 1000L;
298 cinfo->mem->max_memory_to_use = lval * 1000L;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dparsedate.c399 long lval; local
405 lval = strtol(date, &end, 10);
414 if((lval > (long)INT_MAX) || (lval < (long)INT_MIN))
418 val = curlx_sltosi(lval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl.c2284 unsigned long lval; local
2292 err = proc_get_long(&kbuf, &left, &lval, &neg,
2297 if (conv(&neg, &lval, i, 1, data)) {
2302 if (conv(&neg, &lval, i, 0, data)) {
2310 err = proc_put_long(&buffer, &left, lval, neg);
2600 unsigned long lval; local
2603 lval = (unsigned long)-val;
2606 lval = (unsigned long)val;
2608 *lvalp = lval / HZ;
2623 unsigned long lval; local
2644 unsigned long lval; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_str.c2375 SMB_OFF_T lval; local
2384 lval = strtoull(str, &end, 10 /* base */);
2386 lval = strtoul(str, &end, 10 /* base */);
2389 lval = strtoul(str, &end, 10 /* base */);
2397 SMB_OFF_T lval_orig = lval;
2400 lval *= (SMB_OFF_T)1024;
2402 lval *= ((SMB_OFF_T)1024 * (SMB_OFF_T)1024);
2404 lval *= ((SMB_OFF_T)1024 * (SMB_OFF_T)1024 *
2407 lval *= ((SMB_OFF_T)1024 * (SMB_OFF_T)1024 *
2410 lval *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_driver.c321 u64 lval; local
403 lval = l;
405 dd->f_update_usrhead(rcd, lval, updegr, etail);
446 lval = (u64)rcd->head | dd->rhdrhead_intr_off;
447 dd->f_update_usrhead(rcd, lval, updegr, etail);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dme4000.c951 long lval; local
1061 lval = me4000_inl(dev, info->ai_context.data_reg) & 0xFFFF;
1062 data[0] = lval ^ 0x8000;
1786 long lval; local
1869 lval = inl(ai_context->data_reg) & 0xFFFF;
1870 lval ^= 0x8000;
1872 if (!comedi_buf_put(s->async, lval)) {
1919 lval = inl(ai_context->data_reg) & 0xFFFF;
1920 lval ^= 0x8000;
1922 if (!comedi_buf_put(s->async, lval)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-ssi.c520 unsigned int lval; local
530 lval = val << 4;
531 writel(lval , base + SSI_SACDAT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/riptide/
H A Driptide.c938 setmixer(struct cmdif *cif, short num, unsigned short rval, unsigned short lval) argument
943 snd_printdd("sent mixer %d: 0x%d 0x%d\n", num, rval, lval);
945 SEND_SDGV(cif, num, num, rval, lval);
947 if (rptr.retwords[0] == lval && rptr.retwords[1] == rval)
1074 unsigned short *lval)
1081 *lval = rptr.retwords[1];
1082 snd_printdd("got mixer %d: 0x%d 0x%d\n", num, *rval, *lval);
1927 unsigned short rval = 0, lval = 0; local
1948 getmixer(cif, i, &rval, &lval);
1949 snd_iprintf(buffer, "\n %d: %d %d", i, rval, lval);
1073 getmixer(struct cmdif *cif, short num, unsigned short *rval, unsigned short *lval) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECSocket.cpp64 uint32_t lval; member in struct:utf8_table
91 if (l < t->lval)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.c1282 unsigned long lval; local
1314 lval = pSRB->SGToBeXferLen;
1315 DEBUG1(printk (KERN_DEBUG " DC390: Start transfer: %li bytes (address %08lx)\n", lval, pSRB->SGBusAddr));
1316 DC390_write8 (CtcReg_Low, (u8) lval);
1317 lval >>= 8;
1318 DC390_write8 (CtcReg_Mid, (u8) lval);
1319 lval >>= 8;
1320 DC390_write8 (CtcReg_High, (u8) lval);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Ddecompress.c74 #define GET_MTF_VAL(label1,label2,lval) \
101 lval = gPerm[zvec - gBase[zn]]; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nls/
H A Dnls_base.c33 long lval; member in struct:utf8_table
68 if (l < t->lval || l > UNICODE_MAX ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dperfmon.c246 unsigned long lval; /* last reset value */ member in struct:__anon9503
2707 reg->lval = val;
3119 ctx->ctx_pmds[cnum].lval = value;
3238 unsigned long val = 0UL, lval, ovfl_mask, sval; local
3305 lval = ctx->ctx_pmds[cnum].lval;
3352 req->reg_last_reset_val = lval;
5239 ovfl_arg->pmd_last_reset = ctx->ctx_pmds[i].lval;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.c5397 u32 lval[36]; member in union:__anon13473
5471 tmp.lval[0] = inl(DE4X5_STS); j+=4;
5472 tmp.lval[1] = inl(DE4X5_BMR); j+=4;
5473 tmp.lval[2] = inl(DE4X5_IMR); j+=4;
5474 tmp.lval[3] = inl(DE4X5_OMR); j+=4;
5475 tmp.lval[4] = inl(DE4X5_SISR); j+=4;
5476 tmp.lval[5] = inl(DE4X5_SICR); j+=4;
5477 tmp.lval[6] = inl(DE4X5_STRR); j+=4;
5478 tmp.lval[7] = inl(DE4X5_SIGR); j+=4;
5492 tmp.lval[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_ladspa.c1269 long lval; local
1274 err = safe_strtol(id, &lval);
1276 err = snd_pcm_ladspa_find_port(&port, lplug, io->pdesc | LADSPA_PORT_CONTROL, lval);

Completed in 336 milliseconds

12