Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.c36 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()
Dvp9_treewriter.h22 const unsigned int num_events[ /* n */ ]);
/external/libvpx/libvpx/vp8/common/
Dtreecoder.c61 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()
Dtreecoder.h76 const unsigned int num_events[ /* n */ ],
89 const unsigned int num_events[ /* n */ ],
/external/vboot_reference/tests/
Dvboot_api_devmode_tests.c44 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/
Dtrace_event_analyzer_unittest.cc785 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/
Dplatform_Pkcs11Events.py13 def run_once(self, num_tokens, num_events): argument
37 for i in range(num_events):
Dcontrol.regression20 job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
Dcontrol20 job.run_test('platform_Pkcs11Events', num_tokens=2, num_events=20)
/external/libchrome/base/files/
Dfile_path_watcher_fsevents.h38 size_t num_events,
Dfile_path_watcher_fsevents.cc121 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/
Dkfd_ioctl.h229 uint32_t num_events; /* to KFD */ member
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc855 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/
Dbroker_process_unittest.cc564 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/
Ddaemon.c2727 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/
Dbitstream.c71 const unsigned int num_events[/* n */] in update_mode()
79 Pnew, bct, num_events, in update_mode()