| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winwakeup.c | 43 MSG msg; local in function:winWakeupHandler 46 if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) { 48 || !IsDialogMessage(g_hDlgDepthChange, &msg)) 49 && (g_hDlgExit == 0 || !IsDialogMessage(g_hDlgExit, &msg)) 50 && (g_hDlgAbout == 0 || !IsDialogMessage(g_hDlgAbout, &msg))) { 51 DispatchMessage(&msg);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winwakeup.c | 46 MSG msg; local in function:winWakeupHandler 49 while (PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) 52 || !IsDialogMessage (g_hDlgDepthChange, &msg)) 54 || !IsDialogMessage (g_hDlgExit, &msg)) 56 || !IsDialogMessage (g_hDlgAbout, &msg))) 58 DispatchMessage (&msg);
|
| H A D | winblock.c | 47 MSG msg; local in function:winBlockHandler 84 while (PeekMessage (&msg, NULL, 0, 0, PM_REMOVE)) 87 || !IsDialogMessage (g_hDlgDepthChange, &msg)) 89 || !IsDialogMessage (g_hDlgExit, &msg)) 91 || !IsDialogMessage (g_hDlgAbout, &msg))) 93 DispatchMessage (&msg);
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps.cc | 15 bool check(int res, const char *msg) argument 19 PERFETTO_ELOG("%s: %s", msg, err_msg);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.h | 39 const char *msg);
|
| H A D | lp_bld_printf.h | 43 const char *msg,
|
| H A D | lp_bld_assert.c | 40 lp_assert(int condition, const char *msg) argument 43 debug_printf("LLVM assertion '%s' failed!\n", msg); 57 * \param msg a string to print if the assertion fails. 62 const char *msg) 72 msg_string = lp_build_const_string(gallivm, msg); 60 lp_build_assert(struct gallivm_state * gallivm,LLVMValueRef condition,const char * msg) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_gallium.h | 45 void debug_print_format(const char *msg, unsigned fmt); 53 debug_print_transfer_flags(const char *msg, unsigned usage); 56 debug_print_bind_flags(const char *msg, unsigned usage); 59 debug_print_usage_enum(const char *msg, enum pipe_resource_usage usage);
|
| H A D | u_async_debug.c | 39 struct util_debug_message *msg; local in function:u_async_debug_message 68 msg = &adbg->messages[adbg->count++]; 69 msg->id = id; 70 msg->type = type; 71 msg->msg = text; 94 free(adbg->messages[i].msg); 104 const struct util_debug_message *msg = &adbg->messages[i]; local in function:_u_async_debug_drain 106 _pipe_debug_message(dst, msg->id, msg [all...] |
| H A D | u_debug_gallium.c | 38 debug_print_format(const char *msg, unsigned fmt) argument 40 debug_printf("%s: %s\n", msg, util_format_name(fmt)); 48 debug_print_transfer_flags(const char *msg, unsigned usage) argument 50 debug_printf("%s: ", msg); 60 debug_print_bind_flags(const char *msg, unsigned usage) argument 85 debug_printf("%s: %s\n", msg, debug_dump_flags(names, usage)); 93 debug_print_usage_enum(const char *msg, enum pipe_resource_usage usage) argument 104 debug_printf("%s: %s\n", msg, debug_dump_enum(names, usage));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.h | 39 const char *msg);
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | compfuncs.c | 44 Msg msg; local in function:DoResetCompose 56 msg = TocMakeNewMsg(DraftsFolder); 57 MsgLoadComposition(msg); 58 MsgSetTemporary(msg); 59 MsgSetReapable(msg); 60 (void) MsgSetScrn(msg, scrn, (XtCallbackList) NULL, (XtCallbackList) NULL); 87 if (scrn->msg == NULL) return; 88 if (MsgChanged(scrn->msg) || ! MsgGetReapable(scrn->msg)) { 89 MsgSend(scrn->msg); 122 Msg msg; local in function:CreateForward [all...] |
| H A D | msg.c | 2 * $XConsortium: msg.c /main/2 1996/01/14 16:51:45 kaleb $ 27 /* $XFree86: xc/programs/xmh/msg.c,v 1.4 2002/04/05 21:06:28 dickey Exp $ */ 41 * Arguments: msg - the message. 47 SetEditable(Msg msg, Boolean edit) argument 56 XtSetValues(msg->source, args, ONE); 61 * Arguments: msg - the message to edit. 66 IsEditable(Msg msg) argument 72 XtGetValues(msg->source, args, ONE); 79 char *MsgName(Msg msg) argument 82 snprintf(result, sizeof(result), "%s:%d", msg 91 Msg msg; local in function:ResetMsgLabel 126 Msg msg; local in function:RedisplayMsg 208 MsgFileName(Msg msg) argument 220 MsgSaveChanges(Msg msg) argument 261 Msg msg = (Msg) client_data; local in function:ConfirmedNoScrn 290 SetScrnNewMsg(Msg msg,Scrn scrn) argument 319 Msg msg; member in struct:_MsgAndScrn 336 SetScrn(Msg msg,Scrn scrn,Boolean force,XtCallbackList confirms,XtCallbackList cancels) argument 408 MsgSetScrn(Msg msg,Scrn scrn,XtCallbackList confirms,XtCallbackList cancels) argument 421 MsgSetScrnForComp(Msg msg,Scrn scrn) argument 431 MsgSetScrnForce(Msg msg,Scrn scrn) argument 441 MsgSetFate(Msg msg,FateType fate,Toc desttoc) argument 478 MsgGetFate(Msg msg,Toc * toc) argument 487 MsgSetTemporary(Msg msg) argument 498 MsgSetPermanent(Msg msg) argument 510 MsgGetId(Msg msg) argument 518 MsgGetScanLine(Msg msg) argument 527 MsgGetToc(Msg msg) argument 535 MsgSetReapable(Msg msg) argument 547 MsgClearReapable(Msg msg) argument 559 MsgGetReapable(Msg msg) argument 568 MsgSetEditable(Msg msg) argument 582 MsgClearEditable(Msg msg) argument 596 MsgGetEditable(Msg msg) argument 604 MsgChanged(Msg msg) argument 612 MsgSetCallOnChange(Msg msg,void (* func)(XMH_CB_ARGS),XtPointer param) argument 637 MsgSend(Msg msg) argument 719 MsgLoadComposition(Msg msg) argument 765 MsgLoadReply(Msg msg,Msg frommsg,String * params,Cardinal num_params) argument 803 MsgLoadForward(Scrn scrn,Msg msg,MsgList mlist,String * params,Cardinal num_params) argument 839 MsgLoadCopy(Msg msg,Msg frommsg) argument 849 MsgCheckPoint(Msg msg) argument 878 MsgFree(Msg msg) argument 894 Msg msg = scrn->msg; local in function:XmhInsert [all...] |
| H A D | viewfuncs.c | 72 Msg msg; local in function:DoViewReplyMsg 75 if (scrn->msg == NULL) return; 77 ScreenSetAssocMsg(nscrn, scrn->msg); 78 msg = TocMakeNewMsg(DraftsFolder); 79 MsgSetTemporary(msg); 80 MsgLoadReply(msg, scrn->msg, params, num_params); 81 MsgSetScrnForComp(msg, nscrn); 116 if (scrn->msg == NULL) return; 117 mlist = MakeSingleMsgList(scrn->msg); 149 Msg msg; local in function:DoViewUseAsComposition [all...] |
| H A D | mlist.c | 49 void AppendMsgList(MsgList mlist, Msg msg) argument 54 mlist->msglist[mlist->nummsgs - 1] = msg; 62 void DeleteMsgFromMsgList(MsgList mlist, Msg msg) argument 66 if (mlist->msglist[i] == msg) { 79 MsgList MakeSingleMsgList(Msg msg) argument 83 AppendMsgList(result, msg); 107 Msg msg; local in function:StringToMsgList 119 msg = TocMsgFromId(toc, i); 120 if (msg) AppendMsgList(mlist, msg); [all...] |
| H A D | tsource.c | 124 Msg msg; local in function:MsgFromPosition 137 msg = toc->msgs[h]; 138 if (msg->position > position) 139 msg = toc->msgs[h = l]; 140 while (!msg->visible) 141 msg = toc->msgs[h++]; 142 if (position < msg->position || position > msg->position + msg->length) 144 return msg; 164 Msg msg; local in function:Read 196 Msg msg; local in function:Replace 240 Msg msg; local in function:Scan [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | eth008-power-relay.py | 10 msg = None variable 13 msg = b'\x20' variable 15 msg = b'\x21' 17 msg += int(relay).to_bytes(1, 'big') 18 msg += b'\x00' 21 c.sendall(msg)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_debug.h | 37 extern void i915_print_ureg(const char *msg, unsigned ureg);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_debug.h | 37 extern void i915_print_ureg(const char *msg, unsigned ureg);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_async_debug.c | 39 struct util_debug_message *msg; local in function:u_async_debug_message 68 msg = &adbg->messages[adbg->count++]; 69 msg->id = id; 70 msg->type = type; 71 msg->msg = text; 94 free(adbg->messages[i].msg); 104 const struct util_debug_message *msg = &adbg->messages[i]; local in function:_u_async_debug_drain 106 _pipe_debug_message(dst, msg->id, msg [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | glwindows.h | 53 #define GLWIN_TRACE_MSG(msg, args...) if (glxWinDebugSettings.enableTrace) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ ) 54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | glwindows.h | 53 #define GLWIN_TRACE_MSG(msg, args...) if (glxWinDebugSettings.enableTrace) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ ) 54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
|
| /xsrc/external/mit/xauth/dist/ |
| H A D | xauth.c | 85 for (const char **msg = prefixmsg; *msg; msg++) { local in function:usage 86 fprintf (stderr, "%s\n", *msg); 90 for (const char **msg = suffixmsg; *msg; msg++) { local in function:usage 91 fprintf (stderr, "%s\n", *msg);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | apple_glx_log.c | 72 aslmsg msg; local in function:_apple_glx_vlog 92 msg = asl_new(ASL_TYPE_MSG); 93 if (msg) { 95 asl_set(msg, "File", file); 97 asl_set(msg, "Function", function); 102 asl_set(msg, "Line", _line); 110 asl_set(msg, "Thread", _thread); 116 asl_vlog(aslc, msg, level, fmt, args); 117 if (msg) 118 asl_free(msg); [all...] |
| /xsrc/external/mit/xsm/dist/ |
| H A D | remote.c | 47 char msg[256]; 70 snprintf (msg, sizeof(msg), 73 add_log_text (msg); 74 perror (msg); 82 snprintf (msg, sizeof(msg), 85 add_log_text (msg); 86 perror (msg); 98 snprintf (msg, sizeo 46 char msg[256]; local in function:remote_start [all...] |