Searched defs:win (Results 1 - 25 of 36) sorted by relevance

12

/external/opencore/codecs_v2/audio/aac/dec/src/
H A Dgetgroup.cpp137 FOR (win = 1; win < pFrameInfo->num_win; win++)
141 *pGroup++ = win;
145 ENDFOR (win)
147 *pGroup = win;
221 Int win; local
241 for (win = 1; win < NUM_SHORT_WINDOWS; win
[all...]
H A Dgetmask.cpp155 FOR(win = 0; win < nwin; win = *(pGroup++))
157 FOR(sfb = pFrameInfo->sfb_per_win[win]; sfb > 0; sfb--)
196 (pFrameInfo->sfb_per_win[win]-max_sfb)*sizeof(*pMask));
198 ENDFOR (win)
263 Int win; /* window index */ local
292 for (win = 0; win < nwin; win
[all...]
H A Ddeinterleave.cpp132 FOR (win = pGroupLen[ngroups-group]; win > 0; win--)
145 ENDFOR (win)
230 Int win; /* window index */ local
264 for (win = pGroupLen[ngroups-group]; win > 0; win--)
277 } /* for (win) */
H A Dapply_tns.cpp192 Int win; local
211 win = 0;
219 for (f = pTNS_frame_info->n_filt[win]; f > 0; f--)
330 &(pFrameInfo->win_sfb_top[win][tempInt]);
336 pWinSfbTop = pFrameInfo->win_sfb_top[win];
417 win++;
420 while (win < pFrameInfo->num_win);
H A Dq_normalize.cpp116 FOR (win = nwin; win > 0; win--)
136 FOR (win = 0; win < nwin; win++)
142 pWinSfbTop = &(pFrameInfo->win_sfb_top[win][0]);
245 Int win; local
268 for (win = nwin; win !
[all...]
H A Dget_tns.cpp341 Int win; local
413 win = 0;
424 pTnsFrameInfo->n_filt[win] = tempInt;
451 for (f = pTnsFrameInfo->n_filt[win]; f > 0; f--)
566 win++;
569 while (win < pFrameInfo->num_win);
H A Dtrans4m_freq_2_time_fxp.cpp655 Int32 * win = (Int32 *) & Long_Window_fxp[wnd_shape_prev_bk][0]; local
670 winx = *(win++);
1661 Int32 * win = (Int32 *) & Long_Window_fxp[wnd_shape_prev_bk][0]; local
1673 winx = *(win++);
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
H A Dgetgroup.cpp137 FOR (win = 1; win < pFrameInfo->num_win; win++)
141 *pGroup++ = win;
145 ENDFOR (win)
147 *pGroup = win;
221 Int win; local
241 for (win = 1; win < NUM_SHORT_WINDOWS; win
[all...]
/external/qemu/slirp/
H A Dtcp_timer.c247 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg; local
248 if (win < 2)
249 win = 2;
251 tp->snd_ssthresh = win * tp->t_maxseg;
H A Dtcp_output.c70 register long len, win; local
98 win = min(tp->snd_wnd, tp->snd_cwnd);
111 if (win == 0) {
130 win = 1;
137 len = min(so->so_snd.sb_cc, win) - off;
151 if (win == 0) {
164 win = sbspace(&so->so_rcv);
197 if (win > 0) {
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
437 if (win < (lon
[all...]
H A Dtcp_input.c602 { int win; local
603 win = sbspace(&so->so_rcv);
604 if (win < 0)
605 win = 0;
606 tp->rcv_wnd = max(win, (int)(tp->rcv_adv - tp->rcv_nxt));
1111 u_int win = local
1115 if (win < 2)
1116 win = 2;
1117 tp->snd_ssthresh = win * tp->t_maxseg;
H A Dtcp_subr.c107 int win = 0; local
118 win = sbspace(&tp->t_socket->so_rcv);
157 ti->ti_win = htons((u_int16_t) (win >> tp->rcv_scale));
159 ti->ti_win = htons((u_int16_t)win);
/external/qemu/slirp-android/
H A Dtcp_timer.c247 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg; local
248 if (win < 2)
249 win = 2;
251 tp->snd_ssthresh = win * tp->t_maxseg;
H A Dtcp_output.c70 register long len, win; local
98 win = min(tp->snd_wnd, tp->snd_cwnd);
111 if (win == 0) {
130 win = 1;
137 len = min(so->so_snd.sb_cc, win) - off;
151 if (win == 0) {
164 win = sbspace(&so->so_rcv);
197 if (win > 0) {
203 long adv = min(win, (long)TCP_MAXWIN << tp->rcv_scale) -
437 if (win < (lon
[all...]
H A Dtcp_input.c607 { int win; local
608 win = sbspace(&so->so_rcv);
609 if (win < 0)
610 win = 0;
611 tp->rcv_wnd = max(win, (int)(tp->rcv_adv - tp->rcv_nxt));
1117 u_int win = local
1121 if (win < 2)
1122 win = 2;
1123 tp->snd_ssthresh = win * tp->t_maxseg;
H A Dtcp_subr.c109 int win = 0; local
120 win = sbspace(&tp->t_socket->so_rcv);
159 ti->ti_win = htons((u_int16_t) (win >> tp->rcv_scale));
161 ti->ti_win = htons((u_int16_t)win);
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgxgl.c39 struct Window *win = (struct Window *)SDL_Window; local
42 attributes[i].ti_Tag = AMA_Window; attributes[i++].ti_Data = (unsigned long)win;
45 attributes[i].ti_Tag = AMA_Width; attributes[i++].ti_Data = win->Width-win->BorderLeft-win->BorderRight;
46 attributes[i].ti_Tag = AMA_Height; attributes[i++].ti_Data = win->Height-win->BorderBottom-win->BorderTop;
120 struct Window *win = (struct Window*)SDL_Window; local
125 tags[0].ti_Data = (unsigned long)win;
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_wimppoll.c54 void WIMP_SetFocus(int win);
306 void WIMP_SetFocus(int win) argument
310 regs.r[0] = win;
/external/webkit/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp76 GdkWindow* wxGetGdkWindowForDC(wxWindow* win, wxDC& dc) argument
81 gdk_window = win->GTKGetDrawingWindow();
90 // GTK_PIZZA(win->m_wxwindow)->bin_window, but this approach
99 gdk_window = GTK_PIZZA(win->m_wxwindow)->bin_window;
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
H A DSDL_macevents.c256 WindowRef win; local
259 area = FindWindow(event.where, &win);
263 if ( win && (win != FrontWindow()) ) {
264 SelectWindow(win);
273 DragWindow(win, event.where, NULL);
275 DragWindow(win, event.where, &theQD->screenBits.bounds);
279 if ( TrackGoAway(win, event.where) ) {
305 newSize = GrowWindow(win, event.where, NULL);
307 newSize = GrowWindow(win, even
[all...]
/external/webkit/WebCore/bindings/js/
H A DScriptController.cpp351 JSObject* win = windowShell(pluginWorld())->window(); local
352 ASSERT(win);
354 m_windowScriptNPObject = _NPN_CreateScriptObject(0, win, root);
/external/webkit/WebCore/platform/wx/
H A DScrollViewWx.cpp59 void bindEvents(wxWindow* win) argument
62 win->Connect(wxEVT_SCROLLWIN_TOP, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
63 win->Connect(wxEVT_SCROLLWIN_BOTTOM, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
64 win->Connect(wxEVT_SCROLLWIN_LINEUP, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
65 win->Connect(wxEVT_SCROLLWIN_LINEDOWN, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
66 win->Connect(wxEVT_SCROLLWIN_PAGEUP, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
67 win->Connect(wxEVT_SCROLLWIN_PAGEDOWN, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
68 win->Connect(wxEVT_SCROLLWIN_THUMBTRACK, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
69 win->Connect(wxEVT_SCROLLWIN_THUMBRELEASE, wxScrollWinEventHandler(ScrollViewPrivate::OnScrollWinEvents), NULL, this);
133 void ScrollView::setPlatformWidget(wxWindow* win) argument
144 wxWindow* win = platformWidget(); local
154 wxWindow* win = platformWidget(); local
181 wxWindow* win = platformWidget(); local
224 wxWindow* win = platformWidget(); local
234 wxWindow* win = platformWidget(); local
[all...]
/external/tcpdump/
H A Dprint-tcp.c199 u_int16_t sport, dport, win, urp; local
284 win = EXTRACT_16BITS(&tp->th_win);
458 (void)printf(" win %d", win);
/external/openssl/crypto/rand/
H A Drand_win.c391 GETFOREGROUNDWINDOW win; local
394 win = (GETFOREGROUNDWINDOW) GetProcAddress(user, "GetForegroundWindow");
398 if (win)
401 HWND h = win();
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11modes.c302 void X11_WaitMapped(_THIS, Window win) argument
307 } while ( (event.type != MapNotify) || (event.xmap.event != win) );
311 void X11_WaitUnmapped(_THIS, Window win) argument
316 } while ( (event.type != UnmapNotify) || (event.xunmap.event != win) );

Completed in 240 milliseconds

12