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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_winbond.c98 int slop = buflen & 3; local
106 if (unlikely(slop)) {
109 memcpy(&pad, buf + buflen - slop, slop);
115 memcpy(buf + buflen - slop, &pad, slop);
H A Dpata_qdi.c130 int slop = buflen & 3; local
138 if (unlikely(slop)) {
141 memcpy(&pad, buf + buflen - slop, slop);
147 memcpy(buf + buflen - slop, &pad, slop);
H A Dpata_legacy.c260 int slop = buflen & 3; local
278 if (unlikely(slop)) {
281 memcpy(&pad, buf + buflen - slop, slop);
287 memcpy(buf + buflen - slop, &pad, slop);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dnamei.c97 int slop = bufsize - offset + de_len; local
98 memcpy(tmpde, de, slop);
107 memcpy((void *) tmpde + slop, bh->b_data, offset);
H A Ddir.c143 int slop = bufsize - offset + de_len; local
144 memcpy(tmpde, de, slop);
153 memcpy((void *) tmpde + slop, bh->b_data, offset);
H A Dinode.c1110 int slop = bufsize - offset + de_len; local
1116 memcpy(tmpde, de, slop);
1125 memcpy((void *)tmpde+slop, bh->b_data, offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmtc.c355 int i, vpe, tc, ntc, nvpe, tcpervpe, slop, cpu; local
417 slop = ntc % nvpe; /* Residual TCs, < NVPE */
444 if (slop) {
451 slop--;

Completed in 86 milliseconds