| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Threads.c | 239 unsigned ii; local in function:YieldAppLock 245 ii = app_lock->stack.size; 247 for (; ii < app_lock->stack.size; ii++) { 248 app_lock->stack.st[ii].c = xcondition_malloc(); 249 xcondition_init(app_lock->stack.st[ii].c); 282 int ii; local in function:RestoreAppLock 284 for (ii = app_lock->stack.sp - 1; ii >= 0; ii 321 unsigned ii; local in function:FreeAppLock 346 int ii; local in function:InitAppLock [all...] |
| H A D | Hooks.c | 95 Cardinal ii, jj; local in function:DeleteShellFromHookObj 98 for (ii = 0; ii < ho->hooks.num_shells; ii++) 99 if (ho->hooks.shells[ii] == shell) { 101 for (jj = ii; jj < ho->hooks.num_shells; jj++) {
|
| H A D | NextEvent.c | 242 int ii; local in function:InitFds 272 for (ii = 0; ii < (int) app->input_max; ii++) 273 if (app->input_list[ii] != NULL) 292 for (ii = 0; ii < wf->num_dpys; ii++, fdlp++) { 293 fdlp->fd = ConnectionNumber(app->list[ii]); 297 for (ii 389 int ii; local in function:FindInputs 1042 int ii; local in function:XtAppAddInput [all...] |
| H A D | Display.c | 564 int i, ii; local in function:_XtDestroyAppContexts 571 for (i = ii = 0; i < _XtAppDestroyCount; i++) { 575 pApps[ii++] = appDestroyList[i]; 577 _XtAppDestroyCount = ii; 583 for (i = 0; i < ii; i++) 815 int ii; local in function:XtGetDisplays 821 for (ii = 0; ii < app_context->count; ii++) 822 (*dpy_return)[ii] [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | VisUtil.c | 68 int ii,screen_s,screen_e,total,count; local in function:XGetVisualInfo 100 for (ii=screen_s; ii<screen_e; ii++) 102 sp = (Screen *)(&dpy->screens[ii]); 149 vip->screen = ii; 203 int ii,jj; 214 for (ii=0; ii < sp->ndepths; ii 202 int ii,jj; local in function:XMatchVisualInfo [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 269 ICONINFO ii = {TRUE}; local in function:NetWMToWinIconAlpha 283 ii.hbmColor = CreateDIBSection(hdc, (BITMAPINFO*)&bmh, 286 ii.hbmMask = CreateBitmap(width, height, 1, 1, NULL); 292 result = CreateIconIndirect(&ii); 294 DeleteObject(ii.hbmColor); 295 DeleteObject(ii.hbmMask); 309 ICONINFO ii = {TRUE}; local in function:NetWMToWinIconThreshold 314 ii.hbmColor = CreateCompatibleBitmap(hdc, width, height); 315 ii.hbmMask = CreateCompatibleBitmap(hdc, width, height); 317 SelectObject(xorDC, ii 413 ICONINFO ii; local in function:winXIconToHICON [all...] |
| H A D | wincursor.c | 164 ICONINFO ii; local in function:winLoadCursor 366 ii.fIcon = FALSE; 367 ii.xHotspot = pCursor->bits->xhot; 368 ii.yHotspot = pCursor->bits->yhot; 369 ii.hbmMask = hAnd; 370 ii.hbmColor = hXor; 371 hCursor = (HCURSOR) CreateIconIndirect( &ii ); 377 if (GetIconInfo(hCursor, &ii)) 379 if (ii.fIcon) 385 ii [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowicons.c | 244 ICONINFO ii; local in function:NetWMToWinIconAlpha 258 ii.fIcon = TRUE; 259 ii.xHotspot = 0; /* ignored */ 260 ii.yHotspot = 0; /* ignored */ 261 ii.hbmColor = CreateDIBSection(hdc, (BITMAPINFO *) &bmh, 266 if (!ii.hbmColor) 269 ii.hbmMask = CreateBitmap(width, height, 1, 1, NULL); 275 result = CreateIconIndirect(&ii); 277 DeleteObject(ii.hbmColor); 278 DeleteObject(ii 292 ICONINFO ii; local in function:NetWMToWinIconThreshold 382 ICONINFO ii; local in function:winXIconToHICON [all...] |
| H A D | wincursor.c | 157 ICONINFO ii; local in function:winLoadCursor 364 ii.fIcon = FALSE; 365 ii.xHotspot = pCursor->bits->xhot; 366 ii.yHotspot = pCursor->bits->yhot; 367 ii.hbmMask = hAnd; 368 ii.hbmColor = hXor; 369 hCursor = (HCURSOR) CreateIconIndirect(&ii); 374 if (GetIconInfo(hCursor, &ii)) { 375 if (ii.fIcon) { 381 ii [all...] |
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_render.c | 475 int ii = i << 2; local in function:CG14Comp_Over32 477 sxi(SX_XORS, 12 + ii, 8, R_SCAM, 0); 479 sxi(SX_SAXP16X16SR8, 44 + ii, 12 + ii, 76 + ii, 3); 528 int ii = i << 2; local in function:CG14Comp_Over32Mask 532 sxi(SX_SAXP16X16SR8, 12 + ii, 0, 60 + ii, 3); 536 sxi(SX_SAXP16X16SR8, 44 + ii, 60 + ii, 7 591 int ii = i << 2; local in function:CG14Comp_Over32Mask_noalpha 654 int ii = i << 2; local in function:CG14Comp_Over32Mask32_noalpha [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | picksquare.c | 28 * (c)(1)(ii) of the Rights in Technical Data and Computer Software 91 GLuint j, ii = 0, jj = 0, names, *ptr; local in function:processHits 104 ii = *ptr; 110 board[ii][jj] = (board[ii][jj] + 1) % 3;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_pipeline.h | 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_pipeline.h | 70 extern void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj );
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | keycodes.c | 92 InitIndicatorNameInfo(IndicatorNameInfo *ii, const KeyNamesInfo *info) argument 94 ii->defs.defined = 0; 95 ii->defs.merge = info->merge; 96 ii->defs.fileID = info->fileID; 97 ii->defs.next = NULL; 98 ii->ndx = 0; 99 ii->name = None; 100 ii->virtual = False; 105 ClearIndicatorNameInfo(IndicatorNameInfo * ii, KeyNamesInfo * info) argument 107 if (ii 118 IndicatorNameInfo *ii; local in function:NextIndicatorName 713 IndicatorNameInfo ii; local in function:HandleIndicatorNameDef 868 IndicatorNameInfo *ii; local in function:CompileKeycodes [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_noise.c | 260 unsigned int ii, jj; local in function:_mesa_noise2 285 ii = i & 0xff; 294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0); 302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1); 310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2); 347 unsigned int ii, jj, kk; local in function:_mesa_noise3 426 ii = i & 0xff; 436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0); 445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1, 455 t2 * t2 * grad3(perm[ii 530 unsigned int ii, jj, kk, ll; local in function:_mesa_noise4 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_noise.c | 260 unsigned int ii, jj; local in function:_mesa_noise2 285 ii = i & 0xff; 294 n0 = t0 * t0 * grad2(perm[ii + perm[jj]], x0, y0); 302 n1 = t1 * t1 * grad2(perm[ii + i1 + perm[jj + j1]], x1, y1); 310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2); 347 unsigned int ii, jj, kk; local in function:_mesa_noise3 426 ii = i & 0xff; 436 n0 = t0 * t0 * grad3(perm[ii + perm[jj + perm[kk]]], x0, y0, z0); 445 t1 * t1 * grad3(perm[ii + i1 + perm[jj + j1 + perm[kk + k1]]], x1, 455 t2 * t2 * grad3(perm[ii 530 unsigned int ii, jj, kk, ll; local in function:_mesa_noise4 [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 153 #define FOR_EACH_SLOT(ii) for (ii = 0U; ii < MAX_GRAPHICS; ii++) 401 unsigned ii; local in function:set_shared_color_register 410 FOR_EACH_SLOT(ii) { 413 if (!(graphic = getActiveSlot(ii))) 418 if (graphic->color_registers_used[ii]) { 725 unsigned ii; local in function:init_graphic 733 FOR_EACH_SLOT(ii) { 769 unsigned ii; local in function:get_new_graphic 828 unsigned ii; local in function:get_new_or_matching_graphic 1303 unsigned ii; local in function:GetGraphicsOrder 1784 unsigned ii; local in function:scroll_displayed_graphics 1811 unsigned ii; local in function:pixelarea_clear_displayed_graphics 1875 unsigned ii; local in function:reset_displayed_graphics 1891 unsigned ii; local in function:noleaks_graphics [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_vertex.cpp | 143 nir_intrinsic_instr *ii = nir_instr_as_intrinsic(instr); local in function:r600::VertexShaderFromNir::scan_sysvalue_access 144 switch (ii->intrinsic) { 155 m_export_processor->scan_store_output(ii);
|
| H A D | sfn_shader_geometry.cpp | 81 nir_intrinsic_instr *ii = nir_instr_as_intrinsic(instr); local in function:r600::GeometryShaderFromNir::scan_sysvalue_access 83 switch (ii->intrinsic) { 85 return process_store_output(ii); 88 return process_load_input(ii);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt.c | 244 uint ii = 0; local in function:draw_print_arrays 254 ii = elem[start + i]; 260 ii = elem[start + i]; 266 ii = elem[start + i]; 273 ii += draw->pt.user.eltBias; 275 draw->pt.user.eltBias, ii); 279 ii = start + i; 280 debug_printf("Vertex %u:\n", ii); 288 ii = draw->instance_id / draw->pt.vertex_element[j].instance_divisor; 292 ptr += draw->pt.vertex_buffer[buf].stride * ii; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pt.c | 245 uint ii = 0; local in function:draw_print_arrays 255 ii = elem[start + i]; 261 ii = elem[start + i]; 267 ii = elem[start + i]; 274 ii += index_bias; 276 index_bias, ii); 280 ii = start + i; 281 debug_printf("Vertex %u:\n", ii); 289 ii = draw->instance_id / draw->pt.vertex_element[j].instance_divisor; 293 ptr += draw->pt.vertex_buffer[buf].stride * ii; [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imInsClbk.c | 89 int ii; local in function:_XimFilterPropertyNotify 111 for( ii = 0; ii < nitems; ii++ ) { 112 if(XGetSelectionOwner (display, atoms[ii])) {
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | tessdemo.c | 302 GLsizei ii, jj; local in function:display 314 for ( ii = 0 ; ii < width ; ii += 10 ) { 318 glVertex2i( ii, height ); 319 glVertex2i( ii, 0 );
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_init.c | 3046 ULONG ii , jj ; local in function:ReadVBIOSTablData 3061 ii = 0x90 ; 3064 pVBInfo->MCLKData[ jj ].SR28 = pVideoMemory[ ii ] ; 3065 pVBInfo->MCLKData[ jj ].SR29 = pVideoMemory[ ii + 1] ; 3066 pVBInfo->MCLKData[ jj ].SR2A = pVideoMemory[ ii + 2] ; 3067 pVBInfo->MCLKData[ jj ].CLOCK = pVideoMemory[ ii + 3 ] | ( pVideoMemory[ ii + 4 ] << 8 ) ; 3068 ii += 0x05 ; 3071 ii = 0xB8 ; 3074 pVBInfo->ECLKData[ jj ].SR2E = pVideoMemory[ ii ] ; [all...] |
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | amdgpu_test.c | 691 int ii; local in function:amdgpu_test_disable 695 for (ii = 0; suites[suite].pTests[ii].pName; ii++) { 696 if (ii == test) { 699 suites[suite].pTests[ii].pName); 701 suites[suite].pTests[ii].pName, 707 if (suites[suite].pTests[ii].pName == NULL)
|