Searched refs:slop (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmemmac.c18 * application's zone, with the exception of the rather small "slop"
123 long slop, mem; local
132 * We add some slop to ensure we don't use up all available memory.
134 slop = max_bytes_needed / 16 + 32768L;
135 mem = CompactMem(max_bytes_needed + slop) - slop;
137 mem = 0; /* sigh, couldn't even get the slop */
H A Djmemmgr.c232 * we try to get enough space for the current request plus a "slop" factor,
233 * where the slop will be the amount of leftover space in the new pool.
234 * The speed vs. space tradeoff is largely determined by the slop values.
235 * A different slop value is provided for each pool class (lifetime),
263 size_t odd_bytes, min_request, slop; local
288 /* min_request is what we need now, slop is what will be leftover */
291 slop = first_pool_slop[pool_id];
293 slop = extra_pool_slop[pool_id];
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmemmac.c18 * application's zone, with the exception of the rather small "slop"
123 long slop, mem; local
132 * We add some slop to ensure we don't use up all available memory.
134 slop = max_bytes_needed / 16 + 32768L;
135 mem = CompactMem(max_bytes_needed + slop) - slop;
137 mem = 0; /* sigh, couldn't even get the slop */
H A Djmemmgr.c232 * we try to get enough space for the current request plus a "slop" factor,
233 * where the slop will be the amount of leftover space in the new pool.
234 * The speed vs. space tradeoff is largely determined by the slop values.
235 * A different slop value is provided for each pool class (lifetime),
263 size_t odd_bytes, min_request, slop; local
288 /* min_request is what we need now, slop is what will be leftover */
291 slop = first_pool_slop[pool_id];
293 slop = extra_pool_slop[pool_id];
295 if (slop > (size_t) (MAX_ALLOC_CHUNK-min_request))
296 slop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_qdi.c132 int slop = buflen & 3; local
139 if (unlikely(slop)) {
143 memcpy(buf + buflen - slop, &pad, slop);
145 memcpy(&pad, buf + buflen - slop, slop);
148 buflen += 4 - slop;
H A Dpata_legacy.c304 int slop = buflen & 3; local
308 if (ata_id_has_dword_io(dev->id) && (slop == 0 || slop == 3)
325 if (unlikely(slop)) {
329 memcpy(buf + buflen - slop, &pad, slop);
331 memcpy(&pad, buf + buflen - slop, slop);
334 buflen += 4 - slop;
735 int slop local
[all...]
H A Dlibata-sff.c618 int slop = buflen & 3; local
630 if (unlikely(slop)) {
634 buf += buflen - slop;
641 if (slop < 3)
645 memcpy(buf, pad, slop);
647 memcpy(pad, buf, slop);
648 if (slop < 3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dnamei.c98 int slop = bufsize - offset + de_len; local
99 memcpy(tmpde, de, slop);
108 memcpy((void *) tmpde + slop, bh->b_data, offset);
H A Ddir.c135 int slop = bufsize - offset + de_len; local
136 memcpy(tmpde, de, slop);
145 memcpy((void *) tmpde + slop, bh->b_data, offset);
H A Dinode.c1156 int slop = bufsize - offset + de_len; local
1162 memcpy(tmpde, de, slop);
1171 memcpy((void *)tmpde+slop, bh->b_data, offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_packbits.c66 long n, slop; local
91 slop = op - lastliteral;
96 while (slop-- > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c395 int i, vpe, tc, ntc, nvpe, tcpervpe[NR_CPUS], slop, cpu; local
457 slop = ntc % nvpe;
460 if (slop) {
461 if((slop - i) > 0) tcpervpe[i]++;
470 slop = tcpervpe[0] - vpe0limit;
471 slopslop = slop % (nvpe - 1);
474 tcpervpe[i] += slop / (nvpe - 1);
480 slop = vpe0limit - tcpervpe[0];
481 slopslop = slop % (nvpe - 1);
484 tcpervpe[i] -= slop / (nvp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsetup.c322 unsigned long slop, clen, mapaddr; local
356 slop = ramdisk_image & ~PAGE_MASK;
358 if (clen > MAX_MAP_CHUNK-slop)
359 clen = MAX_MAP_CHUNK-slop;
361 p = early_memremap(mapaddr, clen+slop);
362 memcpy(q, p+slop, clen);
363 early_iounmap(p, clen+slop);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 215 milliseconds