/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_treewriter.c | 36 const unsigned int num_events[]) { in convert_distribution() argument 40 left = num_events[-tree[i]]; in convert_distribution() 42 left = convert_distribution(tree[i], tree, branch_ct, num_events); in convert_distribution() 45 right = num_events[-tree[i + 1]]; in convert_distribution() 47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events); in convert_distribution() 56 const unsigned int num_events[/* n */]) { in vp9_tree_probs_from_distribution() 57 convert_distribution(0, tree, branch_ct, num_events); in vp9_tree_probs_from_distribution()
|
D | vp9_treewriter.h | 22 const unsigned int num_events[ /* n */ ]);
|
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.c | 61 const unsigned int num_events[ /* n */ ] in branch_counts() 83 const unsigned int ct = num_events[t]; in branch_counts() 115 const unsigned int num_events[ /* n */ ], in vp8_tree_probs_from_distribution() 123 branch_counts(n, tok, tree, branch_ct, num_events); in vp8_tree_probs_from_distribution()
|
D | treecoder.h | 76 const unsigned int num_events[ /* n */ ], 89 const unsigned int num_events[ /* n */ ],
|
/external/vboot_reference/tests/ |
D | vboot_api_devmode_tests.c | 44 int num_events; member 313 max_events = test[i].num_events; in VbBootDeveloperSoundTest() 317 matched_events, current_event, test[i].num_events)); in VbBootDeveloperSoundTest() 318 TEST_TRUE(matched_events == test[i].num_events && in VbBootDeveloperSoundTest() 319 current_event == test[i].num_events, test[i].name); in VbBootDeveloperSoundTest()
|
/external/libchrome/base/test/ |
D | trace_event_analyzer_unittest.cc | 785 size_t num_events = 100; in TEST_F() local 794 events.resize(num_events); in TEST_F() 797 size_t bam_index = num_events/2; in TEST_F() 817 EXPECT_EQ(num_events - 1, index); in TEST_F() 818 EXPECT_TRUE(FindLastOf(event_ptrs, Query::Bool(true), num_events - 5, in TEST_F() 820 EXPECT_EQ(num_events - 5, index); in TEST_F() 823 EXPECT_TRUE(FindLastOf(event_ptrs, query_bam, num_events, &index)); in TEST_F() 837 size_t num_events = 5; in TEST_F() local 839 events.resize(num_events); in TEST_F() 876 size_t num_events = 5; in TEST_F() local [all …]
|
/external/autotest/client/site_tests/platform_Pkcs11Events/ |
D | platform_Pkcs11Events.py | 13 def run_once(self, num_tokens, num_events): argument 37 for i in range(num_events):
|
D | control.regression | 20 job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
|
D | control | 20 job.run_test('platform_Pkcs11Events', num_tokens=2, num_events=20)
|
/external/libchrome/base/files/ |
D | file_path_watcher_fsevents.h | 38 size_t num_events,
|
D | file_path_watcher_fsevents.cc | 121 size_t num_events, in FSEventsCallback() argument 132 for (size_t i = 0; i < num_events; i++) { in FSEventsCallback()
|
/external/kernel-headers/original/uapi/linux/ |
D | kfd_ioctl.h | 229 uint32_t num_events; /* to KFD */ member
|
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 855 void TraceManyInstantEvents(int thread_id, int num_events, in TraceManyInstantEvents() argument 857 for (int i = 0; i < num_events; i++) { in TraceManyInstantEvents() 870 int num_events) { in ValidateInstantEventPresentOnEveryThread() argument 894 for (int event = 0; event < num_events; event++) { in ValidateInstantEventPresentOnEveryThread() 1539 const int num_events = 4000; in TEST_F() local 1547 FROM_HERE, base::Bind(&TraceManyInstantEvents, i, num_events, in TEST_F() 1564 num_threads, num_events); in TEST_F()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_process_unittest.cc | 564 const int num_events = HANDLE_EINTR(poll(&poll_fd, 1, timeout_in_ms)); in WaitForClosedPipeWriter() local 565 if (1 == num_events && poll_fd.revents | POLLHUP) in WaitForClosedPipeWriter()
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 2727 int num_events; in MHD_epoll() local 2788 num_events = MAX_EVENTS; in MHD_epoll() 2789 while (MAX_EVENTS == num_events) in MHD_epoll() 2792 num_events = epoll_wait (daemon->epoll_fd, in MHD_epoll() 2794 if (-1 == num_events) in MHD_epoll() 2805 for (i=0;i<(unsigned int) num_events;i++) in MHD_epoll()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 71 const unsigned int num_events[/* n */] in update_mode() 79 Pnew, bct, num_events, in update_mode()
|