Searched refs:window (Results 1 - 25 of 948) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dstorage.js5 if(window.sessionStorage)
6 return window.sessionStorage[storageName];
11 if(window.sessionStorage)
12 window.sessionStorage[storageName] = val;
18 if(window.localStorage)
19 return window.localStorage[storageName];
24 if(window.localStorage)
25 window.localStorage[storageName] = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dstorage.js5 if(window.sessionStorage)
6 return window.sessionStorage[storageName];
11 if(window.sessionStorage)
12 window.sessionStorage[storageName] = val;
18 if(window.localStorage)
19 return window.localStorage[storageName];
24 if(window.localStorage)
25 window.localStorage[storageName] = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s5pv210/include/mach/
H A Dregs-fb.h16 static inline unsigned int s3c_fb_pal_reg(unsigned int window, int reg) argument
18 return 0x2400 + (window * 256 *4 ) + reg;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s5pv210/include/mach/
H A Dregs-fb.h16 static inline unsigned int s3c_fb_pal_reg(unsigned int window, int reg) argument
18 return 0x2400 + (window * 256 *4 ) + reg;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lighttpd-1.4.39/external_file/js_src/
H A Dstorage.js5 if(window.sessionStorage)
6 return window.sessionStorage[storageName];
11 if(window.sessionStorage)
12 window.sessionStorage[storageName] = val;
18 if(window.localStorage)
19 return window.localStorage[storageName];
24 if(window.localStorage)
25 window.localStorage[storageName] = val;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpctrl.h13 extern int window;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpctrl.h13 extern int window;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pptpd-1.3.3/
H A Dpptpctrl.h13 extern int window;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/include/private/
H A Dwindow.h47 * Calculates window coefficients according to different apodization
50 * OUT window[0,L-1]
51 * IN L (number of points in window)
53 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L);
54 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L);
55 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L);
56 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L);
57 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L);
58 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L);
59 void FLAC__window_gauss(FLAC__real *window, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/include/private/
H A Dwindow.h47 * Calculates window coefficients according to different apodization
50 * OUT window[0,L-1]
51 * IN L (number of points in window)
53 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L);
54 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L);
55 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L);
56 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L);
57 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L);
58 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L);
59 void FLAC__window_gauss(FLAC__real *window, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/include/private/
H A Dwindow.h47 * Calculates window coefficients according to different apodization
50 * OUT window[0,L-1]
51 * IN L (number of points in window)
53 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L);
54 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L);
55 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L);
56 void FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L);
57 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L);
58 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L);
59 void FLAC__window_gauss(FLAC__real *window, cons
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dwindows.c1 /* windows.c: Routines to deal with register window management
52 int window; local
59 for(window = tp->w_saved - 1; window >= 0; window--) {
60 unsigned long sp = tp->rwbuf_stkptrs[window];
63 if (copy_to_user((char __user *) sp, &tp->reg_window[window],
67 shift_window_buffer(window, tp->w_saved - 1, tp);
73 /* Try to push the windows in a threads window buffer to the
80 int window; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dwindows.c1 /* windows.c: Routines to deal with register window management
52 int window; local
59 for(window = tp->w_saved - 1; window >= 0; window--) {
60 unsigned long sp = tp->rwbuf_stkptrs[window];
63 if (copy_to_user((char __user *) sp, &tp->reg_window[window],
67 shift_window_buffer(window, tp->w_saved - 1, tp);
73 /* Try to push the windows in a threads window buffer to the
80 int window; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/swat2/style/qooxdoo/widgets/core/
H A DQxApplication.js2 function QxApplication(){if(QxApplication._instance){return QxApplication._instance;};QxTarget.call(this);window.onload=function(){window.application.init();};QxApplication._instance=this;};QxApplication.extend(QxTarget,"QxApplication");proto._clientWindow=null;proto._activeWidget=null;proto._userApplication=null;proto.coreObjects=["QxClient","QxClientWindow","QxClientDocument","QxWidget","QxEventManager","QxFocusManager","QxTarget","QxEvent","QxMouseEvent","QxKeyEvent"];proto.initcheck=function(){var ok=true;if(!document.body){return;};var c=this.coreObjects;for(var i=0,cl=c.length;i<cl;i++){if(typeof window[c[i]]!="function"){ok=false;};};if(ok){window.clearInterval(this._loadHandle);return this.init();};};proto.init=function(){window._appstart=(new Date).valueOf();var irun=(window._appstart-window._start);var iobj=QxObject._i3.length;var iper=String(irun/iobj);iper=iper.substring(0,iper.indexOf(".")+4)+"ms";this.debug("Init Runtime:"+irun+"ms");this.debug("Init Object Count:"+iobj);this.debug("Init Object Perf:"+iper);this._clientWindow=new QxClientWindow(window);if(typeof window.application.main=="function"){window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/swat2/style/qooxdoo/widgets/core/
H A DQxApplication.js2 function QxApplication(){if(QxApplication._instance){return QxApplication._instance;};QxTarget.call(this);window.onload=function(){window.application.init();};QxApplication._instance=this;};QxApplication.extend(QxTarget,"QxApplication");proto._clientWindow=null;proto._activeWidget=null;proto._userApplication=null;proto.coreObjects=["QxClient","QxClientWindow","QxClientDocument","QxWidget","QxEventManager","QxFocusManager","QxTarget","QxEvent","QxMouseEvent","QxKeyEvent"];proto.initcheck=function(){var ok=true;if(!document.body){return;};var c=this.coreObjects;for(var i=0,cl=c.length;i<cl;i++){if(typeof window[c[i]]!="function"){ok=false;};};if(ok){window.clearInterval(this._loadHandle);return this.init();};};proto.init=function(){window._appstart=(new Date).valueOf();var irun=(window._appstart-window._start);var iobj=QxObject._i3.length;var iper=String(irun/iobj);iper=iper.substring(0,iper.indexOf(".")+4)+"ms";this.debug("Init Runtime:"+irun+"ms");this.debug("Init Object Count:"+iobj);this.debug("Init Object Perf:"+iper);this._clientWindow=new QxClientWindow(window);if(typeof window.application.main=="function"){window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/swat2/style/qooxdoo/widgets/core/
H A DQxApplication.js2 function QxApplication(){if(QxApplication._instance){return QxApplication._instance;};QxTarget.call(this);window.onload=function(){window.application.init();};QxApplication._instance=this;};QxApplication.extend(QxTarget,"QxApplication");proto._clientWindow=null;proto._activeWidget=null;proto._userApplication=null;proto.coreObjects=["QxClient","QxClientWindow","QxClientDocument","QxWidget","QxEventManager","QxFocusManager","QxTarget","QxEvent","QxMouseEvent","QxKeyEvent"];proto.initcheck=function(){var ok=true;if(!document.body){return;};var c=this.coreObjects;for(var i=0,cl=c.length;i<cl;i++){if(typeof window[c[i]]!="function"){ok=false;};};if(ok){window.clearInterval(this._loadHandle);return this.init();};};proto.init=function(){window._appstart=(new Date).valueOf();var irun=(window._appstart-window._start);var iobj=QxObject._i3.length;var iper=String(irun/iobj);iper=iper.substring(0,iper.indexOf(".")+4)+"ms";this.debug("Init Runtime:"+irun+"ms");this.debug("Init Object Count:"+iobj);this.debug("Init Object Perf:"+iper);this._clientWindow=new QxClientWindow(window);if(typeof window.application.main=="function"){window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
H A Dichxrom.c56 static void ichxrom_cleanup(struct ichxrom_window *window) argument
61 /* Disable writes through the rom window */
62 pci_read_config_word(window->pdev, BIOS_CNTL, &word);
63 pci_write_config_word(window->pdev, BIOS_CNTL, word & ~1);
64 pci_dev_put(window->pdev);
67 list_for_each_entry_safe(map, scratch, &window->maps, list) {
75 if (window->rsrc.parent)
76 release_resource(&window->rsrc);
77 if (window->virt) {
78 iounmap(window
91 struct ichxrom_window *window = &ichxrom_window; local
321 struct ichxrom_window *window = &ichxrom_window; local
[all...]
H A Damd76xrom.c47 /* The 2 bits controlling the window size are often set to allow reading
55 * The bits are 6 and 7. If both bits are set, it is a 5MiB window.
56 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a
57 * 64KiB window.
62 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override for 0x43 byte, normally set by BIOS.");
68 static void amd76xrom_cleanup(struct amd76xrom_window *window) argument
73 if (window->pdev) {
74 /* Disable writes through the rom window */
75 pci_read_config_byte(window->pdev, 0x40, &byte);
76 pci_write_config_byte(window
108 struct amd76xrom_window *window = &amd76xrom_window; local
293 struct amd76xrom_window *window = &amd76xrom_window; local
[all...]
H A Dck804xrom.c53 * The 2 bits controlling the window size are often set to allow reading
61 * The bits are 6 and 7. If both bits are set, it is a 5MiB window.
62 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a
63 * 64KiB window.
66 * The 15 bits controlling the window size are distributed as follows:
70 * If all bits are enabled, we have a 16? MiB window
75 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override, normally set by BIOS.");
81 static void ck804xrom_cleanup(struct ck804xrom_window *window) argument
86 if (window->pdev) {
87 /* Disable writes through the rom window */
121 struct ck804xrom_window *window = &ck804xrom_window; local
325 struct ck804xrom_window *window = &ck804xrom_window; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Dichxrom.c56 static void ichxrom_cleanup(struct ichxrom_window *window) argument
61 /* Disable writes through the rom window */
62 pci_read_config_word(window->pdev, BIOS_CNTL, &word);
63 pci_write_config_word(window->pdev, BIOS_CNTL, word & ~1);
64 pci_dev_put(window->pdev);
67 list_for_each_entry_safe(map, scratch, &window->maps, list) {
75 if (window->rsrc.parent)
76 release_resource(&window->rsrc);
77 if (window->virt) {
78 iounmap(window
91 struct ichxrom_window *window = &ichxrom_window; local
321 struct ichxrom_window *window = &ichxrom_window; local
[all...]
H A Damd76xrom.c47 /* The 2 bits controlling the window size are often set to allow reading
55 * The bits are 6 and 7. If both bits are set, it is a 5MiB window.
56 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a
57 * 64KiB window.
62 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override for 0x43 byte, normally set by BIOS.");
68 static void amd76xrom_cleanup(struct amd76xrom_window *window) argument
73 if (window->pdev) {
74 /* Disable writes through the rom window */
75 pci_read_config_byte(window->pdev, 0x40, &byte);
76 pci_write_config_byte(window
108 struct amd76xrom_window *window = &amd76xrom_window; local
293 struct amd76xrom_window *window = &amd76xrom_window; local
[all...]
H A Dck804xrom.c53 * The 2 bits controlling the window size are often set to allow reading
61 * The bits are 6 and 7. If both bits are set, it is a 5MiB window.
62 * If only the 7 Bit is set, it is a 4MiB window. Otherwise, a
63 * 64KiB window.
66 * The 15 bits controlling the window size are distributed as follows:
70 * If all bits are enabled, we have a 16? MiB window
75 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override, normally set by BIOS.");
81 static void ck804xrom_cleanup(struct ck804xrom_window *window) argument
86 if (window->pdev) {
87 /* Disable writes through the rom window */
121 struct ck804xrom_window *window = &ck804xrom_window; local
325 struct ck804xrom_window *window = &ck804xrom_window; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dwindow.c39 #include "private/window.h"
49 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) argument
56 window[n] = 2.0f * n / (float)N;
58 window[n] = 2.0f - 2.0f * n / (float)N;
62 window[n] = 2.0f * n / (float)N;
64 window[n] = 2.0f - 2.0f * (N-n) / (float)N;
68 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) argument
74 window[n] = (FLAC__real)(0.62f - 0.48f * fabs((float)n/(float)N+0.5f) + 0.38f * cos(2.0f * M_PI * ((float)n/(float)N+0.5f)));
77 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) argument
83 window[
87 FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) argument
96 FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) argument
109 FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) argument
118 FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) argument
130 FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) argument
139 FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) argument
148 FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) argument
157 FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) argument
166 FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L) argument
174 FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) argument
192 FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) argument
213 FLAC__window_welch(FLAC__real *window, const FLAC__int32 L) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dwindow.c39 #include "private/window.h"
49 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) argument
56 window[n] = 2.0f * n / (float)N;
58 window[n] = 2.0f - 2.0f * n / (float)N;
62 window[n] = 2.0f * n / (float)N;
64 window[n] = 2.0f - 2.0f * (N-n) / (float)N;
68 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) argument
74 window[n] = (FLAC__real)(0.62f - 0.48f * fabs((float)n/(float)N+0.5f) + 0.38f * cos(2.0f * M_PI * ((float)n/(float)N+0.5f)));
77 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) argument
83 window[
87 FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) argument
96 FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) argument
109 FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) argument
118 FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) argument
130 FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) argument
139 FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) argument
148 FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) argument
157 FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) argument
166 FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L) argument
174 FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) argument
192 FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) argument
213 FLAC__window_welch(FLAC__real *window, const FLAC__int32 L) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dwindow.c39 #include "private/window.h"
49 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) argument
56 window[n] = 2.0f * n / (float)N;
58 window[n] = 2.0f - 2.0f * n / (float)N;
62 window[n] = 2.0f * n / (float)N;
64 window[n] = 2.0f - 2.0f * (N-n) / (float)N;
68 void FLAC__window_bartlett_hann(FLAC__real *window, const FLAC__int32 L) argument
74 window[n] = (FLAC__real)(0.62f - 0.48f * fabs((float)n/(float)N+0.5f) + 0.38f * cos(2.0f * M_PI * ((float)n/(float)N+0.5f)));
77 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) argument
83 window[
87 FLAC__window_blackman_harris_4term_92db_sidelobe(FLAC__real *window, const FLAC__int32 L) argument
96 FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) argument
109 FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) argument
118 FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) argument
130 FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) argument
139 FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) argument
148 FLAC__window_kaiser_bessel(FLAC__real *window, const FLAC__int32 L) argument
157 FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) argument
166 FLAC__window_rectangle(FLAC__real *window, const FLAC__int32 L) argument
174 FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) argument
192 FLAC__window_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p) argument
213 FLAC__window_welch(FLAC__real *window, const FLAC__int32 L) argument
[all...]

Completed in 244 milliseconds

1234567891011>>