Searched refs:bottom (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c142 unsigned int bottom, int which);
143 void (*scroll_down)(int num, unsigned int top, unsigned int bottom);
144 void (*scroll_up)(int num, unsigned int top, unsigned int bottom);
267 unsigned int bottom, int which);
286 static void gc_scroll_down(int num, unsigned int top, unsigned int bottom);
287 static void gc_scroll_up(int num, unsigned int top, unsigned int bottom);
327 gc_clear_screen(unsigned int xx, unsigned int yy, int top, unsigned int bottom, argument
332 if ( xx < gc_buffer_columns && yy < gc_buffer_rows && bottom <= gc_buffer_rows )
339 end = (bottom * gc_buffer_columns) - 1;
347 end = (bottom * gc_buffer_column
1032 gc_scroll_down(int num, unsigned int top, unsigned int bottom) argument
1141 gc_scroll_up(int num, unsigned int top, unsigned int bottom) argument
[all...]
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp349 /* The OS might guarantee only one guard page at the bottom of the stack,
829 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
832 yy_stack_print (bottom, top)
833 yytype_int16 *bottom; variable
838 for (; bottom <= top; ++bottom)
839 YYFPRINTF (stderr, " %d", *bottom);
H A DOSUnserializeXML.cpp378 /* The OS might guarantee only one guard page at the bottom of the stack,
863 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
866 yy_stack_print (bottom, top)
867 yytype_int16 *bottom; variable
872 for (; bottom <= top; ++bottom)
873 YYFPRINTF (stderr, " %d", *bottom);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c173 random_range(long bottom, long top) argument
175 long number = top - bottom + 1;
177 return (((long)random()) / range_size + bottom);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h218 int16_t bottom; member in struct:FndrDirInfo::__anon72

Completed in 92 milliseconds