Searched refs:top_idx (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.c126 return self->top_idx + row == self->index;
145 self->index = self->top_idx = 0;
225 if (self->index == self->top_idx + self->height) {
226 ++self->top_idx;
234 if (self->index < self->top_idx) {
235 --self->top_idx;
241 if (self->top_idx + self->height > self->nr_entries - 1)
248 self->top_idx += offset;
252 if (self->top_idx == 0)
255 if (self->top_idx < sel
[all...]
H A Dbrowser.h17 u64 index, top_idx; member in struct:ui_browser
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dannotate.c125 self->b.top_idx = self->b.index = rbpos->idx;
127 while (self->b.top_idx != 0 && back != 0) {
130 --self->b.top_idx;
H A Dmap.c93 self->b.index = self->b.top_idx = *idx;
H A Dhists.c245 self->b.top_idx,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c510 int top_idx = 1; local
519 top_idx = MB_MBAFF(h) ? 0 : 1;
535 top_border_m1 = h->top_borders[top_idx][h->mb_x - 1];
536 top_border = h->top_borders[top_idx][h->mb_x];
559 XCHG(h->top_borders[top_idx][h->mb_x + 1],
573 XCHG(h->top_borders[top_idx][h->mb_x + 1] + (16 << pixel_shift), src_cb + (17 << pixel_shift), 1);
574 XCHG(h->top_borders[top_idx][h->mb_x + 1] + (32 << pixel_shift), src_cr + (17 << pixel_shift), 1);
H A Dh264_slice.c806 int top_idx = 1; local
853 top_idx = 0;
858 top_border = h->top_borders[top_idx][h->mb_x];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c1553 int top_idx = 1; local
1600 top_idx = 0;
1605 top_border = h->top_borders[top_idx][s->mb_x];
1651 int top_idx = 1; local
1660 top_idx = MB_MBAFF ? 0 : 1;
1676 top_border_m1 = h->top_borders[top_idx][s->mb_x-1];
1677 top_border = h->top_borders[top_idx][s->mb_x];
1698 XCHG(h->top_borders[top_idx][s->mb_x+1], src_y + (17 << pixel_shift), 1);
1712 XCHG(h->top_borders[top_idx][s->mb_x+1] + (16 << pixel_shift), src_cb + (17 << pixel_shift), 1);
1713 XCHG(h->top_borders[top_idx][
[all...]

Completed in 59 milliseconds