/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 | 45 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()
|
D | treecoder.h | 66 const unsigned int num_events[/* n */], 75 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/ltp/testcases/kernel/input/ |
D | input06.c | 41 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/ |
D | trace_event_analyzer_unittest.cc | 816 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/ |
D | platform_Pkcs11Events.py | 13 def run_once(self, num_tokens, num_events): argument 37 for i in range(num_events):
|
D | control.regression | 19 job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
|
D | control | 19 job.run_test('platform_Pkcs11Events', num_tokens=2, num_events=20)
|
/external/kernel-headers/original/uapi/linux/ |
D | kfd_ioctl.h | 229 __u32 num_events; /* to KFD */ member
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | dispatch.hpp | 282 cl_uint num_events, 473 cl_uint num_events,
|
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 1120 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/ |
D | opencl-private.h | 210 (CL_API_CALL *MAGICKpfn_clWaitForEvents)(cl_uint num_events,
|
/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/toolchain-utils/crosperf/ |
D | results_cache.py | 263 num_events = group[0] 266 value = str(misc.UnitToNumber(num_events))
|
/external/perf_data_converter/src/quipper/ |
D | perf_reader.cc | 1643 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/ |
D | bitstream.c | 59 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/ |
D | opencl-c.h | 14350 void __ovld wait_group_events(int num_events, event_t *event_list);
|