Searched refs:pri (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c586 ReplyInfoRec *pri = (ReplyInfoRec *) calldata;
587 ClientPtr client = pri->client;
597 (void *) pri->replyData,
598 pri->dataLenBytes, pri->padBytes,
600 if (!pri->bytesRemaining)
603 else if (pri->startOfReply && pRCAP->pReplyMajorOpSet &&
607 (void *) pri->replyData,
608 pri->dataLenBytes, 0,
609 pri
584 ReplyInfoRec *pri = (ReplyInfoRec *) calldata; local in function:RecordAReply
1973 RecordAllocRanges(GetContextRangeInfoPtr pri,int nRanges) argument
2016 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
2078 RecordConvertMinorOpInfoToRanges(RecordMinorOpPtr pMinOpInfo,GetContextRangeInfoPtr pri,int byteoffset) argument
2144 GetContextRangeInfoPtr pri; local in function:ProcRecordGetContext
[all...]
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c611 ReplyInfoRec *pri = (ReplyInfoRec *)calldata;
612 ClientPtr client = pri->client;
626 (pointer)pri->replyData, pri->dataLenBytes, /* continuation */ -1);
627 if (!pri->bytesRemaining)
630 else if (pri->startOfReply && pRCAP->pReplyMajorOpSet &&
636 (pointer)pri->replyData, pri->dataLenBytes, pri->bytesRemaining);
637 if (pri
609 ReplyInfoRec *pri = (ReplyInfoRec *)calldata; local in function:RecordAReply
2045 RecordAllocRanges(GetContextRangeInfoPtr pri,int nRanges) argument
2089 RecordConvertSetToRanges(RecordSetPtr pSet,GetContextRangeInfoPtr pri,int byteoffset,Bool card8,unsigned int imax,int * pStartIndex) argument
2158 RecordConvertMinorOpInfoToRanges(RecordMinorOpPtr pMinOpInfo,GetContextRangeInfoPtr pri,int byteoffset) argument
2229 GetContextRangeInfoPtr pri; local in function:ProcRecordGetContext
[all...]
/xsrc/external/mit/MesaLib/dist/include/android_stub/log/
H A Dlogprint.h113 android_LogPriority pri);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_enums.py170 (name, pri) = self.enum_table[enum]
186 (name, pri) = self.enum_table[enum]
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_enums.py168 (name, pri) = self.enum_table[enum]
184 (name, pri) = self.enum_table[enum]
/xsrc/external/mit/ctwm/dist/
H A Dfunctions_win.c376 int pri; local in function:otp_priority_handler
390 pri = (int)strtol(action, &endp, 10);
391 OtpSetPriority(tmp_win, wintype, pri,
H A Dotp.c248 /* List should be bottom->top, so effective pri better ascend */
265 fprintf(stderr, "checking owl: pri %d w=%x stack=%d",
418 fprintf(stderr, "InsertOwlAbove owl->pri=%d w=0x%x parent_vs:(x,y)=(%d,%d)",
424 fprintf(stderr, "\n other_owl->pri=%d w=0x%x parent_vs:(x,y)=(%d,%d)",
740 * abs(effective pri)
1490 fprintf(stderr, " pri=%2d (%+d) %s 0x%lx:'%1.50s'\n",
1814 int pri; local in function:OwlEffectivePriority
1818 pri = owl->pri_base;
1823 pri += EWMH_PRI_ABOVE;
1826 pri
[all...]
H A Dewmh.c2182 int pri = OtpEffectiveDisplayPriority(twm_win); local in function:EwmhSet_NET_WM_STATE
2191 if(twm_win->ewmhWindowType == wt_Dock && pri == EWMH_PRI_DOCK) {
2192 pri = 0;
2194 if(twm_win->ewmhWindowType == wt_Desktop && pri == EWMH_PRI_DESKTOP) {
2195 pri = 0;
2198 if(pri > 0) {
2201 else if(pri < 0) {

Completed in 12 milliseconds