/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | synth.h | 83 real *window = fr->decwin + 16 - bo1; in SYNTH_NAME() local 89 sum = REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 90 sum -= REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 91 sum += REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 92 sum -= REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 93 sum += REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 94 sum -= REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 95 sum += REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 96 sum -= REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 143 window-=0x800/BLOCK; in SYNTH_NAME() [all …]
|
H A D | synth_ntom.h | 107 real *window = fr->decwin + 16 - bo1; in SYNTH_NAME() local 109 for (j=16;j;j--,window+=0x10) in SYNTH_NAME() 116 window += 16; in SYNTH_NAME() 121 sum = REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 122 sum -= REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 123 sum += REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 124 sum -= REAL_MUL_SYNTH(*window++, *b0++); in SYNTH_NAME() 167 b0-=0x10,window-=0x20; in SYNTH_NAME() 168 window += bo1<<1; in SYNTH_NAME() 170 for (j=15;j;j--,b0-=0x20,window-=0x10) in SYNTH_NAME() [all …]
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_internal.h | 732 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict() 807 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow() 809 if (window->dictLimit <= correction) window->dictLimit = 1; in ZSTD_window_correctOverflow() 875 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist() 878 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist() 922 memset(window, 0, sizeof(*window)); in ZSTD_window_init() 952 window->lowLimit = window->dictLimit; in ZSTD_window_update() 955 window->dictBase = window->base; in ZSTD_window_update() 958 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update() 963 if ( (ip+srcSize > window->dictBase + window->lowLimit) in ZSTD_window_update() [all …]
|
H A D | zstd_lazy.c | 32 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT() 74 const BYTE* const base = ms->window.base; in ZSTD_insertDUBT1() 76 const U32 dictLimit = ms->window.dictLimit; in ZSTD_insertDUBT1() 86 U32 const windowValid = ms->window.lowLimit; in ZSTD_insertDUBT1() 169 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBetterDictMatch() 174 U32 const dictHighLimit = (U32)(dms->window.nextSrc - dms->window.base); in ZSTD_DUBT_findBetterDictMatch() 243 const BYTE* const base = ms->window.base; in ZSTD_DUBT_findBestMatch() 458 const BYTE* const base = ms->window.base; in ZSTD_insertAndFindFirstIndex_internal() 491 const BYTE* const base = ms->window.base; in ZSTD_HcFindBestMatch_generic() 637 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_lazy_generic() [all …]
|
/reactos/dll/win32/mshtml/ |
H A D | persist.c | 70 if(window->uri) { in set_current_uri() 72 window->uri = NULL; in set_current_uri() 81 window->url = NULL; in set_current_uri() 87 window->uri = uri; in set_current_uri() 165 return window->uri in create_relative_uri() 340 if(window->doc_obj && window->doc_obj->basedoc.window == window) in set_moniker() 422 if(window->doc_obj && window->doc_obj->basedoc.window == window) in notif_readystate() 468 task->window = window; in set_ready_state() 628 if(!This->window || !This->window->mon) in PersistMoniker_GetCurMoniker() 991 if(!This->window) { in PersistHistory_LoadHistory() [all …]
|
H A D | htmlwindow.c | 27 return &window->outer_window->base == window; in is_outer_window() 459 if(!window) in HTMLWindow2_item() 758 hres = create_history(window, &window->history); in HTMLWindow2_get_history() 837 if(!notify_webbrowser_close(window, window->doc_obj)) in HTMLWindow2_close() 931 if(!window->doc_obj || !window->uri_nofrag) in HTMLWindow2_open() 2899 if(!window) in alloc_window() 2922 if(!window) in create_inner_window() 2930 window->base.inner_window = window; in create_inner_window() 2952 if(!window) in HTMLOuterWindow_Create() 2955 window->base.outer_window = window; in HTMLOuterWindow_Create() [all …]
|
H A D | navigate.c | 281 if(This->window) in BindStatusCallback_OnStartBinding() 1768 task->window = window; in async_start_doc_binding() 1872 HTMLOuterWindow *window = task->window; in navigate_javascript_proc() local 2095 task->window = window; in super_navigate() 2119 task->window = window; in super_navigate() 2256 if(window->doc_obj && window->doc_obj->webbrowser) { in navigate_uri() 2265 if(window != window->doc_obj->basedoc.window) { in navigate_uri() 2280 if(window == window->doc_obj->basedoc.window) in navigate_uri() 2284 if(window->doc_obj && window == window->doc_obj->basedoc.window) { in navigate_uri() 2330 if(window->doc_obj && window->doc_obj->hostui) { in translate_uri() [all …]
|
H A D | script.c | 68 HTMLInnerWindow *window; member 286 if(This->window) in ActiveScriptSite_Release() 321 if(!This->window) in ActiveScriptSite_GetItemInfo() 465 … if(!This->window || !This->window->base.outer_window || !This->window->base.outer_window->doc_obj) in ActiveScriptSiteWindow_GetWindow() 625 if(!This->window || !This->window->doc) in ASServiceProvider_QueryService() 635 if(!This->window || !This->window->doc) in ASServiceProvider_QueryService() 668 ret->window = window; in create_script_host() 1319 if(doc->window) { in find_event_target() 1562 window->scriptmode = mode; in set_script_mode() 1564 if(!window->doc_obj->nscontainer || !window->doc_obj->nscontainer->webbrowser) in set_script_mode() [all …]
|
H A D | htmllocation.c | 23 if(!This->window || !This->window->base.outer_window || !This->window->base.outer_window->url) { in get_url() 34 if(!This->window || !This->window->base.outer_window) in get_uri() 102 if(This->window) in HTMLLocation_Release() 103 This->window->location = NULL; in HTMLLocation_Release() 148 if(!This->window || !This->window->base.outer_window) { in HTMLLocation_put_href() 153 …return navigate_url(This->window->base.outer_window, v, This->window->base.outer_window->uri, BIND… in HTMLLocation_put_href() 504 if(!This->window || !This->window->base.outer_window) { in HTMLLocation_put_hash() 509 … return navigate_url(This->window->base.outer_window, v, This->window->base.outer_window->uri, 0); in HTMLLocation_put_hash() 555 if(!This->window || !This->window->base.outer_window) { in HTMLLocation_replace() 560 return navigate_url(This->window->base.outer_window, bstr, This->window->base.outer_window->uri, in HTMLLocation_replace() [all …]
|
H A D | npplugin.c | 112 void *window; member 128 NPWindow window; member 232 HTMLOuterWindow *window; in get_elem_window() local 244 window = nswindow_to_window(nswindow); in get_elem_window() 247 return window->base.inner_window; in get_elem_window() 255 HTMLInnerWindow *window; in NPP_New() local 268 window = get_elem_window(nselem); in NPP_New() 269 if(!window) { in NPP_New() 320 RECT pos_rect = {0, 0, window->width, window->height}; in NPP_SetWindow() 322 TRACE("(%p %p)\n", instance, window); in NPP_SetWindow() [all …]
|
H A D | secmgr.c | 68 if(!This->basedoc.window) in InternetHostSecurityManager_ProcessUrlAction() 71 url = This->basedoc.window->url ? This->basedoc.window->url : about_blankW; in InternetHostSecurityManager_ProcessUrlAction() 73 …return IInternetSecurityManager_ProcessUrlAction(This->basedoc.window->secmgr, url, dwAction, pPol… in InternetHostSecurityManager_ProcessUrlAction() 109 …hres = IInternetSecurityManager_ProcessUrlAction(This->basedoc.window->secmgr, url, URLACTION_SCRI… in confirm_safety() 173 if(!This->basedoc.window) in InternetHostSecurityManager_QueryCustomPolicy() 176 url = This->basedoc.window->url ? This->basedoc.window->url : about_blankW; in InternetHostSecurityManager_QueryCustomPolicy() 178 …hres = IInternetSecurityManager_QueryCustomPolicy(This->basedoc.window->secmgr, url, guidKey, ppPo… in InternetHostSecurityManager_QueryCustomPolicy()
|
/reactos/dll/directx/wine/ddraw/ |
H A D | clipper.c | 94 clipper->window = window; in ddraw_clipper_SetHWnd() 106 if (!(dc = GetDC(window))) in get_window_region() 115 ReleaseDC(window, dc); in get_window_region() 123 ReleaseDC(window, dc); in get_window_region() 133 ReleaseDC(window, dc); in get_window_region() 166 if (clipper->window) in ddraw_clipper_GetClipList() 193 if (clipper->window) in ddraw_clipper_GetClipList() 203 if (clipper->window) in ddraw_clipper_GetClipList() 208 if (clipper->window) in ddraw_clipper_GetClipList() 243 if (clipper->window) in ddraw_clipper_SetClipList() [all …]
|
/reactos/dll/win32/hhctrl.ocx/ |
H A D | hhctrl.c | 113 if (window) *window = NULL; in resolve_filename() 129 if (window) in resolve_filename() 174 WCHAR *window = NULL; in HtmlHelpW() local 189 if (window) in HtmlHelpW() 196 heap_free(window); in HtmlHelpW() 205 heap_free(window); in HtmlHelpW() 265 WCHAR *window = NULL; in HtmlHelpW() local 278 if (window) in HtmlHelpW() 328 WCHAR *window = NULL; in HtmlHelpW() local 356 WCHAR *window = NULL; in HtmlHelpW() local [all …]
|
/reactos/dll/directx/wine/wined3d/ |
H A D | wined3d_main.c | 36 HWND window; member 394 if (wndproc_table.entries[i].window == window) in wined3d_find_wndproc() 411 entry = wined3d_find_wndproc(window); in wined3d_wndproc() 438 if (wined3d_find_wndproc(window)) in wined3d_register_window() 454 entry->window = window; in wined3d_register_window() 455 entry->unicode = IsWindowUnicode(window); in wined3d_register_window() 470 void wined3d_unregister_window(HWND window) in wined3d_unregister_window() argument 477 if (!(entry = wined3d_find_wndproc(window))) in wined3d_unregister_window() 486 proc = GetWindowLongPtrW(window, GWLP_WNDPROC); in wined3d_unregister_window() 492 window, proc, wined3d_wndproc); in wined3d_unregister_window() [all …]
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/ |
H A D | seamlessrdp-channel.txt | 55 Allocate structures for a new window. 61 the new window is a child of that window (it's transient for it). The special 62 value 0xFFFFFFFF for PARENT means that the window is a popup window without a 79 Remove a window. 100 Move and/or resize a window. 113 Sets a window title. 128 The window moved in z order. 133 The window with the id ID is behind the window with the id BEHIND. If 139 Changes the window's state and/or title. 145 0 : "Normal" window. [all …]
|
/reactos/modules/rostests/winetests/msvfw32/ |
H A D | mciwnd.c | 158 HWND parent, window; in test_MCIWndCreate() local 167 window = MCIWndCreateA(NULL, hinst, MCIWNDF_NOERRORDLG, fname); in test_MCIWndCreate() 168 ok(window != NULL, "Failed to create an MCIWnd window without parent\n"); in test_MCIWndCreate() 170 ret = SendMessageA(window, MCIWNDM_GETERRORA, sizeof(error), (LPARAM)error); in test_MCIWndCreate() 174 DestroyWindow(window); in test_MCIWndCreate() 180 window = MCIWndCreateA(parent, hinst, MCIWNDF_NOERRORDLG, fname); in test_MCIWndCreate() 181 ok(window != NULL, "Failed to create an MCIWnd window\n"); in test_MCIWndCreate() 183 ret = SendMessageA(window, MCIWNDM_GETERRORA, sizeof(error), (LPARAM)error); in test_MCIWndCreate() 189 window = MCIWndCreateA(NULL, hinst, MCIWNDF_NOERRORDLG, invalid_fname); in test_MCIWndCreate() 190 ok(window != NULL, "Failed to create an MCIWnd window\n"); in test_MCIWndCreate() [all …]
|
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | synth_altivec.c | 18 v1 = vec_ld(0,window); \ 19 v2 = vec_ld(16,window); \ 20 v3 = vec_ld(32,window); \ 37 window += 32; \ 59 window += 32; \ 81 window += 32; \ 103 window += 32; \ 144 window += 32; \ 175 window += 32; \ 206 window += 32; \ [all …]
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | svc_auth_des.c | 80 u_int window; /* credential lifetime window */ member 120 u_int window; local 153 cred->adc_fullname.window = (u_long)*ixdr++; 205 cryptbuf[1].key.high = cred->adc_fullname.window; 239 window = IXDR_GET_U_LONG(ixdr); 241 if (winverf != window - 1) { 253 window = authdes_cache[sid].window; 268 current.tv_sec -= window; /* allow for expiration */ 320 cred->adc_fullname.window = window; 333 entry->window = window; [all …]
|
/reactos/media/doc/ |
H A D | win32k_refs.txt | 4 window -> desktop 5 window -> class 28 window -> desktop -> winsta -> session 29 window -> class 47 A process automatically establishes a connection to a window station on the 57 at the time the process starts no window stations or desktops exist, none 59 the thread does are to create the window station and desktop and to associate 63 message queue" thread in CSRSS that is created before any window stations 65 should get rid of it and replace is with hidden window w/ focus or something 69 than the window station or desktop functions) you can be 100% sure that the [all …]
|
H A D | winsta and desktops.txt | 58 name each, and within a window station, desktop names must be unique 61 Process closing window station with CloseWindowStation can't be assigned to the window station 97 -contin windows (or a pointer to the desktop window) 101 -Once a window is created it cannot move between desktops 106 -A given login session has only one window station with access to user interactions 108 -each logon session is associated with a window station 114 -Only the interactive window station WinSta0, can display 115 output or receive input. Other window stations are used by "services" 133 -windows are tied to the window station where they started 144 There can be several window stations in the system but only one of them can [all …]
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | deflate.c | 1143 TRY_FREE(strm, strm->state->window); 1192 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); 1328 match = s->window + cur_match; 1448 match = s->window + cur_match; 1499 if (zmemcmp(s->window + match, 1504 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]); 1557 zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more); 1587 s->ins_h = s->window[str]; 1798 zmemcpy(s->window, s->window + s->w_size, s->strstart); 1828 zmemcpy(s->window, s->window + s->w_size, s->strstart); [all …]
|
/reactos/dll/win32/mspatcha/ |
H A D | lzx.c | 172 struct LZXstate *LZXinit(int window) in LZXinit() argument 175 ULONG wndsize = 1 << window; in LZXinit() 180 if (window < 15 || window > 21) return NULL; in LZXinit() 193 if (window == 20) posn_slots = 42; in LZXinit() 194 else if (window == 21) posn_slots = 50; in LZXinit() 195 else posn_slots = window << 1; in LZXinit() 222 HeapFree(GetProcessHeap(), 0, pState->window); in LZXteardown() 472 UBYTE *window = pState->window; in LZXdecompress() local 619 rundest = window + window_posn; in LZXdecompress() 633 runsrc = window; in LZXdecompress() [all …]
|
/reactos/dll/win32/cabinet/ |
H A D | fdi.c | 746 if (window < 10 || window > 21) return DECR_DATAFORMAT; in QTMfdi_init() 748 if (QTM(window)) CAB(fdi)->free(QTM(window)); in QTMfdi_init() 749 QTM(window) = NULL; in QTMfdi_init() 751 if (!QTM(window)) { in QTMfdi_init() 810 if (window < 15 || window > 21) return DECR_DATAFORMAT; in LZXfdi_init() 812 if (LZX(window)) CAB(fdi)->free(LZX(window)); in LZXfdi_init() 813 LZX(window) = NULL; in LZXfdi_init() 815 if (!LZX(window)) { in LZXfdi_init() 1437 cab_UBYTE *window = QTM(window); in QTMfdi_decomp() local 1609 cab_UBYTE *window = LZX(window); in LZXfdi_decomp() local [all …]
|
/reactos/modules/rostests/winetests/opengl32/ |
H A D | opengl.c | 1150 HWND window; in test_minimized() local 1160 dc = GetDC(window); in test_minimized() 1193 ReleaseDC(window, dc); in test_minimized() 1194 DestroyWindow(window); in test_minimized() 1219 HWND window; in test_window_dc() local 1262 ReleaseDC(window, dc); in test_window_dc() 1288 HWND window; in test_message_window() local 1297 if (!window) in test_message_window() 1302 dc = GetDC(window); in test_message_window() 1366 HWND window; in test_destroy() local [all …]
|
/reactos/sdk/tools/rgenstat/web/ |
H A D | rapistatus.js | 135 else if (window.event && window.event.srcElement) 137 elt = window.event.srcElement; 138 evt = window.event; 163 window.open (strRoot + strFilename.innerText + strExtra, 'SVN'); 256 if (window && window.event && window.event.shiftKey)
|