Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 20 of 20) 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.c46 const unsigned int num_events[/* n */]) { in branch_counts()
61 const unsigned int ct = num_events[t]; in branch_counts()
82 const unsigned int num_events[/* n */], in vp8_tree_probs_from_distribution()
87 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/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):
Dcontrol19 job.run_test('platform_Pkcs11Events', num_tokens=2, num_events=20)
Dcontrol.regression19 job.run_test('platform_Pkcs11Events', num_tokens=7, num_events=200)
/external/perfetto/src/traced/probes/android_log/
Dandroid_log_data_source.cc209 size_t num_events = 0; in ReadLogSocket() local
213 num_events++; in ReadLogSocket()
218 if (num_events > 500) { in ReadLogSocket()
290 if (num_events > 3) in ReadLogSocket()
291 PERFETTO_DLOG("Seen %zu Android log events", num_events); in ReadLogSocket()
/external/libpcap/rpcapd/
Drpcapd.c779 DWORD num_events; in accept_connections() local
789 num_events = 1; // shutdown event in accept_connections()
793 if (num_events == WSA_MAXIMUM_WAIT_EVENTS) in accept_connections()
803 num_events++; in accept_connections()
809 events = (WSAEVENT *) malloc(num_events * sizeof (WSAEVENT)); in accept_connections()
852 ret = WSAWaitForMultipleEvents(num_events, events, FALSE, in accept_connections()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc81 gpr_atm num_events; member
117 gpr_atm_no_barrier_store(&g_epoll_set.num_events, 0); in epoll_set_init()
651 long num_events = gpr_atm_acq_load(&g_epoll_set.num_events); in process_epoll_events() local
654 (idx < MAX_EPOLL_EVENTS_HANDLED_PER_ITERATION) && cursor != num_events; in process_epoll_events()
723 gpr_atm_rel_store(&g_epoll_set.num_events, r); in do_epoll_wait()
1028 gpr_atm_acq_load(&g_epoll_set.num_events)) { in pollset_work()
/external/u-boot/lib/efi_loader/
Defi_boottime.c780 static efi_status_t EFIAPI efi_wait_for_event(efi_uintn_t num_events, in efi_wait_for_event() argument
786 EFI_ENTRY("%zd, %p, %p", num_events, event, index); in efi_wait_for_event()
789 if (!num_events || !event) in efi_wait_for_event()
794 for (i = 0; i < num_events; ++i) { in efi_wait_for_event()
805 for (i = 0; i < num_events; ++i) { in efi_wait_for_event()
/external/kernel-headers/original/uapi/linux/
Dkfd_ioctl.h279 __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/toolchain-utils/crosperf/
Dresults_cache.py263 num_events = group[0]
266 value = str(misc.UnitToNumber(num_events))
/external/ImageMagick/MagickCore/
Dopencl-private.h222 (CL_API_CALL *MAGICKpfn_clWaitForEvents)(cl_uint 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.c52 const unsigned int num_events[/* n */]) { in update_mode()
56 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);