| /src/external/gpl3/gcc.old/dist/gcc/ |
| diagnostic-path.h | 92 virtual unsigned num_events () const = 0; 133 unsigned num_events () const FINAL OVERRIDE;
|
| tree-diagnostic-path.cc | 223 const unsigned num_events = path.num_events (); local 226 for (unsigned idx = 0; idx < num_events; idx++) 449 const unsigned num_events = path->num_events (); local 460 for (unsigned i = 0; i < num_events; i++) 496 for (unsigned i = 0; i < path->num_events (); i++) 640 ASSERT_EQ (path.num_events (), 18); 722 ASSERT_EQ (path.num_events (), 8); 774 ASSERT_EQ (path.num_events (), 7) [all...] |
| diagnostic.cc | 831 const unsigned num = num_events (); 2081 /* Implementation of diagnostic_path::num_events vfunc for 2085 simple_diagnostic_path::num_events () const
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_events.c | 531 static struct kfd_event_waiter *alloc_event_waiters(uint32_t num_events) 536 event_waiters = kmalloc_array(num_events, 540 for (i = 0; (event_waiters) && (i < num_events) ; i++) { 577 * @num_events: Number of events to wait for 585 static uint32_t test_event_condition(bool all, uint32_t num_events, 591 for (i = 0; i < num_events; i++) { 603 return activated_count == num_events ? 611 static int copy_signaled_event_data(uint32_t num_events, 621 for (i = 0; i < num_events; i++) { 657 static void free_waiters(uint32_t num_events, struct kfd_event_waiter *waiters [all...] |
| kfd_priv.h | 1006 uint32_t num_events, void __user *data,
|
| kfd_chardev.c | 1120 err = kfd_wait_on_events(p, args->num_events,
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| xenoprof.h | 93 int32_t num_events; member in struct:xenoprof_init
|
| /src/external/bsd/libpcap/dist/rpcapd/ |
| rpcapd.c | 860 DWORD num_events; local 870 num_events = 1; // shutdown event 874 if (num_events == WSA_MAXIMUM_WAIT_EVENTS) 884 num_events++; 890 events = (WSAEVENT *) malloc(num_events * sizeof (WSAEVENT)); 935 ret = WSAWaitForMultipleEvents(num_events, events, FALSE,
|
| /src/external/bsd/ntp/dist/sntp/ |
| networking.h | 56 u_char num_events; member in struct:speer
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 2222 int idx = path->num_events () - 1; 2223 while (idx >= 0 && idx < (signed)path->num_events ()) 2510 int idx = (signed)path->num_events () - 1; 2514 if (idx + 2 < (signed)path->num_events () 2538 if (idx + 1 < (signed)path->num_events () 2630 start_idx < (signed)path->num_events () - 1; 2722 int idx = path->num_events () - 1; 2723 while (idx >= 0 && idx < (signed)path->num_events ())
|
| checker-path.h | 536 unsigned num_events () const FINAL OVERRIDE
|
| /src/external/bsd/ntp/dist/include/ |
| ntp.h | 282 u_char num_events; /* number of error events */ member in struct:peer
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_control.c | 1353 return CTL_PEER_STATUS(status, p->num_events, p->last_event); 3265 peer->num_events = 0; 3318 peer->num_events = 0; 5040 peer->num_events = 0; 5041 if (peer->num_events >= CTL_PEER_MAXEVENTS) 5045 peer->num_events++;
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| opencl-c.h | 12843 * the same num_events and event objects specified 12846 void __ovld wait_group_events(int num_events, event_t *event_list);
|