Searched refs:blank (Results 101 - 125 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A DMakefile.vc9501 !MESSAGE <target> can be left blank in which case all is assumed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drenderer.tex167 Draw a blank push button that looks very similar to \helpref{wxButton}{wxbutton}.
H A Dre_syntax.tex192 \twocolitem{{\bf blank}}{A space or tab character.}
400 Expanded-syntax white-space characters are blank,
H A Dtdb.tex651 Specifying a blank WHERE clause will result in the result set containing
654 Specifying a blank ORDERBY clause means that the datasource will return
678 is blank, it is assumed that all columns referenced are coming from
H A Dcomboctrl.tex557 \docparam{pushButtonBg}{If \true, blank push button background is painted
H A Drichtextbuffer.tex734 Clears the buffer, adds a new blank paragraph, and clears the command history.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb_main.c356 static int omapfb_blank(int blank, struct fb_info *fbi) argument
364 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtdfxfb.c798 /* 0 unblank, 1 blank, 2 no vsync, 3 no hsync, 4 off */
799 static int tdfxfb_blank(int blank, struct fb_info *info) argument
807 switch (blank) {
H A Dtgafb.c565 * @blank_mode: the blank mode we want.
569 tgafb_blank(int blank, struct fb_info *info) argument
582 switch (blank) {
597 case FB_BLANK_VSYNC_SUSPEND: /* VESA blank (vsync off) */
603 case FB_BLANK_HSYNC_SUSPEND: /* VESA blank (hsync off) */
H A Damifb.c165 - hbstrt: Start of horizontal blank
166 - hbstop: End of horizontal blank
167 - vbstrt: Start of vertical blank
168 - vbstop: End of vertical blank
463 #define BMC0_VARVBEN (0x1000) /* Enable variable vertical blank */
465 #define BMC0_CSCBEN (0x0400) /* Composite sync/blank */
1107 static int amifb_blank(int blank, struct fb_info *info);
2450 static int amifb_blank(int blank, struct fb_info *info) argument
2452 do_blank = blank ? blank
[all...]
H A Dtmiofb.c654 static int tmiofb_blank(int blank, struct fb_info *info) argument
H A Dpxafb.c564 * blank the display in all modes.
566 static int pxafb_blank(int blank, struct fb_info *info) argument
571 switch (blank) {
582 /* TODO if (pxafb_blank_helper) pxafb_blank_helper(blank); */
586 /* TODO if (pxafb_blank_helper) pxafb_blank_helper(blank); */
1583 * Our LCD controller task (which is called when we blank or unblank)
1649 * unlike the blank functions above, so we may sleep.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_main.h796 static int XGIfb_blank(int blank,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_driver.c1556 static int savagefb_blank(int blank, struct fb_info *info) argument
1570 switch (blank) {
1591 switch(blank) {
1606 return (blank == FB_BLANK_NORMAL) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.h681 static int sisfb_blank(int blank,
H A Dsis_main.c866 sisfb_myblank(struct sis_video_info *ivideo, int blank) argument
871 switch(blank) {
881 case FB_BLANK_NORMAL: /* blank */
1656 sisfb_blank(int blank, struct fb_info *info) argument
1660 return sisfb_myblank(ivideo, blank);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex77 A blank document and two new toolbars will appear. The first
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_base.c1178 /* 0 unblank, 1 blank, 2 no vsync, 3 no hsync, 4 off */
1180 static int matroxfb_blank(int blank, struct fb_info *info) argument
1192 switch (blank) {
2512 MODULE_PARM_DESC(upper, "Upper blank space (scans), overrides upper from vesa (default=vesa)");
2514 MODULE_PARM_DESC(lower, "Lower blank space (scans), overrides lower from vesa (default=vesa)");
2518 MODULE_PARM_DESC(left, "Left blank space (px), overrides left from vesa (default=vesa)");
2520 MODULE_PARM_DESC(right, "Right blank space (px), overrides right from vesa (default=vesa)");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-main.c1230 static int omapfb_blank(int blank, struct fb_info *fbi) argument
1243 switch (blank) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Ddetails.cc337 const QString blank; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c9135 xmlChar blank; local
9160 blank = 0;
9163 blank = 0x20;
9165 if (blank) {
9166 xmlBufferAdd(target, &blank, 1);
9167 blank = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c9177 xmlChar blank; local
9202 blank = 0;
9205 blank = 0x20;
9207 if (blank) {
9208 xmlBufferAdd(target, &blank, 1);
9209 blank = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c9177 xmlChar blank; local
9202 blank = 0;
9205 blank = 0x20;
9207 if (blank) {
9208 xmlBufferAdd(target, &blank, 1);
9209 blank = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c9135 xmlChar blank; local
9160 blank = 0;
9163 blank = 0x20;
9165 if (blank) {
9166 xmlBufferAdd(target, &blank, 1);
9167 blank = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3042 % If we use the new definition of \page, we always get a blank page
3306 % horizontal list on a line by itself, resulting in extra blank space.
3772 % blank line, when TeX decides to break the line at the space before the
3920 % would result in a blank line in the output.
4707 % with blank space.
4736 % this line with blank space. (The \hfil is overwhelmed with the
5546 % if the document didn't happen to have a blank line.
6053 \let\par = \lisppar % don't ignore blank lines
6100 % end paragraph for sake of leading, in case document has no blank
6364 % of the @verbatim input line itself. Otherwise we get an extra blank
[all...]

Completed in 592 milliseconds

123456