Searched refs:info_ptr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/editres/dist/ |
| H A D | geometry.c | 52 static void FlashWidgetsOn ( XtPointer info_ptr, XtIntervalId * id ); 53 static void FlashWidgetsOff ( XtPointer info_ptr, XtIntervalId * id ); 54 static void FlashWidgetsCleanup ( XtPointer info_ptr, XtIntervalId * id ); 371 * Arguments: info_ptr - pointer to the tree info. 378 FlashWidgetsOn(XtPointer info_ptr, XtIntervalId *id) argument 382 TreeInfo * tree_info = (TreeInfo *) info_ptr; 393 * Arguments: info_ptr - pointer to the tree info. 400 FlashWidgetsOff(XtPointer info_ptr, XtIntervalId *id) argument 403 TreeInfo * tree_info = (TreeInfo *) info_ptr; 411 * Arguments: info_ptr 418 FlashWidgetsCleanup(XtPointer info_ptr,XtIntervalId * id) argument [all...] |
| H A D | handler.c | 55 static void CreateSetValuesCommand ( WNode * node, XtPointer info_ptr ); 56 static void SetOnlyMatchingWidgets ( WNode * node, XtPointer info_ptr ); 777 * info_ptr - the pointer to the apply info. 782 CreateSetValuesCommand(WNode *node, XtPointer info_ptr) argument 784 ApplyResourcesInfo * info = (ApplyResourcesInfo *) info_ptr; 807 * info_ptr - the pointer to the apply info. 814 CreateGetValuesCommand(WNode *node, XtPointer info_ptr) 816 ApplyResourcesInfo * info = (ApplyResourcesInfo *) info_ptr; 882 * info_ptr - the pointer to the apply info. 887 SetOnlyMatchingWidgets(WNode *node, XtPointer info_ptr) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_sqtt.c | 631 void *info_ptr = (uint8_t *)thread_trace_ptr + info_offset; local in function:radv_get_thread_trace 633 struct ac_thread_trace_info *info = (struct ac_thread_trace_info *)info_ptr;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_sqtt.c | 519 void *info_ptr = thread_trace_ptr + info_offset; local in function:si_get_thread_trace 522 (struct ac_thread_trace_info *)info_ptr;
|
Completed in 5 milliseconds