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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_mm.c192 unsigned wasted = 0; local
195 wasted += start - node->start;
197 tmp = ((node->start + wasted) % alignment);
200 wasted += alignment - tmp;
201 if (wasted) {
202 align_splitoff = drm_mm_split_at_start(node, wasted, atomic);
291 unsigned wasted = 0; local
299 wasted = alignment - tmp;
302 if (end >= start + size + wasted) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Ddebug.c33 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
42 JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + unchecked %#08x != total %#08x.\n",
161 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, local
171 wasted += c->gcblock->wasted_size;
179 wasted += c->nextblock->wasted_size;
187 wasted += jeb->wasted_size;
195 wasted += jeb->wasted_size;
203 wasted += jeb->wasted_size;
211 wasted += jeb->wasted_size;
219 wasted
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflacdec.c56 int curr_bps; ///< bps for current subframe, adjusted for channel correlation and wasted bits
406 int type, wasted = 0; local
426 wasted = 1;
431 "Invalid number of wasted bits > available bits (%d) - left=%d\n",
436 wasted++;
437 s->curr_bps -= wasted;
463 if (wasted) {
466 s->decoded[channel][i] <<= wasted;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdec.c348 int type, wasted = 0; local
372 "Invalid number of wasted bits > available bits (%d) - left=%d\n",
376 wasted = 1 + get_unary(&s->gb, 1, get_bits_left(&s->gb));
377 bps -= wasted;
403 if (wasted) {
406 decoded[i] <<= wasted; local
H A Dflacenc.c77 int wasted; member in struct:FlacSubframe
469 sub->wasted = 0;
968 sub->wasted = v;
971 /* for 24-bit, check if removing wasted bits makes the range better
1127 put_bits(&s->pb, 1, !!sub->wasted);
1128 if (sub->wasted)
1129 put_bits(&s->pb, sub->wasted, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c779 unsigned long long wasted; local
791 wasted = size - used;
812 if (wasted < min_waste)
813 min_waste = wasted;
837 if (wasted > max_waste)
838 max_waste = wasted;
857 total_waste += wasted;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c73 #warning Limited user VSID range means pagetable space is wasted
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpercpu.c1156 int allocs = 0, wasted = 0; local
1164 wasted += this_allocs * upa - group_cnt[group];
1172 if (wasted > num_possible_cpus() / 3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darray.tex230 being wasted (ARRAY\_MAXSIZE\_INCREMENT in the worst case, i.e. 4Kb in the

Completed in 57 milliseconds