| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_worklist.h | 107 nir_instr_worklist *wl = malloc(sizeof(nir_instr_worklist)); local in function:nir_instr_worklist_create 108 if (!wl) 111 if (!u_vector_init_pow2(&wl->instr_vec, 8, sizeof(struct nir_instr *))) { 112 free(wl); 116 return wl; 120 nir_instr_worklist_length(nir_instr_worklist *wl) argument 122 return u_vector_length(&wl->instr_vec); 126 nir_instr_worklist_is_empty(nir_instr_worklist *wl) argument 128 return nir_instr_worklist_length(wl) == 0; 132 nir_instr_worklist_destroy(nir_instr_worklist *wl) argument 139 nir_instr_worklist_push_tail(nir_instr_worklist * wl,nir_instr * instr) argument 146 nir_instr_worklist_pop_head(nir_instr_worklist * wl) argument [all...] |
| H A D | nir_worklist.c | 143 nir_instr_worklist *wl = state; local in function:nir_instr_worklist_add_srcs_cb 146 nir_instr_worklist_push_tail(wl, src->ssa->parent_instr); 152 nir_instr_worklist_add_ssa_srcs(nir_instr_worklist *wl, nir_instr *instr) argument 154 nir_foreach_src(instr, nir_instr_worklist_add_srcs_cb, wl);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_worklist.h | 107 nir_instr_worklist *wl = malloc(sizeof(nir_instr_worklist)); local in function:nir_instr_worklist_create 108 if (!wl) 111 if (!u_vector_init(&wl->instr_vec, sizeof(struct nir_instr *), 113 free(wl); 117 return wl; 121 nir_instr_worklist_length(nir_instr_worklist *wl) argument 123 return u_vector_length(&wl->instr_vec); 127 nir_instr_worklist_empty(nir_instr_worklist *wl) argument 129 return nir_instr_worklist_length(wl) == 0; 133 nir_instr_worklist_destroy(nir_instr_worklist *wl) argument 140 nir_instr_worklist_push_tail(nir_instr_worklist * wl,nir_instr * instr) argument 147 nir_instr_worklist_pop_head(nir_instr_worklist * wl) argument [all...] |
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | demolib.c | 18 char **wlist, **wl, **occupation; local in function:main 43 wl = wlist; 44 while(*wl) { 45 printf("\"%s\" ", *wl++); 74 wl = wlist; 75 while(*wl) { 76 printf("\"%s\" ", *wl++);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | workspace_manager.c | 642 for(WinList *wl = msw->wl; wl != NULL; wl = wl->next) { local in function:ResizeWorkSpaceManager 643 TwmWindow *tmp_win = wl->twm_win; 644 wl->x = (int)(tmp_win->frame_x * wf); 645 wl->y = (int)(tmp_win->frame_y * hf); 646 wl->width = (unsigned int)((tmp_win->frame_width * wf) + 0.5); 647 wl 740 WinList *wl; local in function:WMgrHandleExposeEvent 952 WinList *wl; local in function:WMgrHandleButtonEvent 1667 WinList *wl; local in function:wmap_mapwin_backend 1739 WinList *wl; local in function:WMapIconify 1806 for(WinList *wl = msw->wl; wl != NULL; wl = wl->next) { local in function:WMapSetupWindow 1886 WinList *wl; local in function:WMapRestack 1977 WinList *wl; local in function:WMapUpdateIconName 1997 WMapRedrawName(VirtualScreen * vs,WinList * wl) argument 2145 WinList *wl; local in function:WMapAddWindowToWorkspace 2267 for(WinList *wl = *prev ; wl != NULL ; wl = wl->next) { local in function:WMapRemoveWindowFromWorkspace [all...] |
| H A D | functions_icmgr_wsmgr.c | 77 WorkSpace *wl; local in function:DFHANDLER 92 for(wl = Scr->workSpaceMgr.workSpaceList; wl != NULL; wl = wl->next) { 93 for(i = wl->iconmgr; i != NULL; i = i->next) { 140 WorkSpace *wl; local in function:HideIconManager 146 for(wl = Scr->workSpaceMgr.workSpaceList; wl != NULL; wl [all...] |
| H A D | win_regions.c | 18 static WindowEntry *findWindowEntry(WorkSpace *wl, 70 WorkSpace *wl; local in function:CreateWindowRegions 72 for(wl = Scr->workSpaceMgr.workSpaceList; wl != NULL; wl = wl->next) { 73 wl->FirstWindowRegion = NULL; 87 wl->FirstWindowRegion = wr1; 112 WorkSpace *wl; local in function:PlaceWindowInRegion 117 for(wl 168 WorkSpace *wl; local in function:RemoveWindowFromRegion 275 findWindowEntry(WorkSpace * wl,TwmWindow * tmp_win,WindowRegion ** wrp) argument [all...] |
| H A D | workspace_utils.c | 48 WList *wl, *wl1; local in function:GotoWorkSpace 157 wl = twmWin->iconmanagerlist; 158 if(wl == NULL) { 161 if(OCCUPY(wl->iconmgr->twm_win, newws)) { 164 wl1 = wl; 165 wl = wl->nextv; 166 while(wl != NULL) { 167 if(OCCUPY(wl->iconmgr->twm_win, newws)) { 170 wl1 = wl; [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | config.rpath | 52 wl= 54 wl='-Wl,' 58 wl='-Wl,' 63 wl='-Wl,' 66 wl='-Wl,' 71 wl='-Wl,' 74 wl='-Wl,' 77 wl='-Wl,' 80 wl='-Wl,-Wl,,' 83 wl [all...] |
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | config.rpath | 52 wl= 54 wl='-Wl,' 58 wl='-Wl,' 63 wl='-Wl,' 66 wl='-Wl,' 71 wl='-Wl,' 74 wl='-Wl,' 77 wl='-Wl,' 80 wl='-Wl,-Wl,,' 83 wl [all...] |
| /xsrc/external/mit/xclock/dist/ |
| H A D | config.rpath | 52 wl= 54 wl='-Wl,' 58 wl='-Wl,' 63 wl='-Wl,' 70 wl='-Wl,' 73 wl='-Wl,' 80 wl='-Wl,' 83 wl='-Wl,' 86 wl='-Wl,' 89 wl [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | libtool.m4 | 1045 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 1047 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 1054 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 1056 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppres [all...] |
| /xsrc/external/mit/xorg-server.old/dist/m4/ |
| H A D | libtool.m4 | 1003 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 1005 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 1012 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 1014 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppres [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/m4/ |
| H A D | libtool.m4 | 945 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; 947 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 954 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 956 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppres [all...] |
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | aclocal.m4 | 984 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 997 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 1740 export_dynamic_flag_spec='${wl}-Blargedynsym' 2268 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 2842 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 2843 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl [all...] |
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | aclocal.m4 | 984 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 997 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 1740 export_dynamic_flag_spec='${wl}-Blargedynsym' 2268 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 2842 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 2843 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | aclocal.m4 | 984 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" 997 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" 1740 export_dynamic_flag_spec='${wl}-Blargedynsym' 2268 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' 2842 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' 2843 _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl [all...] |
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libXrender/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libxshmfence/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libICE/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libSM/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libX11/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libXv/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |
| /xsrc/external/mit/libXxf86vm/dist/m4/ |
| H A D | libtool.m4 | 1084 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; 1086 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1090 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 1092 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_looku [all...] |