Searched refs:ltemp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemmgr.c403 long ltemp; local
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
408 if (ltemp <= 0)
410 if (ltemp < (long) numrows)
411 rowsperchunk = (JDIMENSION) ltemp;
451 long ltemp; local
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
456 if (ltemp <= 0)
458 if (ltemp < (long) numrows)
459 rowsperchunk = (JDIMENSION) ltemp;
792 long ltemp; local
877 long ltemp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemmgr.c403 long ltemp; local
406 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
408 if (ltemp <= 0)
410 if (ltemp < (long) numrows)
411 rowsperchunk = (JDIMENSION) ltemp;
451 long ltemp; local
454 ltemp = (MAX_ALLOC_CHUNK-SIZEOF(large_pool_hdr)) /
456 if (ltemp <= 0)
458 if (ltemp < (long) numrows)
459 rowsperchunk = (JDIMENSION) ltemp;
792 long ltemp; local
877 long ltemp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcwep.c92 u32_t ltemp; local
180 ltemp = (u32_t) icv;
197 //*Out++ = (u8_t)(ltemp ^ K)&0xff;
198 zmw_tx_buf_writeb(dev, buf, len+ui, (u8_t)(ltemp ^ K)&0xff);
199 ltemp >>= 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_pm72.c660 s32 ltemp, volts, amps; local
684 ltemp = read_smon_adc(state, 1);
685 if (ltemp == -1) {
695 ltemp, state->mpu.mdiode, state->mpu.bdiode);
696 *temp = ((s32)ltemp * (s32)state->mpu.mdiode + ((s32)state->mpu.bdiode << 12)) >> 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Doutqueue.c389 struct list_head *lchunk, *ltemp; local
393 list_for_each_safe(lchunk, ltemp, &transport->transmitted) {

Completed in 199 milliseconds