| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | Attrib.c | 81 char **sptr; local in function:FreeOldColorTable 85 for (b = 0, sptr = (char **) *color; b <= NKEYS; b++, sptr++) 86 if (*sptr) 87 XpmFree(*sptr); 106 char **sptr; local in function:xpmFreeColorTable 110 for (b = 0, sptr = (char **) color; b <= NKEYS; b++, sptr++) 111 if (*sptr) 112 XpmFree(*sptr); 128 char **sptr; local in function:XpmFreeExtensions [all...] |
| H A D | CrDatFrI.c | 116 char **header = NULL, **data, **sptr, **sptr2, *s; local in function:XpmCreateDataFromXpmImage 219 for (l = 0, sptr = data, sptr2 = header; l <= n && sptr && sptr2; l++, sptr++, sptr2++) { 220 strcpy(*sptr, *sptr2); 221 *(sptr + 1) = *sptr + strlen(*sptr2) + 1;
|
| H A D | parse.c | 209 const char **sptr; local in function:xpmParseColors 268 for (key = 0, sptr = xpmColorKeys; key < NKEYS; key++, 269 sptr++) 270 if ((strlen(*sptr) == l) && (!strncmp(*sptr, buf, l)))
|
| H A D | data.c | 307 char **sptr, 380 *sptr = p; 305 xpmGetString(xpmData * data,char ** sptr,unsigned int * l) argument
|
| H A D | XpmI.h | 239 HFUNC(xpmGetString, int, (xpmData *mdata, char **sptr, unsigned int *l));
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | NextEvent.c | 940 SignalEventRec *sptr; local in function:XtAppAddSignal 945 sptr = freeSignalRecs; 946 freeSignalRecs = sptr->se_next; 949 sptr = XtNew(SignalEventRec); 952 sptr->se_next = app->signalQueue; 953 sptr->se_closure = closure; 954 sptr->se_proc = proc; 955 sptr->app = app; 956 sptr->se_notice = FALSE; 957 app->signalQueue = sptr; 1029 InputEvent *sptr; local in function:XtAppAddInput 1084 register InputEvent *sptr, *lptr; local in function:XtRemoveInput [all...] |
| H A D | Shell.c | 2578 _XtString sptr; local in function:NewArgv 2589 sptr = ((char *) new) + num; 2592 *new = sptr; 2595 sptr = strchr(sptr, '\0'); 2596 sptr++; 2966 _XtString sptr; local in function:NewStringArray 2977 sptr = ((char *) new) + num; 2980 *new = sptr; 2983 sptr [all...] |
| /xsrc/external/mit/xinit/dist/ |
| H A D | xinit.c | 150 register char **sptr = server; local in function:main 193 *sptr++ = default_server; 196 *sptr++ = *argv++; 202 displayNum = *sptr++ = default_display; 204 start_of_server_args = (sptr - server); 206 if (sptr > serverargv + sizeof(serverargv) / sizeof(*serverargv) - 2) 208 *sptr++ = *argv++; 210 *sptr = NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 76 uint8_t *srow, *sptr; local in function:load_cursor 140 sptr = srow; mptr = mrow; 148 s = *sptr++; m = *mptr++;
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 76 uint8_t *srow, *sptr; local in function:load_cursor 137 sptr = srow; 146 s = *sptr++;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xos_r.h | 419 struct servent *sptr; member in struct:__anon4a62ccf90508 431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \ 432 strcpy((sp).s_name, (sp).sptr->s_name), \ 434 strcpy((sp).s_proto, (sp).sptr->s_proto), \ 436 ((sp).sptr = &(sp).sent), \ 450 (((sp).sptr = getservbyname((s),(p))) ? _Xg_copyServent(sp) : 0), \ 452 (sp).sptr )
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_marshal.h | 619 GLshort *sptr; local in function:_mesa_glthread_CallLists 637 sptr = (GLshort *) lists; 639 _mesa_glthread_CallList(ctx, base + sptr[i]);
|
| H A D | dlist.c | 13629 GLshort *sptr; local in function:replace_op_vertex_list_recursively 13646 sptr = (GLshort *) get_pointer(&n[3]); 13648 replace_op_vertex_list_recursively(ctx, _mesa_lookup_list(ctx, (int)sptr[i], true)); 13963 GLshort *sptr; local in function:_mesa_CallLists 13986 sptr = (GLshort *) lists; 13988 execute_list(ctx, base + (int)sptr[i]);
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 835 uint32_t *dptr, *sptr; local in function:CrimeSubsequentCPUToScreenAlphaTexture32 847 sptr = (uint32_t *)aptr; 849 *dptr = (*sptr >> 24) | fPtr->alpha_color; 851 xf86Msg(X_ERROR, "%08x %08x\n", *sptr, *dptr); 853 sptr++; 932 uint32_t *dptr, *sptr, aval, pixel; local in function:CrimeSubsequentCPUToScreenTexture 978 sptr = (uint32_t *)aptr; 980 pixel = *sptr; 983 sptr++; 1083 uint32_t *dptr, *sptr, *mpt local in function:CrimeSubsequentCPUToScreenTextureMask32 1188 uint32_t *dptr, *sptr, aval, pixel, mask; local in function:CrimeSubsequentCPUToScreenTextureMask8 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 1076 void *sptr; local in function:wsi_wl_swapchain_queue_present 1079 0, 0, 0, &sptr); 1082 memcpy(dptr, sptr, image->base.row_pitches[0]); 1084 sptr += image->base.row_pitches[0];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_encode.c | 256 char *str, *sptr; local in function:virgl_encode_shader_state 296 sptr = str; 311 offlen = VIRGL_OBJ_SHADER_OFFSET_VAL((uintptr_t)sptr - (uintptr_t)str) | VIRGL_OBJ_SHADER_OFFSET_CONT; 320 virgl_encoder_write_block(ctx->cbuf, (uint8_t *)sptr, length); 322 sptr += length;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.c | 2321 uint8_t *sptr; local in function:RADEONCopyRGB24Data 2340 sptr = src; 2342 for ( i = 0 ; i < w; i++, sptr += 3 ) 2344 dptr[i] = (sptr[2] << 16) | (sptr[1] << 8) | sptr[0]; 2369 sptr = src + j * srcPitch; 2371 for (i = 0; i < w; i++, sptr += 3) { 2372 dptr[i] = cpu_to_le32((sptr[2] << 16) | (sptr[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_encode.c | 521 char *str, *sptr; local in function:virgl_encode_shader_state 562 sptr = str; 577 offlen = VIRGL_OBJ_SHADER_OFFSET_VAL((uintptr_t)sptr - (uintptr_t)str) | VIRGL_OBJ_SHADER_OFFSET_CONT; 586 virgl_encoder_write_block(ctx->cbuf, (uint8_t *)sptr, length); 588 sptr += length;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 3907 void *mptr, *sptr; local in function:intel_miptree_update_etc_shadow 3916 &sptr, &shadow_stride); 3919 _mesa_etc1_unpack_rgba8888(sptr, shadow_stride, mptr, etc_stride, 3924 _mesa_unpack_etc2_format(sptr, shadow_stride, mptr, etc_stride,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_mipmap_tree.c | 3246 void *mptr, *sptr; local in function:brw_miptree_update_etc_shadow 3255 &sptr, &shadow_stride); 3258 _mesa_etc1_unpack_rgba8888(sptr, shadow_stride, mptr, etc_stride, 3263 _mesa_unpack_etc2_format(sptr, shadow_stride, mptr, etc_stride,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | dlist.c | 1281 GLshort *sptr; local in function:translate_id 1295 sptr = (GLshort *) list; 1296 return (GLint) sptr[n];
|