Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 19 of 19) 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.c45 const unsigned int num_events[/* n */]) { in branch_counts()
60 const unsigned int ct = num_events[t]; in branch_counts()
81 const unsigned int num_events[/* n */], in vp8_tree_probs_from_distribution()
86 branch_counts(n, tok, tree, branch_ct, num_events); in vp8_tree_probs_from_distribution()
Dtreecoder.h66 const unsigned int num_events[/* n */],
75 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/ltp/testcases/kernel/input/
Dinput06.c41 static int num_events; variable
133 num_events = rd / sizeof(struct input_event); in read_events()
138 return num_events && ev_iter < num_events; in have_events()
/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc816 size_t num_events = 100; in TEST_F() local
825 events.resize(num_events); in TEST_F()
828 size_t bam_index = num_events/2; in TEST_F()
848 EXPECT_EQ(num_events - 1, index); in TEST_F()
849 EXPECT_TRUE(FindLastOf(event_ptrs, Query::Bool(true), num_events - 5, in TEST_F()
851 EXPECT_EQ(num_events - 5, index); in TEST_F()
854 EXPECT_TRUE(FindLastOf(event_ptrs, query_bam, num_events, &index)); in TEST_F()
868 size_t num_events = 5; in TEST_F() local
870 events.resize(num_events); in TEST_F()
907 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.regression19 job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
Dcontrol19 job.run_test('platform_Pkcs11Events', num_tokens=2, num_events=20)
/external/kernel-headers/original/uapi/linux/
Dkfd_ioctl.h229 __u32 num_events; /* to KFD */ member
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddispatch.hpp282 cl_uint num_events,
473 cl_uint num_events,
/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1120 void TraceManyInstantEvents(int thread_id, int num_events, in TraceManyInstantEvents() argument
1122 for (int i = 0; i < num_events; i++) { in TraceManyInstantEvents()
1135 int num_events) { in ValidateInstantEventPresentOnEveryThread() argument
1159 for (int event = 0; event < num_events; event++) { in ValidateInstantEventPresentOnEveryThread()
1753 const int num_events = 4000; in TEST_F() local
1763 FROM_HERE, base::Bind(&TraceManyInstantEvents, i, num_events, in TEST_F()
1780 num_threads, num_events); in TEST_F()
/external/ImageMagick/MagickCore/
Dopencl-private.h210 (CL_API_CALL *MAGICKpfn_clWaitForEvents)(cl_uint num_events,
/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/toolchain-utils/crosperf/
Dresults_cache.py263 num_events = group[0]
266 value = str(misc.UnitToNumber(num_events))
/external/perf_data_converter/src/quipper/
Dperf_reader.cc1643 event_desc_num_events num_events = proto_->file_attrs().size(); in WriteEventDescMetadata() local
1644 if (!data->WriteDataValue(&num_events, sizeof(num_events), in WriteEventDescMetadata()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c59 const unsigned int num_events[/* n */]) { in update_mode()
63 vp8_tree_probs_from_distribution(n--, tok, tree, Pnew, bct, num_events, 256, in update_mode()
/external/clang/lib/Headers/
Dopencl-c.h14350 void __ovld wait_group_events(int num_events, event_t *event_list);