| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBRdBuf.c | 55 _XkbSkipReadBufferData(XkbReadBufferPtr from, int size) argument 59 if ((from == NULL) || (from->error) || (size < 1) || 60 (_XkbReadBufferDataLeft(from) < size)) 62 from->data += size; 67 _XkbCopyFromReadBuffer(XkbReadBufferPtr from, char *to, int size) argument 71 if ((from == NULL) || (from->error) || (to == NULL) || (size < 1) || 72 (_XkbReadBufferDataLeft(from) < size)) 74 memcpy(to, from 90 _XkbReadBufferCopyKeySyms(XkbReadBufferPtr from,KeySym * to,int num_words) argument 100 _XkbWriteCopyKeySyms(register KeySym * from,CARD32 * to,int len) argument 120 _XkbReadBufferCopy32(XkbReadBufferPtr from,long * to,int num_words) argument 130 _XkbWriteCopyData32(register unsigned long * from,CARD32 * to,int len) argument 141 _XkbPeekAtReadBuffer(XkbReadBufferPtr from,int size) argument 150 _XkbGetReadBufferPtr(XkbReadBufferPtr from,int size) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | swaprep.c | 23 in this Software without prior written authorization from The Open Group. 98 CARD32 *from, *to, *fromLast, *toLast; local in function:CopySwap32Write 112 /* convert lengths from # of bytes to # of longs */ 116 from = pbuf; 117 fromLast = from + size; 118 while (from < fromLast) { 121 toLast = to + min (bufsize, fromLast - from); 124 /* can't write "cpswapl(*from++, *to++)" because cpswapl is a macro 126 cpswapl(*from, *to); 127 from 146 short *from, *to, *fromLast, *toLast; local in function:CopySwap16Write 753 SErrorEvent(xError * from,xError * to) argument 764 SKeyButtonPtrEvent(xEvent * from,xEvent * to) argument 792 SEnterLeaveEvent(xEvent * from,xEvent * to) argument 811 SFocusEvent(xEvent * from,xEvent * to) argument 821 SExposeEvent(xEvent * from,xEvent * to) argument 834 SGraphicsExposureEvent(xEvent * from,xEvent * to) argument 857 SNoExposureEvent(xEvent * from,xEvent * to) argument 867 SVisibilityEvent(xEvent * from,xEvent * to) argument 876 SCreateNotifyEvent(xEvent * from,xEvent * to) argument 892 SDestroyNotifyEvent(xEvent * from,xEvent * to) argument 901 SUnmapNotifyEvent(xEvent * from,xEvent * to) argument 911 SMapNotifyEvent(xEvent * from,xEvent * to) argument 921 SMapRequestEvent(xEvent * from,xEvent * to) argument 930 SReparentEvent(xEvent * from,xEvent * to) argument 943 SConfigureNotifyEvent(xEvent * from,xEvent * to) argument 964 SConfigureRequestEvent(xEvent * from,xEvent * to) argument 989 SGravityEvent(xEvent * from,xEvent * to) argument 1000 SResizeRequestEvent(xEvent * from,xEvent * to) argument 1010 SCirculateEvent(xEvent * from,xEvent * to) argument 1022 SPropertyEvent(xEvent * from,xEvent * to) argument 1033 SSelectionClearEvent(xEvent * from,xEvent * to) argument 1043 SSelectionRequestEvent(xEvent * from,xEvent * to) argument 1061 SSelectionNotifyEvent(xEvent * from,xEvent * to) argument 1077 SColormapEvent(xEvent * from,xEvent * to) argument 1088 SMappingEvent(xEvent * from,xEvent * to) argument 1099 SClientMessageEvent(xEvent * from,xEvent * to) argument 1150 SKeymapNotifyEvent(xEvent * from,xEvent * to) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | swaprep.c | 23 in this Software without prior written authorization from The Open Group. 95 CARD32 *from, *to, *fromLast, *toLast; local in function:CopySwap32Write 107 /* convert lengths from # of bytes to # of longs */ 111 from = pbuf; 112 fromLast = from + size; 113 while (from < fromLast) { 117 toLast = to + min(bufsize, fromLast - from); 120 /* can't write "cpswapl(*from++, *to++)" because cpswapl is a macro 122 cpswapl(*from, *to); 123 from 142 short *from, *to, *fromLast, *toLast; local in function:CopySwap16Write 667 SErrorEvent(xError * from,xError * to) argument 678 SKeyButtonPtrEvent(xEvent * from,xEvent * to) argument 696 SEnterLeaveEvent(xEvent * from,xEvent * to) argument 715 SFocusEvent(xEvent * from,xEvent * to) argument 725 SExposeEvent(xEvent * from,xEvent * to) argument 738 SGraphicsExposureEvent(xEvent * from,xEvent * to) argument 754 SNoExposureEvent(xEvent * from,xEvent * to) argument 764 SVisibilityEvent(xEvent * from,xEvent * to) argument 773 SCreateNotifyEvent(xEvent * from,xEvent * to) argument 788 SDestroyNotifyEvent(xEvent * from,xEvent * to) argument 797 SUnmapNotifyEvent(xEvent * from,xEvent * to) argument 807 SMapNotifyEvent(xEvent * from,xEvent * to) argument 817 SMapRequestEvent(xEvent * from,xEvent * to) argument 826 SReparentEvent(xEvent * from,xEvent * to) argument 839 SConfigureNotifyEvent(xEvent * from,xEvent * to) argument 857 SConfigureRequestEvent(xEvent * from,xEvent * to) argument 876 SGravityEvent(xEvent * from,xEvent * to) argument 887 SResizeRequestEvent(xEvent * from,xEvent * to) argument 897 SCirculateEvent(xEvent * from,xEvent * to) argument 909 SPropertyEvent(xEvent * from,xEvent * to) argument 920 SSelectionClearEvent(xEvent * from,xEvent * to) argument 930 SSelectionRequestEvent(xEvent * from,xEvent * to) argument 945 SSelectionNotifyEvent(xEvent * from,xEvent * to) argument 957 SColormapEvent(xEvent * from,xEvent * to) argument 968 SMappingEvent(xEvent * from,xEvent * to) argument 978 SClientMessageEvent(xEvent * from,xEvent * to) argument 1028 SKeymapNotifyEvent(xEvent * from,xEvent * to) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| H A D | randr.c | 107 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent *from, argument 110 to->type = from->type; 111 to->rotation = from->rotation; 112 cpswaps(from->sequenceNumber, to->sequenceNumber); 113 cpswapl(from->timestamp, to->timestamp); 114 cpswapl(from->configTimestamp, to->configTimestamp); 115 cpswapl(from->root, to->root); 116 cpswapl(from->window, to->window); 117 cpswaps(from->sizeID, to->sizeID); 118 cpswaps(from 126 SRRCrtcChangeNotifyEvent(xRRCrtcChangeNotifyEvent * from,xRRCrtcChangeNotifyEvent * to) argument 145 SRROutputChangeNotifyEvent(xRROutputChangeNotifyEvent * from,xRROutputChangeNotifyEvent * to) argument 163 SRROutputPropertyNotifyEvent(xRROutputPropertyNotifyEvent * from,xRROutputPropertyNotifyEvent * to) argument 181 SRRNotifyEvent(xEvent * from,xEvent * to) argument [all...] |
| /xsrc/external/mit/xgc/dist/ |
| H A D | ylwrap | 128 # during the conversion from y.tab.c to parse.c. 140 from=$1 143 case $from in 144 "y.tab.c") from=y_tab.c;; 145 "y.tab.h") from=y_tab.h;; 151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" 152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" 181 for from in * 183 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` 184 if test -f "$from"; the [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | ylwrap | 128 # during the conversion from y.tab.c to parse.c. 140 from=$1 143 case $from in 144 "y.tab.c") from=y_tab.c;; 145 "y.tab.h") from=y_tab.h;; 151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" 152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" 181 for from in * 183 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` 184 if test -f "$from"; the [all...] |
| /xsrc/external/mit/twm/dist/ |
| H A D | ylwrap | 128 # during the conversion from y.tab.c to parse.c. 140 from=$1 143 case $from in 144 "y.tab.c") from=y_tab.c;; 145 "y.tab.h") from=y_tab.h;; 151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" 152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" 181 for from in * 183 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` 184 if test -f "$from"; the [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 6 * Idea and some code bits from via_memcpy.c which is 85 #define PREFETCH1(arch_prefetch,from) \ 97 : "r" (from) ); 99 #define PREFETCH2(arch_prefetch,from) \ 103 : "r" (from) ); 105 #define PREFETCH3(arch_prefetch,from) \ 109 : "r" (from) ); 111 #define small_memcpy_i386(to,from,n) \ 122 : "=&D" (to), "=&S" (from) \ 123 : "c" (n), "0" ((long) to), "1" ((long) from) \ 373 SiSVidCopyInit(ScreenPtr pScreen,vidCopyFunc * UMemCpy,Bool from) argument 405 builtin_memcpy(void * to,const void * from,size_t n) argument 426 SiS_builtin_memcp2(UChar * to,const UChar * from,int n) argument 499 builtin_memcpy(void * to,const void * from,int n) argument 517 SiS_builtin_memcp2(UChar * to,const UChar * from,int n) argument 656 SiS_BenchmarkMemcpy(ScrnInfoPtr pScrn,SISMCFuncData * MCFunctions,unsigned int myCPUflags,UChar * buf1,UChar * buf2,UChar * buf3,char * frqBuf,double cpuFreq,vidCopyFunc * UMemCpy,int * best2,Bool from) argument 744 SiS_GetBestByGrade(ScrnInfoPtr pScrn,SISMCFuncData * MCFunctions,unsigned int myCPUflags,vidCopyFunc * UMemCpy,Bool from) argument 1055 SiSVidCopyInitGen(ScreenPtr pScreen,SISMCFuncData * MCFunctions,vidCopyFunc * UMemCpy,Bool from) argument 1148 SiSVidCopyInit(ScreenPtr pScreen,vidCopyFunc * UMemCpy,Bool from) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | randr.c | 116 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent * from, argument 119 to->type = from->type; 120 to->rotation = from->rotation; 121 cpswaps(from->sequenceNumber, to->sequenceNumber); 122 cpswapl(from->timestamp, to->timestamp); 123 cpswapl(from->configTimestamp, to->configTimestamp); 124 cpswapl(from->root, to->root); 125 cpswapl(from->window, to->window); 126 cpswaps(from->sizeID, to->sizeID); 127 cpswaps(from 135 SRRCrtcChangeNotifyEvent(xRRCrtcChangeNotifyEvent * from,xRRCrtcChangeNotifyEvent * to) argument 154 SRROutputChangeNotifyEvent(xRROutputChangeNotifyEvent * from,xRROutputChangeNotifyEvent * to) argument 172 SRROutputPropertyNotifyEvent(xRROutputPropertyNotifyEvent * from,xRROutputPropertyNotifyEvent * to) argument 190 SRRProviderChangeNotifyEvent(xRRProviderChangeNotifyEvent * from,xRRProviderChangeNotifyEvent * to) argument 202 SRRProviderPropertyNotifyEvent(xRRProviderPropertyNotifyEvent * from,xRRProviderPropertyNotifyEvent * to) argument 220 SRRResourceChangeNotifyEvent(xRRResourceChangeNotifyEvent * from,xRRResourceChangeNotifyEvent * to) argument 231 SRRLeaseNotifyEvent(xRRLeaseNotifyEvent * from,xRRLeaseNotifyEvent * to) argument 244 SRRNotifyEvent(xEvent * from,xEvent * to) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_norm_tmp.h | 50 const GLfloat *from = in->start; local in function:TAG 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; 92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; 117 const GLfloat *from = in->start; local in function:TAG 130 const GLfloat ux = from[0], uy = from[ 182 const GLfloat *from = in->start; local in function:TAG 211 const GLfloat *from = in->start; local in function:TAG 243 const GLfloat *from = in->start; local in function:TAG 273 const GLfloat *from = in->start; local in function:TAG 303 const GLfloat *from = in->start; local in function:TAG 349 const GLfloat *from = in->start; local in function:TAG [all...] |
| H A D | m_xform_tmp.h | 50 * them from the vertex array interface. 79 GLfloat *from = from_vec->start; local in function:TAG 88 const GLfloat ox = from[0]; 105 GLfloat *from = from_vec->start; local in function:TAG 112 to[i][0] = from[0]; 125 GLfloat *from = from_vec->start; local in function:TAG 132 const GLfloat ox = from[0]; 147 GLfloat *from = from_vec->start; local in function:TAG 153 const GLfloat ox = from[0]; 168 GLfloat *from local in function:TAG 192 GLfloat *from = from_vec->start; local in function:TAG 215 GLfloat *from = from_vec->start; local in function:TAG 245 GLfloat *from = from_vec->start; local in function:TAG 271 GLfloat *from = from_vec->start; local in function:TAG 292 GLfloat *from = from_vec->start; local in function:TAG 314 GLfloat *from = from_vec->start; local in function:TAG 335 GLfloat *from = from_vec->start; local in function:TAG 362 GLfloat *from = from_vec->start; local in function:TAG 391 GLfloat *from = from_vec->start; local in function:TAG 416 GLfloat *from = from_vec->start; local in function:TAG 442 GLfloat *from = from_vec->start; local in function:TAG 464 GLfloat *from = from_vec->start; local in function:TAG 487 GLfloat *from = from_vec->start; local in function:TAG 509 GLfloat *from = from_vec->start; local in function:TAG 535 GLfloat *from = from_vec->start; local in function:TAG 558 GLfloat *from = from_vec->start; local in function:TAG 584 GLfloat *from = from_vec->start; local in function:TAG 610 GLfloat *from = from_vec->start; local in function:TAG 633 GLfloat *from = from_vec->start; local in function:TAG 657 GLfloat *from = from_vec->start; local in function:TAG 680 GLfloat *from = from_vec->start; local in function:TAG 705 GLfloat *from = from_vec->start; local in function:TAG 729 GLfloat *from = from_vec->start; local in function:TAG [all...] |
| H A D | m_clip_tmp.h | 51 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG 59 const GLfloat cx = from[0]; 60 const GLfloat cy = from[1]; 61 const GLfloat cz = from[2]; 62 const GLfloat cw = from[3]; 132 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG 139 const GLfloat cx = from[0]; 140 const GLfloat cy = from[1]; 141 const GLfloat cz = from[2]; 142 const GLfloat cw = from[ 189 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG 225 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG [all...] |
| H A D | m_xform.h | 43 * backfaces and eliminate vertices from lighting, fogging, etc 107 const GLvector4f *from ); 155 #define TransformRaw( to, mat, from ) \ 156 ( _mesa_transform_tab[(from)->size][(mat)->type]( to, (mat)->m, from ), \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_norm_tmp.h | 50 const GLfloat *from = in->start; local in function:TAG 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; 92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; 117 const GLfloat *from = in->start; local in function:TAG 130 const GLfloat ux = from[0], uy = from[ 182 const GLfloat *from = in->start; local in function:TAG 211 const GLfloat *from = in->start; local in function:TAG 243 const GLfloat *from = in->start; local in function:TAG 273 const GLfloat *from = in->start; local in function:TAG 303 const GLfloat *from = in->start; local in function:TAG 349 const GLfloat *from = in->start; local in function:TAG [all...] |
| H A D | m_xform_tmp.h | 50 * them from the vertex array interface. 79 GLfloat *from = from_vec->start; local in function:TAG 88 const GLfloat ox = from[0]; 105 GLfloat *from = from_vec->start; local in function:TAG 112 to[i][0] = from[0]; 125 GLfloat *from = from_vec->start; local in function:TAG 132 const GLfloat ox = from[0]; 147 GLfloat *from = from_vec->start; local in function:TAG 153 const GLfloat ox = from[0]; 168 GLfloat *from local in function:TAG 192 GLfloat *from = from_vec->start; local in function:TAG 215 GLfloat *from = from_vec->start; local in function:TAG 245 GLfloat *from = from_vec->start; local in function:TAG 271 GLfloat *from = from_vec->start; local in function:TAG 292 GLfloat *from = from_vec->start; local in function:TAG 314 GLfloat *from = from_vec->start; local in function:TAG 335 GLfloat *from = from_vec->start; local in function:TAG 362 GLfloat *from = from_vec->start; local in function:TAG 391 GLfloat *from = from_vec->start; local in function:TAG 416 GLfloat *from = from_vec->start; local in function:TAG 442 GLfloat *from = from_vec->start; local in function:TAG 464 GLfloat *from = from_vec->start; local in function:TAG 487 GLfloat *from = from_vec->start; local in function:TAG 509 GLfloat *from = from_vec->start; local in function:TAG 535 GLfloat *from = from_vec->start; local in function:TAG 558 GLfloat *from = from_vec->start; local in function:TAG 584 GLfloat *from = from_vec->start; local in function:TAG 610 GLfloat *from = from_vec->start; local in function:TAG 633 GLfloat *from = from_vec->start; local in function:TAG 657 GLfloat *from = from_vec->start; local in function:TAG 680 GLfloat *from = from_vec->start; local in function:TAG 705 GLfloat *from = from_vec->start; local in function:TAG 729 GLfloat *from = from_vec->start; local in function:TAG [all...] |
| H A D | m_clip_tmp.h | 51 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG 59 const GLfloat cx = from[0]; 60 const GLfloat cy = from[1]; 61 const GLfloat cz = from[2]; 62 const GLfloat cw = from[3]; 132 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG 139 const GLfloat cx = from[0]; 140 const GLfloat cy = from[1]; 141 const GLfloat cz = from[2]; 142 const GLfloat cw = from[ 189 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG 225 const GLfloat *from = (GLfloat *)clip_vec->start; local in function:TAG [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_memcpy.c | 49 #define PREFETCH1(arch_prefetch,from) \ 61 : : "r" (from) ); 63 #define PREFETCH2(arch_prefetch,from) \ 66 : : "r" (from) ); 67 #define PREFETCH3(arch_prefetch,from) \ 70 : : "r" (from) ); 73 #define small_memcpy(to, from, n) \ 86 :"=&D" (to), "=&S" (from) \ 87 :"q" (n),"0" ((long) to),"1" ((long) from) \ 92 #define SSE_CPY(prefetch, from, t 354 __memcpy(void * to,const void * from,size_t n) argument [all...] |
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | ylwrap | 126 # during the conversion from y.tab.c to parse.c. 138 from=$1 141 case $from in 142 "y.tab.c") from=y_tab.c;; 143 "y.tab.h") from=y_tab.h;; 149 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" 150 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" 179 for from in * 181 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` 182 if test -f "$from"; the [all...] |
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | ylwrap | 126 # during the conversion from y.tab.c to parse.c. 138 from=$1 141 case $from in 142 "y.tab.c") from=y_tab.c;; 143 "y.tab.h") from=y_tab.h;; 149 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" 150 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" 179 for from in * 181 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"` 182 if test -f "$from"; the [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Convert.c | 67 in this Software without prior written authorization from The Open Group. 83 #define HashCode(converter, from) (int)(((long)(converter) >> 2) + from->size + *((char *) from->addr)) 88 XrmRepresentation from, to; member in struct:_ConverterRec 125 _XtTableAddConverter(*table, rec->from, rec->to, rec->converter, 168 XrmValue from; member in struct:_CacheRec 205 while ((p = *pp) && (p->from != from_type || p->to != to_type)) 218 p->from = from_type; 251 XrmRepresentation from; local in function:XtSetTypeConverter 304 XrmRepresentation from; local in function:XtAddConverter 349 CacheEnter(Heap * heap,register XtTypeConverter converter,register XrmValuePtr args,Cardinal num_args,XrmValuePtr from,XrmValuePtr to,Boolean succeeded,register int hash,Boolean do_ref,Boolean do_free,XtDestructor destructor,XtPointer closure) argument 645 XtDirectConvert(XtConverter converter,XrmValuePtr args,Cardinal num_args,register XrmValuePtr from,XrmValuePtr to) argument 730 CallConverter(Display * dpy,XtTypeConverter converter,XrmValuePtr args,Cardinal num_args,register XrmValuePtr from,XrmValuePtr to,XtCacheRef * cache_ref_return,register ConverterPtr cP) argument 873 XtCallConverter(Display * dpy,XtTypeConverter converter,XrmValuePtr args,Cardinal num_args,register XrmValuePtr from,XrmValuePtr to,XtCacheRef * cache_ref_return) argument 899 _XtConvert(Widget widget,register XrmRepresentation from_type,XrmValuePtr from,register XrmRepresentation to_type,register XrmValuePtr to,XtCacheRef * cache_ref_return) argument 983 XtConvert(Widget widget,_Xconst char * from_type_str,XrmValuePtr from,_Xconst char * to_type_str,XrmValuePtr to) argument 1018 XtConvertAndStore(Widget object,_Xconst char * from_type_str,XrmValuePtr from,_Xconst char * to_type_str,XrmValuePtr to) argument [all...] |
| /xsrc/external/mit/libX11/dist/modules/lc/def/ |
| H A D | lcDefConv.c | 145 XPointer *from, 157 if (from == NULL || *from == NULL) 160 src = (const char *) *from; 171 *from = (XPointer) src; 179 XPointer *from, 192 if (from == NULL || *from == NULL) 195 src = (const wchar_t *) *from; 206 *from 143 def_mbstowcs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 177 def_wcstombs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 212 mbstostr(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 251 wcstostr(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 292 mbstocs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 339 wcstocs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 403 cstombs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 474 cstowcs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument 548 strtombs(XlcConv conv,XPointer * from,int * from_left,XPointer * to,int * to_left,XPointer * args,int num_args) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | ylwrap | 134 from="$1" 137 if test $from = "y.tab.c"; then 138 from="y_tab.c" 140 if test $from = "y.tab.h"; then 141 from="y_tab.h" 145 if test -f "$from"; then 173 FROM=`echo "$from" | sed \ 180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \ 181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | extinit.c | 23 in this Software without prior written authorization from The Open Group. 536 SEventDeviceValuator(deviceValuator * from, deviceValuator * to) argument 542 *to = *from; 552 SEventFocus(deviceFocus * from, deviceFocus * to) argument 556 *to = *from; 563 SDeviceStateNotifyEvent(deviceStateNotify * from, deviceStateNotify * to) argument 569 *to = *from; 579 SDeviceKeyStateNotifyEvent(deviceKeyStateNotify * from, argument 584 *to = *from; 589 SDeviceButtonStateNotifyEvent(deviceButtonStateNotify * from, argument 599 SChangeDeviceNotifyEvent(changeDeviceNotify * from,changeDeviceNotify * to) argument 609 SDeviceMappingNotifyEvent(deviceMappingNotify * from,deviceMappingNotify * to) argument 619 SDevicePresenceNotifyEvent(devicePresenceNotify * from,devicePresenceNotify * to) argument 630 SDevicePropertyNotifyEvent(devicePropertyNotify * from,devicePropertyNotify * to) argument 641 SDeviceLeaveNotifyEvent(xXILeaveEvent * from,xXILeaveEvent * to) argument 666 SDeviceChangedEvent(xXIDeviceChangedEvent * from,xXIDeviceChangedEvent * to) argument 732 SDeviceEvent(xXIDeviceEvent * from,xXIDeviceEvent * to) argument 779 SDeviceHierarchyEvent(xXIHierarchyEvent * from,xXIHierarchyEvent * to) argument 805 SXIPropertyEvent(xXIPropertyEvent * from,xXIPropertyEvent * to) argument 817 SRawEvent(xXIRawEvent * from,xXIRawEvent * to) argument 861 XI2EventSwap(xGenericEvent * from,xGenericEvent * to) argument 1187 SEventIDispatch(xEvent * from,xEvent * to) argument [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 6 * Idea and some code bits from via_memcpy.c which is 117 #define PREFETCH1(arch_prefetch,from) \ 129 : "r" (from) ); 131 #define PREFETCH2(arch_prefetch,from) \ 135 : "r" (from) ); 137 #define PREFETCH3(arch_prefetch,from) \ 141 : "r" (from) ); 143 #define small_memcpy_i386(to,from,n) \ 154 : "=&D" (to), "=&S" (from) \ 155 : "c" (n), "0" ((long) to), "1" ((long) from) \ 428 XGIVidCopyInit(ScreenPtr pScreen,vidCopyFunc * UMemCpy,Bool from) argument 454 XGI_builtin_memcpy_arm(UChar * to,const UChar * from,int n) argument 501 builtin_memcpy(void * to,const void * from,size_t n) argument 523 XGI_builtin_memcp2(UChar * to,const UChar * from,int n) argument 597 builtin_memcpy(void * to,const void * from,int n) argument 616 XGI_builtin_memcp2(UChar * to,const UChar * from,int n) argument [all...] |
| /xsrc/external/mit/xdm/dist/include/ |
| H A D | dm_socket.h | 43 extern ARRAY8Ptr Accept (struct sockaddr *from, int fromlen, CARD16 displayNumber);
|