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

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/isofs/
H A Dnamei.c104 int slop = bufsize - offset + de_len; local
105 memcpy(tmpde, de, slop);
114 memcpy((void *) tmpde + slop, bh->b_data, offset);
H A Ddir.c154 int slop = bufsize - offset + de_len; local
155 memcpy(tmpde, de, slop);
164 memcpy((void *) tmpde + slop, bh->b_data, offset);
H A Dinode.c1064 int slop = bufsize - offset + de_len; local
1070 memcpy(tmpde, de, slop);
1079 memcpy((void *) tmpde + slop, bh->b_data, offset);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c1031 int *total, int *slop, char **buf)
1045 *slop = requested_offset - *total;
1047 *total = requested_offset + printed - *slop;
1229 int total = 0, slop = 0; local
1234 if (shift_buffer(buffer, req_offset, req_len, &total, &slop, &buf)) goto exit;
1239 if (shift_buffer(buffer, req_offset, req_len, &total, &slop, &buf)) break;
1030 shift_buffer(char *buffer, int requested_offset, int requested_len, int *total, int *slop, char **buf) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco.c3206 int *total, int *slop, char **buf)
3217 *slop = requested_offset - *total;
3219 *total = requested_offset + printed - *slop;
3384 int total = 0, slop = 0; local
3448 &total, &slop, &buf))
3469 int total = 0, slop = 0; local
3477 &total, &slop, &buf))
3495 int total = 0, slop = 0; local
3503 &total, &slop, &buf))
3205 shift_buffer(char *buffer, int requested_offset, int requested_len, int *total, int *slop, char **buf) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtty.h148 unsigned char slop[4]; /* N.B. bug overwrites buffer by 1 */ member in struct:tty_flip_buffer
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtty.h148 unsigned char slop[4]; /* N.B. bug overwrites buffer by 1 */ member in struct:tty_flip_buffer

Completed in 117 milliseconds