Searched defs:win (Results 51 - 75 of 78) sorted by relevance

1234

/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_macsec_qca.c478 wpa_printf(MSG_DEBUG, "%s: enabled=%d, win=%u",
527 u32 win; local
534 channel, &win);
537 *lowest_pn = (next_pn > win) ? (next_pn - win) : 1;
/external/aac/libAACdec/src/
H A Dconceal.cpp571 int pnsBand, band, group, win; local
578 for (win = 0; win < windowsPerFrame; win++) {
579 pSpecScale[win] = 31;
856 int win, numWindows = 1; local
883 for (win = 0; win < numWindows; win++) {
885 FIXP_DBL *pOut = pSpectralCoefficient + (win * windowLe
[all...]
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp243 FIXP_DBL *win,
1060 FIXP_DBL *win,
1091 * win[i] = (float)exp( gaussExp * (i+0.5) * (i+0.5) );
1095 win[i] = fPow(
1102 win[i] = scaleValueSaturate(win[i], e1);
1059 FDKaacEnc_CalcGaussWindow( FIXP_DBL *win, const int winSize, const INT samplingRate, const INT transformResolution, const FIXP_DBL timeResolution, const INT timeResolution_e ) argument
/external/iproute2/ip/
H A Diproute.c846 unsigned win; local
852 if (get_unsigned(&win, *argv, 0))
854 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_WINDOW, win);
856 unsigned win; local
862 if (get_unsigned(&win, *argv, 0))
864 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_CWND, win);
866 unsigned win; local
872 if (get_unsigned(&win, *argv, 0))
874 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_INITCWND, win);
876 unsigned win; local
886 unsigned win; local
897 unsigned win; local
[all...]
/external/ipsec-tools/src/racoon/
H A Dracoonctl.c1496 struct winsize win; local
1500 if (ioctl(1, TIOCGWINSZ, &win) != 1)
1501 col = win.ws_col;
/external/libvncserver/x11vnc/
H A Dremote.c1192 /* back to root win */
1234 /* back to root win */
4502 Window win = None; /* None implies root in get_xprop() */ local
4515 win = (Window) id;
4522 res = get_xprop(p, win);
4535 Window win = None; /* None implies root in set_xprop() */ local
4548 win = (Window) id;
4558 rc = set_xprop(p, win, q+1);
4568 Window win = None; local
4585 win
[all...]
H A D8to24.c59 static int check_depth(Window win, Window top, int doall);
60 static int check_depth_win(Window win, Window top, XWindowAttributes *attr);
70 static XImage *cmap_xi(XImage *xi, Window win, int win_depth);
71 static void transform_rect(sraRect rect, Window win, int win_depth, int cm);
75 Window win; member in struct:window8
338 windows_8bpp[i].win = None;
379 stack_old[cnt++] = stack_list[k].win;
402 if (stack_old[cnt] != stack_list[k].win) {
421 Window w = windows_8bpp[i].win;
424 windows_8bpp[i].win
620 vw_lookup(Window win) argument
674 check_depth(Window win, Window top, int doall) argument
707 check_depth_win(Window win, Window top, XWindowAttributes *attr) argument
1522 cmap_xi(XImage *xi, Window win, int win_depth) argument
1552 transform_rect(sraRect rect, Window win, int win_depth, int cm) argument
1995 int win[MAX_8BPP_WINDOWS]; local
[all...]
H A Dappshare.c38 extern char *get_xprop(char *prop, Window win);
39 extern int set_xprop(char *prop, Window win, char *value);
109 " cmd=add_window:win Add a window to be watched.\n"
110 " cmd=del_window:win Delete a window.\n"
111 " cmd=add_app:win Add an application to be watched.\n"
112 " cmd=del_app:win Delete an application.\n"
130 " For 'add_window' and 'del_window' the 'win' can be a\n"
285 static void get_wm_name(Window win, char **name);
286 static int win_attr(Window win);
287 static int get_xy(Window win, in
298 find_win(Window win) argument
337 trackdir_pid(Window win) argument
371 trackdir_cleanup(Window win) argument
393 launch(Window win) argument
505 stop(Window win) argument
721 get_wm_name(Window win, char **name) argument
735 win_attr(Window win) argument
750 win_select(Window win, int ignore) argument
763 get_parent(Window win) argument
783 get_xy(Window win, int *x, int *y) argument
800 check_inside(Window win) argument
870 add_win(Window win) argument
890 delete_win(Window win) argument
978 Window win = watch[i]; local
1078 mapped(Window win) argument
1094 unmapped(Window win) argument
1103 destroy_win(Window win) argument
1109 Window win = None; local
1138 Window win = parse_win(str); local
1159 Window win = parse_win(str); local
1248 Window win, active[WMAX]; local
1293 same_app(Window win, Window app) argument
1301 ours(Window win) argument
1329 Window win = watch[i]; local
1346 Window win = apps[i]; local
1570 Window win = watch[i]; local
[all...]
H A Dcursor.c1535 Window win = None; local
1588 tree_descend_cursor(&depth, &win, &winfo);
1598 if (win && dpy) {
1609 if (XGetGeometry(dpy, win, &r, &x, &y, &w, &h,
H A Duser.c1338 unsigned long win; local
1341 if (scan_hexdec(q, &win)) {
1342 subwin = win;
H A Dxrecord.c98 static int lookup_attr_cache(Window win, int *cache_index, int *next_index);
386 Window win; local
392 win = query_pointer(rootwin);
394 if (win != None && win != rootwin) {
395 if (prev_top != None && win == prev_top) {
398 prev_top = win;
400 win = descend_pointer(6, win, name, size);
466 static int lookup_attr_cache(Window win, in argument
847 Window win; member in struct:cw_event
856 Window win = None, c; local
[all...]
H A Dconnections.c101 char *get_xprop(char *prop, Window win);
102 int set_xprop(char *prop, Window win, char *value);
105 char *wininfo(Window win, int show_children);
3504 int set_xprop(char *prop, Window win, char *value) { argument
3514 if (win == None) {
3515 win = rootwin;
3521 rc = XChangeProperty(dpy, win, aprop, XA_STRING, 8,
3526 if (!prop || !win || !value) {}
3531 char *get_xprop(char *prop, Window win) { argument
3534 if (!prop || !win) {}
3589 win_fmt(Window win, XWindowAttributes a) argument
3597 wininfo(Window win, int show_children) argument
[all...]
H A Dscreen.c100 static int wait_until_mapped(Window win);
2414 static int wait_until_mapped(Window win) { argument
2416 if (!win) {}
2424 if (! valid_window(win, NULL, 0)) {
2431 if (dpy && ! XGetWindowAttributes(dpy, win, &attr)) {
H A Duserinput.c66 Window *frame, Window *win);
99 int try_to_fix_su(Window win, int idx, Window above, int *nbatch, char *mode);
117 static int scrollability(Window win, int set);
139 Window *frame, Window *win) {
150 return macosx_get_wm_frame_pos(px, py, x, y, w, h, frame, win);
157 if (!px || !py || !x || !y || !w || !h || !frame || !win) {}
194 if (win != NULL) {
195 *win = descend_pointer(5, c, NULL, 0);
1340 if (scr_ev[ev].win != scr_ev[0].win) {
138 get_wm_frame_pos(int *px, int *py, int *x, int *y, int *w, int *h, Window *frame, Window *win) argument
1433 Window frame, win, win0; local
2264 Window win; member in struct:scroll_result
2272 scrollability(Window win, int set) argument
3656 clear_win_events(Window win, int vis) argument
5720 lookup_win_index(Window win) argument
5739 try_to_fix_su(Window win, int idx, Window above, int *nbatch, char *mode) argument
5929 lookup_win_index(Window win) argument
7012 valid_wr(int idx, Window win, XWindowAttributes *attr) argument
7037 Window win; local
7096 clip_region(sraRegionPtr r, Window win) argument
7133 Window win = cache_list[idx].win; local
7239 Window win = cache_list[idx].win; local
7341 Window win = cache_list[idx].win; local
7444 Window win = cache_list[idx].win; local
7588 Window win = cache_list[k].win; local
7914 try_to_fix_su(Window win, int idx, Window above, int *nbatch, char *mode) argument
8268 ev_store(Window win, int type) argument
8284 ev_lookup(Window win, int type) argument
8299 Window win, win2; local
8464 Window win = None; local
8640 Window win; local
8760 Window win; local
8888 Window win, win2; local
[all...]
/external/toybox/toys/pending/
H A Dnetstat.c524 int flags, ref, use, metric, mss, win, irtt; local
539 iface, &dest, &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt);
569 if (is_more_info) xprintf("%5d %-5d %6d %s\n", mss, win, irtt, iface);
/external/fio/
H A Dgclient.c87 GtkWidget *win, *notebook, *vbox; local
92 win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
93 gtk_window_set_title(GTK_WINDOW(win), "Results");
94 gtk_window_set_default_size(GTK_WINDOW(win), 1024, 768);
95 g_signal_connect(win, "delete-event", G_CALLBACK(results_window_delete), ge);
96 g_signal_connect(win, "destroy", G_CALLBACK(results_window_delete), ge);
99 gtk_container_add(GTK_CONTAINER(win), vbox);
101 ge->results_menu = get_results_menubar(win, ge);
109 ge->results_window = win;
1293 static void __gfio_display_end_results(GtkWidget *win, struc argument
[all...]
H A Dgfio.c993 GtkWidget *win, *scroll, *vbox, *box; local
998 ui->log_view = win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
999 gtk_window_set_title(GTK_WINDOW(win), "Log");
1000 gtk_window_set_default_size(GTK_WINDOW(win), 700, 500);
1016 gtk_container_add(GTK_CONTAINER(win), vbox);
1017 gtk_widget_show_all(win);
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c483 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) argument
489 return (t->CreateWindow)(dpy, config, win, attribList);
880 glXCushionSGI(Display *dpy, Window win, float cushion) argument
886 (t->CushionSGI)(dpy, win, cushion);
H A Dfakeglx.c2050 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win, argument
2058 xmbuf = XMesaCreateWindowBuffer(xmvis, win);
2065 return win; /* A hack for now */
2698 Fake_glXCushionSGI(Display *dpy, Window win, float cushion) argument
2701 (void) win;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c1856 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, argument
1864 xmbuf = XMesaCreateWindowBuffer(xmvis, win);
1871 return win; /* A hack for now */
2491 glXCushionSGI(Display *dpy, Window win, float cushion) argument
2494 (void) win;
/external/skia/samplecode/
H A DSampleApp.cpp178 virtual void setUpBackend(SampleWindow* win, int msaaSampleCount) { argument
184 switch (win->getDeviceType()) {
203 bool result = win->attach(fBackend, msaaSampleCount, &attachmentInfo);
212 switch (win->getDeviceType()) {
245 win->detach();
249 this->windowSizeChanged(win);
252 virtual void tearDownBackend(SampleWindow *win) { argument
267 win->detach();
272 SampleWindow* win) override {
275 SkSurfaceProps props(win
282 publishCanvas(SampleWindow::DeviceType dType, SkCanvas* canvas, SampleWindow* win) argument
307 windowSizeChanged(SampleWindow* win) argument
[all...]
/external/mksh/src/
H A Dedit.c948 static int win; /* window buffer in use */ variable
3535 win = 0;
5049 memset(wbuf[win], ' ', wbuf_len);
5069 display(wbuf[1 - win], wbuf[win], leftside);
5070 win = 1 - win;
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h1810 * @win: definition of an overlaid image
1820 struct v4l2_window win; /* V4L2_BUF_TYPE_VIDEO_OVERLAY */ member in union:v4l2_format::__anon7297
/external/valgrind/include/vki/
H A Dvki-linux.h4272 struct vki_v4l2_window win; member in union:vki_v4l2_format::__anon16444
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 756 milliseconds

1234