Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 49) sorted by relevance

12

/linux-2.4.37.9/fs/hfs/
Dbrec.c93 struct hfs_belem *elem = brec->bottom; in hfs_brec_next()
102 hfs_brec_relse(brec, brec->bottom-1); in hfs_brec_next()
103 } else if ((brec->bottom-2 >= brec->top) && in hfs_brec_next()
105 hfs_brec_relse(brec, brec->bottom-2); in hfs_brec_next()
118 ++brec->bottom; in hfs_brec_next()
163 while (elem <= brec->bottom) { in hfs_brec_lock()
223 brec->bottom = root; in hfs_brec_init()
Dbfind.c41 elem = brec->bottom; in hfs_brec_relse()
227 hfs_brec_relse(brec, brec->bottom-1); in hfs_bfind()
231 hfs_brec_lock(brec, brec->bottom); in hfs_bfind()
273 if (!brec || !(belem = brec->bottom) || (belem != brec->top) || in hfs_bsucc()
Dbdelete.c298 struct hfs_belem *belem = brec->bottom; in bdelete()
317 --brec->bottom; in bdelete()
423 --brec->bottom; in bdelete()
462 belem = brec.bottom; in hfs_bdelete()
475 hfs_brec_lock(&brec, brec.bottom); in hfs_bdelete()
Dbinsert.c377 struct hfs_belem *belem = brec->bottom; in binsert()
508 belem = brec.bottom; in hfs_binsert()
519 hfs_brec_lock(&brec, brec.bottom); in hfs_binsert()
522 reserve = brec.bottom - brec.top; in hfs_binsert()
Dhfs.h143 hfs_word_t bottom; member
420 struct hfs_belem *bottom; member
Dbins_del.c222 const struct hfs_belem *belem = brec->bottom; in hfs_bnode_in_brec()
Dhfs_btree.h248 { return belem_key(brec->bottom); } in brec_key()
/linux-2.4.37.9/drivers/video/
Dfbcon-mfb.c158 int height, bottom; in fbcon_mfb_clear_margins() local
166 bottom = conp->vc_rows + p->yscroll; in fbcon_mfb_clear_margins()
167 if (bottom >= p->vrows) in fbcon_mfb_clear_margins()
168 bottom -= p->vrows; in fbcon_mfb_clear_margins()
169 dest = p->screen_base + bottom * fontheight(p) * p->next_line; in fbcon_mfb_clear_margins()
Dfbcon-sti.c283 int height, bottom; in fbcon_sti_clear_margins() local
292 bottom = conp->vc_rows + p->yscroll; in fbcon_sti_clear_margins()
293 if (bottom >= p->vrows) in fbcon_sti_clear_margins()
294 bottom -= p->vrows; in fbcon_sti_clear_margins()
295 dest = p->screen_base + bottom * fontheight(p) * p->next_line; in fbcon_sti_clear_margins()
/linux-2.4.37.9/arch/arm/kernel/
Dtraps.c63 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument
65 unsigned long p = bottom & ~31; in dump_mem()
77 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem()
79 for (p = bottom & ~31; p < top;) { in dump_mem()
85 if (p < bottom || p >= top) in dump_mem()
/linux-2.4.37.9/drivers/video/sis/
Dsis_accel.h248 #define SiS300SetupClipRB(right,bottom) \ argument
250 MMIO_OUT32(ivideo->mmio_vbase, BR(14), ((right) & 0xFFFF) | (bottom)<<16 );\
372 #define SiS310SetupClipRB(right,bottom) \ argument
374 MMIO_OUT32(ivideo->mmio_vbase, RIGHT_CLIP, ((right) & 0xFFFF) | (bottom)<<16 );\
/linux-2.4.37.9/drivers/media/video/
Dvino.c72 unsigned int left, right, top, bottom; member
312 v->bottom = y + h; in set_clipping()
316 v->right, v->bottom, v->decimation, v->line_size); in set_clipping()
350 v->bottom = v->top + h; in set_scaling()
354 v->right, v->bottom, v->decimation, v->line_size); in set_scaling()
383 ch->clip_end = VINO_CLIP_ODD(v->bottom) | VINO_CLIP_EVEN(v->bottom+1) | in dma_setup()
940 capture->height = v->bottom - v->top; in vino_do_ioctl()
958 win->height = (v->bottom - v->top) / v->decimation; in vino_do_ioctl()
981 mmap->height != v->bottom - v->top || in vino_do_ioctl()
/linux-2.4.37.9/scripts/
Dheader.tk106 pack $w.f -pady 10 -side bottom -padx 10 -anchor w
132 pack $w.f -pady 10 -side bottom -padx 10 -anchor w
159 pack $w.f.back -side bottom -pady 10 -anchor s
187 pack $w.f.back -side bottom -pady 10 -anchor s
485 pack $w.f2.ok -side bottom -pady 6 -anchor n
486 pack $w.f2 -side bottom -padx 10 -anchor s
567 pack $w.f.back -side bottom -pady 10 -anchor s
Dtail.tk54 -padx 0 -pady 0 -side bottom -fill x
/linux-2.4.37.9/arch/arm/lib/
Dlib1funcs.S95 @ "bit" will have been shifted out at the bottom.
177 @ in the bottom nibble.
224 @ "bit" will have been shifted out at the bottom.
307 @ in the bottom nibble.
/linux-2.4.37.9/drivers/acorn/block/
Dmfm.S78 @ get bottom half to be sent first
80 orr r2,r6,r6,lsr #16 @ Duplicate them in the bottom half of the word
/linux-2.4.37.9/drivers/char/
Dconsole.c794 bottom = video_num_lines; in vc_resize()
879 max_y = bottom; in gotoxy()
923 if (y+1 == bottom) in lf()
924 scrup(currcons,top,bottom,1); in lf()
938 scrdown(currcons,top,bottom,1); in ri()
1345 scrdown(currcons,y,bottom,nr); in csi_L()
1366 scrup(currcons,y,bottom,nr); in csi_M()
1410 bottom = video_num_lines; in reset_terminal()
1754 bottom=par[1]; in do_con_trol()
Dconsole_macros.h11 #define bottom (vc_cons[currcons].d->vc_bottom) macro
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c562 unsigned long bottom = vaddr; in inherit_prom_mappings() local
564 if (bottom < avoid_end) in inherit_prom_mappings()
565 bottom = avoid_end; in inherit_prom_mappings()
566 prom_unmap((vaddr + size) - bottom, bottom); in inherit_prom_mappings()
/linux-2.4.37.9/Documentation/fb/
Dtridentfb.txt36 If in some modes which barely fit the memory you see garbage at the bottom
/linux-2.4.37.9/Documentation/
Dunicode.txt71 system with 10 digits, and is written left-to-right, top-to-bottom.
133 http://locke.ccil.org/~cowan/csur/; the ranges used fall at the bottom
Ddigiepca.txt24 lines. For examples see the bottom of this document.
/linux-2.4.37.9/fs/hfsplus/
Dhfsplus_raw.h197 u16 bottom; member
/linux-2.4.37.9/arch/arm/boot/compressed/
Dll_char_wr.S59 add r0, r0, r5, lsl #3 @ Move to bottom of character
/linux-2.4.37.9/Documentation/s390/
D3270.txt146 lines near the bottom. Use TAB to move to the bottom line,
190 The log area takes up all but the bottom two lines of the screen. The

12