Searched refs:window (Results 226 - 250 of 948) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-vr41xx.c116 struct pci_target_address_window *window; local
245 window = setup->target_window1;
246 val = PMBA(window->base_address) | TYPE_32BITSPACE |
252 window = setup->target_window2;
253 val = PMBA(window->base_address) | TYPE_32BITSPACE |
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/asm586/
H A Dmatch.S22 #define window 4 /* local copy of s->window */ define
23 #define windowbestlen 8 /* s->window + bestlen */
109 /* register Bytef *scan = s->window + s->strstart; */
112 movl %esi, window(%esp)
161 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
188 * match = s->window + cur_match;
203 * %esi = windowbestlen - i.e., (window + bestlen)
216 * The window buffer, however, apparently spends a lot of time in the
239 movl window(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/asm686/
H A Dmatch.S23 #define window 4 /* local copy of s->window */ define
24 #define windowbestlen 8 /* s->window + bestlen */
126 /* register Bytef *scan = s->window + s->strstart; */
129 movl %esi, window(%esp)
157 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
180 * match = s->window + cur_match;
195 * %esi = windowbestlen - i.e., (window + bestlen)
209 movl window(%esp), %eax
223 movl window(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned write; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/asm686/
H A Dmatch.S37 #define window 4 /* local copy of s->window */ define
38 #define windowbestlen 8 /* s->window + bestlen */
140 /* register Bytef *scan = s->window + s->strstart; */
143 movl %esi, window(%esp)
171 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
194 * match = s->window + cur_match;
209 * %esi = windowbestlen - i.e., (window + bestlen)
223 movl window(%esp), %eax
237 movl window(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned wnext; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
154 /* set number of window bit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/asm586/
H A Dmatch.S22 #define window 4 /* local copy of s->window */ define
23 #define windowbestlen 8 /* s->window + bestlen */
109 /* register Bytef *scan = s->window + s->strstart; */
112 movl %esi, window(%esp)
161 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
188 * match = s->window + cur_match;
203 * %esi = windowbestlen - i.e., (window + bestlen)
216 * The window buffer, however, apparently spends a lot of time in the
239 movl window(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/asm686/
H A Dmatch.S23 #define window 4 /* local copy of s->window */ define
24 #define windowbestlen 8 /* s->window + bestlen */
126 /* register Bytef *scan = s->window + s->strstart; */
129 movl %esi, window(%esp)
157 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
180 * match = s->window + cur_match;
195 * %esi = windowbestlen - i.e., (window + bestlen)
209 movl window(%esp), %eax
223 movl window(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned write; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/asm686/
H A Dmatch.S37 #define window 4 /* local copy of s->window */ define
38 #define windowbestlen 8 /* s->window + bestlen */
140 /* register Bytef *scan = s->window + s->strstart; */
143 movl %esi, window(%esp)
171 /* Store the sum of s->window + best_len in %esi locally, and in %esi. */
194 * match = s->window + cur_match;
209 * %esi = windowbestlen - i.e., (window + bestlen)
223 movl window(%esp), %eax
237 movl window(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/
H A Dinffast.c80 unsigned wsize; /* window size or zero if not using window */
81 unsigned whave; /* valid bytes in the window */
82 unsigned wnext; /* window write index */
83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local
92 /* window position, window bytes to copy */
110 window = state->window;
[all...]
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
154 /* set number of window bit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/
H A Dinflate.c11 * creation of window when not needed, minimize use of window when it is
32 * - Fix bug in reuse of allocated window after inflateReset()
45 * - Rearrange window copies in inflate_fast() for speed and simplification
46 * - Unroll last copy for window match in inflate_fast()
47 * - Use local copies of window variables in inflate_fast() for speed
54 * programs like gzip and unzip -- uses window as output buffer to avoid
55 * window copying
67 * - Changed type of window in inflateBackInit() to unsigned char *
154 /* set number of window bit
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_exp.c271 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
318 window = BN_window_bits_for_exponent_size(bits);
319 if (window > 1) {
322 j = 1 << (window - 1);
333 wvalue = 0; /* The 'value' of the window */
334 wstart = bits - 1; /* The top bit of the window */
335 wend = 0; /* The bottom bit of the window */
352 * a window to do. To do this we need to scan forward until the last
353 * set bit before the end of the window
358 for (i = 1; i < window;
399 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
648 int i, bits, ret = 0, window, wvalue; local
1286 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_exp.c271 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
318 window = BN_window_bits_for_exponent_size(bits);
319 if (window > 1) {
322 j = 1 << (window - 1);
333 wvalue = 0; /* The 'value' of the window */
334 wstart = bits - 1; /* The top bit of the window */
335 wend = 0; /* The bottom bit of the window */
352 * a window to do. To do this we need to scan forward until the last
353 * set bit before the end of the window
358 for (i = 1; i < window;
399 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
648 int i, bits, ret = 0, window, wvalue; local
1286 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_exp.c271 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
318 window = BN_window_bits_for_exponent_size(bits);
319 if (window > 1) {
322 j = 1 << (window - 1);
333 wvalue = 0; /* The 'value' of the window */
334 wstart = bits - 1; /* The top bit of the window */
335 wend = 0; /* The bottom bit of the window */
352 * a window to do. To do this we need to scan forward until the last
353 * set bit before the end of the window
358 for (i = 1; i < window;
399 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
648 int i, bits, ret = 0, window, wvalue; local
1286 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js_src/
H A Dmain.js32 if (window.File && window.FileReader && window.FileList && window.Blob) {
337 $modalWindow.css("width", window.width + "px");
338 $modalWindow.css("height", window.height + "px");
351 window.location.reload();
635 cur_host = window.location.protocol + "//" + window.location.host;
721 if (window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/external_file/js_src/
H A Dmain.js32 if (window.File && window.FileReader && window.FileList && window.Blob) {
337 $modalWindow.css("width", window.width + "px");
338 $modalWindow.css("height", window.height + "px");
351 window.location.reload();
635 cur_host = window.location.protocol + "//" + window.location.host;
721 if (window
[all...]
/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 Dmain.js32 if (window.File && window.FileReader && window.FileList && window.Blob) {
337 $modalWindow.css("width", window.width + "px");
338 $modalWindow.css("height", window.height + "px");
351 window.location.reload();
635 cur_host = window.location.protocol + "//" + window.location.host;
721 if (window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/
H A Dsmbdav-main.app.min.js2 ["zh-tw","en-us"],g_bInitialize=!1,g_showAudioList=!1,g_jplayer_solution="html",g_jplayer_supplied="mp3",g_audio_playlist=[],g_current_index=0,g_timer_filelist,newMenu=null,client=new davlib.DavClient;client.initialize();g_support_html5=window.File&&window.FileReader&&window.FileList&&window.Blob?1:0;
4 '<div class="barousel_image">';for(b=0;b<c.length;b++){var e=window.location.protocol+"//"+window.location.host+c[b].href;a+=b==d?'<img src="" path="'+e+'" alt="" class="default"/>':'<img src="" path="'+e+'" alt="" class=""/>'}a+="</div>";a+='<div class="barousel_nav">';a+='<div class="barousel_content transparent" style="display: block; ">';for(b=0;b<c.length;b++)a+='<div class="',b==d&&(a+="default"),a+='" style="display: none; ">',a+='<p class="header">'+c[b].name+"</p>",a+="</div>";a+="</div>";
18 function openSettingWindow(){var a=String(window.navigator.userLanguage||window.navigator.language).toLowerCase(),a=g_storage.get("lan")==void 0?a:g_storage.get("lan");$("#dialog").remove();var c="";c+="<div data-role='page' id='dialog' data-theme='a'>";c+="<div data-role='header'>";c+="<h1 id='dialog-title'>"+m.getString("title_setting")+"</h1>";c+="<a id='back' data-role='button'>"+m.getString("btn_prevpage")+"</a>";c+="</div>";c+="<div data-role='content' id='dialog-content' class='setting-set'>";
22 a);window.location.reload()});openDialog("flip","page")}function showHideAudioList(a){a?$(".jp-playlist").css("display","block"):$(".jp-playlist").css("display","none");g_showAudioList=a}function showHideAudioInterface(a){a?$("#jp_interface_1").css("display","block"):$("#jp_interface_1").css("display","none")}
29 1;if(generate_sharelink==1){var k=window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/
H A Dsmbdav-main.app.min.js2 ["zh-tw","en-us"],g_bInitialize=!1,g_showAudioList=!1,g_jplayer_solution="html",g_jplayer_supplied="mp3",g_audio_playlist=[],g_current_index=0,g_timer_filelist,newMenu=null,client=new davlib.DavClient;client.initialize();g_support_html5=window.File&&window.FileReader&&window.FileList&&window.Blob?1:0;
4 '<div class="barousel_image">';for(b=0;b<c.length;b++){var e=window.location.protocol+"//"+window.location.host+c[b].href;a+=b==d?'<img src="" path="'+e+'" alt="" class="default"/>':'<img src="" path="'+e+'" alt="" class=""/>'}a+="</div>";a+='<div class="barousel_nav">';a+='<div class="barousel_content transparent" style="display: block; ">';for(b=0;b<c.length;b++)a+='<div class="',b==d&&(a+="default"),a+='" style="display: none; ">',a+='<p class="header">'+c[b].name+"</p>",a+="</div>";a+="</div>";
18 function openSettingWindow(){var a=String(window.navigator.userLanguage||window.navigator.language).toLowerCase(),a=g_storage.get("lan")==void 0?a:g_storage.get("lan");$("#dialog").remove();var c="";c+="<div data-role='page' id='dialog' data-theme='a'>";c+="<div data-role='header'>";c+="<h1 id='dialog-title'>"+m.getString("title_setting")+"</h1>";c+="<a id='back' data-role='button'>"+m.getString("btn_prevpage")+"</a>";c+="</div>";c+="<div data-role='content' id='dialog-content' class='setting-set'>";
22 a);window.location.reload()});openDialog("flip","page")}function showHideAudioList(a){a?$(".jp-playlist").css("display","block"):$(".jp-playlist").css("display","none");g_showAudioList=a}function showHideAudioInterface(a){a?$("#jp_interface_1").css("display","block"):$("#jp_interface_1").css("display","none")}
29 1;if(generate_sharelink==1){var k=window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/
H A Dsmbdav-main.app.min.js2 ["zh-tw","en-us"],g_bInitialize=!1,g_showAudioList=!1,g_jplayer_solution="html",g_jplayer_supplied="mp3",g_audio_playlist=[],g_current_index=0,g_timer_filelist,newMenu=null,client=new davlib.DavClient;client.initialize();g_support_html5=window.File&&window.FileReader&&window.FileList&&window.Blob?1:0;
4 '<div class="barousel_image">';for(b=0;b<c.length;b++){var e=window.location.protocol+"//"+window.location.host+c[b].href;a+=b==d?'<img src="" path="'+e+'" alt="" class="default"/>':'<img src="" path="'+e+'" alt="" class=""/>'}a+="</div>";a+='<div class="barousel_nav">';a+='<div class="barousel_content transparent" style="display: block; ">';for(b=0;b<c.length;b++)a+='<div class="',b==d&&(a+="default"),a+='" style="display: none; ">',a+='<p class="header">'+c[b].name+"</p>",a+="</div>";a+="</div>";
18 function openSettingWindow(){var a=String(window.navigator.userLanguage||window.navigator.language).toLowerCase(),a=g_storage.get("lan")==void 0?a:g_storage.get("lan");$("#dialog").remove();var c="";c+="<div data-role='page' id='dialog' data-theme='a'>";c+="<div data-role='header'>";c+="<h1 id='dialog-title'>"+m.getString("title_setting")+"</h1>";c+="<a id='back' data-role='button'>"+m.getString("btn_prevpage")+"</a>";c+="</div>";c+="<div data-role='content' id='dialog-content' class='setting-set'>";
22 a);window.location.reload()});openDialog("flip","page")}function showHideAudioList(a){a?$(".jp-playlist").css("display","block"):$(".jp-playlist").css("display","none");g_showAudioList=a}function showHideAudioInterface(a){a?$("#jp_interface_1").css("display","block"):$("#jp_interface_1").css("display","none")}
29 1;if(generate_sharelink==1){var k=window
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/masmx64/
H A Dinffas8664.c91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */ member in struct:inffast_ar
96 /* 92 48 */ unsigned wsize; /* window size */
97 /* 96 52 */ unsigned write; /* window write index */
134 ar.window = state->window;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/docs/csharp/scripts/
H A Dhighlight.js119 if(window.clipboardData)
120 window.clipboardData.setData("Text", codeText);
122 if(window.netscape)

Completed in 142 milliseconds

1234567891011>>