-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathlibwd_dae.map
More file actions
53 lines (49 loc) · 1.01 KB
/
libwd_dae.map
File metadata and controls
53 lines (49 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
UADK_DAE_2.0 {
global:
wd_join_gather_alloc_sess;
wd_join_gather_free_sess;
wd_join_get_table_rowsize;
wd_gather_get_batch_rowsize;
wd_join_set_hash_table;
wd_join_gather_init;
wd_join_gather_uninit;
wd_join_build_hash_sync;
wd_join_build_hash_async;
wd_join_probe_sync;
wd_join_probe_async;
wd_join_rehash_sync;
wd_join_gather_get_msg;
wd_join_gather_poll;
wd_gather_convert_sync;
wd_gather_complete_sync;
wd_gather_convert_async;
wd_gather_complete_async;
wd_agg_alloc_sess;
wd_agg_free_sess;
wd_agg_get_table_rowsize;
wd_agg_set_hash_table;
wd_agg_init;
wd_agg_uninit;
wd_agg_add_input_sync;
wd_agg_add_input_async;
wd_agg_get_output_sync;
wd_agg_get_output_async;
wd_agg_rehash_sync;
wd_agg_get_msg;
wd_agg_poll;
wd_sched_rr_instance;
wd_sched_rr_alloc;
wd_sched_rr_release;
wd_udma_alloc_sess;
wd_udma_free_sess;
wd_udma_init;
wd_udma_uninit;
wd_do_udma_sync;
wd_do_udma_async;
wd_udma_poll;
wd_udma_get_msg;
wd_sched_rr_instance;
wd_sched_rr_alloc;
wd_sched_rr_release;
local: *;
};