| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.c | 80 * @si: [OUT] 85 ax, bx, cx, dx, si, di) \ 92 "=S"(si), \ 121 * @si: [OUT] 130 ax, bx, cx, dx, si, di) \ 140 "=S"(si), \ 154 ax, bx, cx, dx, si, di) \ 164 "=S"(si), \ 189 ax, bx, cx, dx, si, di) \ 201 "=S"(si), \ 305 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local in function:vmw_open_channel 335 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local in function:vmw_close_channel 366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local in function:vmw_send_msg [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| H A D | vmw_msg.c | 83 * @si: [OUT] 88 ax, bx, cx, dx, si, di) \ 95 "=S"(si), \ 124 * @si: [OUT] 133 ax, bx, cx, dx, si, di) \ 143 "=S"(si), \ 157 ax, bx, cx, dx, si, di) \ 167 "=S"(si), \ 192 ax, bx, cx, dx, si, di) \ 204 "=S"(si), \ 308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local in function:vmw_open_channel 338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local in function:vmw_close_channel 369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local in function:vmw_send_msg [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwndproc.c | 298 SCROLLINFO si; local in function:winWindowProc 365 si.cbSize = sizeof(si); 366 si.fMask = SIF_PAGE | SIF_RANGE; 367 si.nMin = 0; 368 si.nMax = s_pScreenInfo->dwWidth - 1; 369 si.nPage = iWidth; 370 SetScrollInfo(hwnd, SB_HORZ, &si, TRUE); 373 si.cbSize = sizeof(si); 437 SCROLLINFO si; local in function:winWindowProc 516 SCROLLINFO si; local in function:winWindowProc [all...] |
| H A D | wincreatewnd.c | 373 SCROLLINFO si; 376 si.cbSize = sizeof(si); 377 si.fMask = SIF_RANGE | SIF_PAGE; 378 si.nMin = 0; 381 si.nMax = pScreenInfo->dwWidth - 1; 382 si.nPage = rcClient.right - rcClient.left; 384 si.nMax, si.nPage); 385 SetScrollInfo(*phwnd, SB_HORZ, &si, TRU [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwndproc.c | 329 SCROLLINFO si; local in function:winWindowProc 403 si.cbSize = sizeof (si); 404 si.fMask = SIF_PAGE | SIF_RANGE; 405 si.nMin = 0; 406 si.nMax = s_pScreenInfo->dwWidth - 1; 407 si.nPage = iWidth; 408 SetScrollInfo (hwnd, SB_HORZ, &si, TRUE); 411 si.cbSize = sizeof (si); 470 SCROLLINFO si; local in function:winWindowProc 555 SCROLLINFO si; local in function:winWindowProc [all...] |
| H A D | wincreatewnd.c | 437 SCROLLINFO si; 440 si.cbSize = sizeof (si); 441 si.fMask = SIF_RANGE | SIF_PAGE; 442 si.nMin = 0; 445 si.nMax = pScreenInfo->dwWidth - 1; 446 si.nPage = rcClient.right - rcClient.left; 448 si.nMax, si.nPage); 449 SetScrollInfo (*phwnd, SB_HORZ, &si, TRU [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kinfo.c | 75 KdScreenInfo *si, **prev; local in function:KdScreenInfoAdd 78 si = calloc(1, sizeof(KdScreenInfo)); 79 if (!si) 82 *prev = si; 83 si->next = 0; 84 si->card = ci; 85 si->mynum = n; 86 return si; 90 KdScreenInfoDispose(KdScreenInfo * si) argument 92 KdCardInfo *ci = si [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kinfo.c | 77 KdScreenInfo *si, **prev; local in function:KdScreenInfoAdd 80 si = calloc(1, sizeof (KdScreenInfo)); 81 if (!si) 84 *prev = si; 85 si->next = 0; 86 si->card = ci; 87 si->mynum = n; 88 return si; 92 KdScreenInfoDispose (KdScreenInfo *si) argument 94 KdCardInfo *ci = si [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | geometry.c | 440 InitDoodadInfo(DoodadInfo * di, unsigned type, SectionInfo * si, argument 446 if (si && si->dfltDoodads) 447 dflt = FindDoodadByType(si->dfltDoodads, type); 461 di->section = si; 462 if (si != NULL) 464 di->priority = si->nextDoodadPriority++; 466 if (si->nextDoodadPriority > XkbGeomMaxPriority) 467 si->nextDoodadPriority = XkbGeomMaxPriority; 503 FreeDoodads(DoodadInfo * di, SectionInfo * si, GeometryInf argument 535 InitSectionInfo(SectionInfo * si,GeometryInfo * info) argument 582 ClearSectionInfo(SectionInfo * si,GeometryInfo * info) argument 606 FreeSections(SectionInfo * si,GeometryInfo * info) argument 626 FreeShapes(ShapeInfo * si,GeometryInfo * info) argument 777 ShapeInfo *si; local in function:NextShape 878 NextDfltDoodad(SectionInfo * si,GeometryInfo * info) argument 901 NextDoodad(SectionInfo * si,GeometryInfo * info) argument 926 AddDoodad(SectionInfo * si,GeometryInfo * info,DoodadInfo * new) argument 966 FindDfltDoodadByTypeName(const char * name,SectionInfo * si,GeometryInfo * info) argument 1004 AddOverlay(SectionInfo * si,GeometryInfo * info,OverlayInfo * new) argument 1073 SectionInfo *si; local in function:NextSection 1161 NextRow(SectionInfo * si) argument 1181 AddRow(SectionInfo * si,RowInfo * new) argument 1286 ShapeInfo *si; local in function:MergeIncludedGeometry 1296 SectionInfo *si; local in function:MergeIncludedGeometry 1403 SetShapeField(ShapeInfo * si,const char * field,const ExprDef * arrayNdx,const ExprDef * value,GeometryInfo * info) argument 1434 SetShapeDoodadField(DoodadInfo * di,const char * field,const ExprDef * arrayNdx,const ExprDef * value,SectionInfo * si,GeometryInfo * info) argument 1502 SetTextDoodadField(DoodadInfo * di,const char * field,const ExprDef * arrayNdx,const ExprDef * value,SectionInfo * si,GeometryInfo * info) argument 1650 SetIndicatorDoodadField(DoodadInfo * di,const char * field,const ExprDef * arrayNdx,const ExprDef * value,SectionInfo * si,GeometryInfo * info) argument 1693 SetLogoDoodadField(DoodadInfo * di,const char * field,const ExprDef * arrayNdx,const ExprDef * value,SectionInfo * si,GeometryInfo * info) argument 1772 SetDoodadField(DoodadInfo * di,const char * field,const ExprDef * arrayNdx,const ExprDef * value,SectionInfo * si,GeometryInfo * info) argument 1874 SetSectionField(SectionInfo * si,const char * field,const ExprDef * arrayNdx,const ExprDef * value,GeometryInfo * info) argument 2374 HandleShapeBody(ShapeDef * def,ShapeInfo * si,unsigned merge,GeometryInfo * info) argument 2473 ShapeInfo si; local in function:HandleShapeDef 2493 HandleDoodadDef(DoodadDef * def,unsigned merge,SectionInfo * si,GeometryInfo * info) argument 2531 HandleOverlayDef(OverlayDef * def,unsigned merge,SectionInfo * si,GeometryInfo * info) argument 2705 HandleSectionBody(SectionDef * def,SectionInfo * si,unsigned merge,GeometryInfo * info) argument 2791 SectionInfo si; local in function:HandleSectionDef 2899 CopyShapeDef(Display * dpy,XkbGeometryPtr geom,ShapeInfo * si) argument 2977 ShapeInfo *si; local in function:VerifyDoodadInfo 3166 ShapeInfo *si; local in function:VerifyDoodadInfo 3217 ShapeInfo *si; local in function:VerifyDoodadInfo 3300 ShapeInfo *si; local in function:CopyDoodadDef 3537 CopySectionDef(XkbGeometryPtr geom,SectionInfo * si,GeometryInfo * info) argument 3713 for (ShapeInfo *si = info.shapes; si != NULL; local in function:CompileGeometry 3722 for (SectionInfo *si = info.sections; si != NULL; local in function:CompileGeometry [all...] |
| H A D | compat.c | 76 #define ReportSINotArray(si,f,i) \ 77 ReportNotArray("symbol interpretation",(f),siText((si),(i))) 78 #define ReportSIBadType(si,f,w,i) \ 79 ReportBadType("symbol interpretation",(f),siText((si),(i)),(w)) 84 siText(const SymInterpInfo *si, const CompatInfo *info) argument 88 if (si == &info->dflt) 95 XkbKeysymText(si->interp.sym, XkbMessage), 96 XkbSIMatchText(si->interp.match, XkbMessage), 97 XkbModMaskText(si->interp.mods, XkbMessage)); 159 SymInterpInfo *si; local in function:NextInterp 358 for (SymInterpInfo *si = from->interps; si; local in function:MergeIncludedCompatMaps 488 SetInterpField(SymInterpInfo * si,XkbDescPtr xkb,const char * field,const ExprDef * arrayNdx,const ExprDef * value,const CompatInfo * info) argument 619 HandleInterpBody(const VarDef * def,XkbDescPtr xkb,SymInterpInfo * si,CompatInfo * info) argument 646 SymInterpInfo si; local in function:HandleInterpDef 789 for (SymInterpInfo *si = info->interps; si; local in function:CopyInterps [all...] |
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiquerydevice.c | 196 xXIScrollInfo *si = (xXIScrollInfo *) any; local in function:reply_XIQueryDevice_data 199 swaps(&si->number); 200 swaps(&si->scroll_type); 201 swapl(&si->increment.integral); 202 swapl(&si->increment.frac); 204 assert(si->length == 6); 205 assert(si->number == 2 || si->number == 3); 206 if (si->number == 2) { 207 assert(si [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_disasm.c | 329 uint32_t si = QPU_GET_FIELD(inst, QPU_SMALL_IMM); local in function:print_alu_src 333 if (has_si && is_mul && si >= QPU_SMALL_IMM_MUL_ROT + 1) 334 fprintf(stderr, "+%d", si - QPU_SMALL_IMM_MUL_ROT); 336 if (si <= 15) 337 fprintf(stderr, "%d", si); 338 else if (si <= 31) 339 fprintf(stderr, "%d", -16 + (si - 16)); 340 else if (si <= 39) 341 fprintf(stderr, "%.1f", (float)(1 << (si - 32))); 342 else if (si < [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_disasm.c | 329 uint32_t si = QPU_GET_FIELD(inst, QPU_SMALL_IMM); local in function:print_alu_src 333 if (has_si && is_mul && si >= QPU_SMALL_IMM_MUL_ROT + 1) 334 fprintf(stderr, "+%d", si - QPU_SMALL_IMM_MUL_ROT); 336 if (si <= 15) 337 fprintf(stderr, "%d", si); 338 else if (si <= 31) 339 fprintf(stderr, "%d", -16 + (si - 16)); 340 else if (si <= 39) 341 fprintf(stderr, "%.1f", (float)(1 << (si - 32))); 342 else if (si < [all...] |
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| H A D | vmmouse_proto.h | 116 DECLARE_REG_STRUCT(si); 124 DECLARE_REG_STRUCT(si);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 37 nvc0_shader_input_address(unsigned sn, unsigned si) argument 40 case TGSI_SEMANTIC_TESSOUTER: return 0x000 + si * 0x4; 41 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; 42 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; 48 case TGSI_SEMANTIC_GENERIC: return 0x080 + si * 0x10; 50 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; 51 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; 52 case TGSI_SEMANTIC_CLIPDIST: return 0x2c0 + si * 0x10; 58 case TGSI_SEMANTIC_TEXCOORD: return 0x300 + si * 0x10; 66 nvc0_shader_output_address(unsigned sn, unsigned si) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 38 nvc0_shader_input_address(unsigned sn, unsigned si) argument 41 case TGSI_SEMANTIC_TESSOUTER: return 0x000 + si * 0x4; 42 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; 43 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; 49 case TGSI_SEMANTIC_GENERIC: return 0x080 + si * 0x10; 51 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; 52 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; 53 case TGSI_SEMANTIC_CLIPDIST: return 0x2c0 + si * 0x10; 59 case TGSI_SEMANTIC_TEXCOORD: return 0x300 + si * 0x10; 67 nvc0_shader_output_address(unsigned sn, unsigned si) argument [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | check-formats.c | 12 pixman_image_t *si, *di; local in function:check_op 29 si = pixman_image_create_bits (src_format, 1, 1, &s, 4); 64 pixman_image_composite32 (op, si, NULL, di, 101 pixman_image_unref (si);
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinit.c | 156 struct sigaction sa, si; local in function:main 280 memset(&si, 0, sizeof(si)); 281 si.sa_handler = sigIgnore; 282 sigemptyset(&si.sa_mask); 283 si.sa_flags = SA_RESTART; 285 sigaction(SIGALRM, &si, NULL); 286 sigaction(SIGUSR1, &si, NULL); 287 sigaction(SIGCHLD, &si, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | tilemgr.cpp | 264 for (uint32_t si = 0; si < (KNOB_TILE_X_DIM * KNOB_TILE_Y_DIM * numSamples); local in function:HotTileMgr::ClearColorHotTile 265 si += SIMD16_TILE_X_DIM * SIMD16_TILE_Y_DIM) 297 for (uint32_t si = 0; si < (KNOB_TILE_X_DIM * KNOB_TILE_Y_DIM * numSamples); local in function:HotTileMgr::ClearDepthHotTile 298 si += SIMD16_TILE_X_DIM * SIMD16_TILE_Y_DIM) 322 for (uint32_t si = 0; si < (KNOB_TILE_X_DIM * KNOB_TILE_Y_DIM * numSamples); local in function:HotTileMgr::ClearStencilHotTile 323 si += SIMD16_TILE_X_DIM * SIMD16_TILE_Y_DIM * 4)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win.c | 533 SqueezeInfo *si; local in function:DFHANDLER 554 si = tmp_win->squeeze_info; 556 if(si->denom != 0) { 565 if(si->denom != target_denom) { 566 float scale = (float)target_denom / si->denom; 567 si->num *= scale; 568 si->denom = target_denom; /* s->denom *= scale; */ 640 origNum = si->num; 720 int wtmp = tmp_win->frame_width; /* or si->denom; if it were != 0 */ 739 si [all...] |
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | record.c | 1624 SetInfoPtr si; 1673 si = (SetInfoPtr)malloc(sizeof(SetInfoRec) * maxSets); 1674 if (!si) 1679 memset(si, 0, sizeof(SetInfoRec) * maxSets); 1683 si[i].intervals = NULL; 1685 pExtReqSets = si + PREDEFSETS; 1690 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1694 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1698 err = RecordConvertRangesToIntervals(&si[REP], pRanges, stuff->nRanges, 1702 err = RecordConvertRangesToIntervals(&si[RE 1621 SetInfoPtr si; local in function:RecordRegisterClients [all...] |
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 1548 SetInfoPtr si; 1597 si = xallocarray(maxSets, sizeof(SetInfoRec)); 1598 if (!si) { 1602 memset(si, 0, sizeof(SetInfoRec) * maxSets); 1606 si[i].intervals = NULL; 1608 pExtReqSets = si + PREDEFSETS; 1613 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1619 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1625 err = RecordConvertRangesToIntervals(&si[REP], pRanges, stuff->nRanges, 1631 err = RecordConvertRangesToIntervals(&si[RE 1545 SetInfoPtr si; local in function:RecordRegisterClients [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_ext.h | 39 USHORT ax, hi_ax, bx, hi_bx, cx, hi_cx, dx, hi_dx, si, hi_si, di ,hi_di, bp, hi_bp; member in struct:WORDREGS
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 246 const unsigned si = fs->info.input_semantic_index[i]; local in function:widepoint_first_point 250 if (si >= 32 || !(rast->sprite_coord_enable & (1 << si))) 259 slot = draw_alloc_extra_vertex_attrib(draw, sn, si);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.h | 40 ubyte si; /* semantic index */ member in struct:nv50_varying
|