blob: c4d0d3a3e76cffaac7b2b182992d620728984301 [file] [log] [blame]
Anders Lewisa7b0f882017-07-24 20:01:13 -07001<fn>
2 <name>BM_empty</name>
3</fn>
4<fn>
5 <name>BM_load_relaxed</name>
6</fn>
7<fn>
8 <name>BM_load_acquire</name>
9</fn>
10<fn>
11 <name>BM_store_release</name>
12</fn>
13<fn>
14 <name>BM_store_seq_cst</name>
15</fn>
16<fn>
17 <name>BM_fetch_add_relaxed</name>
18</fn>
19<fn>
20 <name>BM_fetch_add_seq_cst</name>
21</fn>
22<fn>
23 <name>BM_acquire_fence</name>
24</fn>
25<fn>
26 <name>BM_seq_cst_fence</name>
27</fn>
28<fn>
29 <name>BM_fetch_add_cs</name>
30</fn>
31<fn>
32 <name>BM_math_sqrt</name>
33</fn>
34<fn>
35 <name>BM_math_log10</name>
36</fn>
37<fn>
38 <name>BM_math_logb</name>
39</fn>
40<fn>
41 <name>BM_math_isfinite_macro</name>
42 <args>0</args>
43</fn>
44<fn>
45 <name>BM_math_isfinite</name>
46 <args>0</args>
47</fn>
48<fn>
49 <name>BM_math_isinf_macro</name>
50 <args>0</args>
51</fn>
52<fn>
53 <name>BM_math_isinf</name>
54 <args>0</args>
55</fn>
56<fn>
57 <name>BM_math_isnan_macro</name>
58 <args>0</args>
59</fn>
60<fn>
61 <name>BM_math_isnan</name>
62 <args>0</args>
63</fn>
64<fn>
65 <name>BM_math_isnormal_macro</name>
66 <args>0</args>
67</fn>
68<fn>
69 <name>BM_math_sin_fast</name>
70</fn>
71<fn>
72 <name>BM_math_sin_feupdateenv</name>
73</fn>
74<fn>
75 <name>BM_math_sin_fesetenv</name>
76</fn>
77<fn>
78 <name>BM_math_fpclassify</name>
79 <args>0</args>
80</fn>
81<fn>
82 <name>BM_math_signbit_macro</name>
83 <args>0</args>
84</fn>
85<fn>
86 <name>BM_math_signbit</name>
87 <args>0</args>
88</fn>
89<fn>
90 <name>BM_math_fabs_macro</name>
91 <args>0</args>
92</fn>
93<fn>
94 <name>BM_math_fabs</name>
95 <args>0</args>
96</fn>
97<fn>
98 <name>BM_pthread_self</name>
99</fn>
100<fn>
101 <name>BM_pthread_getspecific</name>
102</fn>
103<fn>
104 <name>BM_pthread_setspecific</name>
105</fn>
106<fn>
107 <name>BM_pthread_once</name>
108</fn>
109<fn>
110 <name>BM_pthread_mutex_lock</name>
111</fn>
112<fn>
113 <name>BM_pthread_mutex_lock_ERRORCHECK</name>
114</fn>
115<fn>
116 <name>BM_pthread_mutex_lock_RECURSIVE</name>
117</fn>
118<fn>
119 <name>BM_pthread_rwlock_read</name>
120</fn>
121<fn>
122 <name>BM_pthread_rwlock_write</name>
123</fn>
124<fn>
125 <name>BM_pthread_create</name>
126</fn>
127<fn>
128 <name>BM_pthread_create_and_run</name>
129</fn>
130<fn>
131 <name>BM_pthread_exit_and_join</name>
132</fn>
133<fn>
134 <name>BM_pthread_key_create</name>
135</fn>
136<fn>
137 <name>BM_pthread_key_delete</name>
138</fn>
139<fn>
140 <name>BM_semaphore_sem_getvalue</name>
141</fn>
142<fn>
143 <name>BM_semaphore_sem_wait_sem_post</name>
144</fn>
145<fn>
146 <name>BM_stdio_fread</name>
147 <args>AT_COMMON_SIZES</args>
148</fn>
149<fn>
150 <name>BM_stdio_fwrite</name>
151 <args>AT_COMMON_SIZES</args>
152</fn>
153<fn>
154 <name>BM_stdio_fread_unbuffered</name>
155 <args>AT_COMMON_SIZES</args>
156</fn>
157<fn>
158 <name>BM_stdio_fwrite_unbuffered</name>
159 <args>AT_COMMON_SIZES</args>
160</fn>
161<fn>
162 <name>BM_stdio_fopen_fgets_fclose_locking</name>
163</fn>
164<fn>
165 <name>BM_stdio_fopen_fgets_fclose_no_locking</name>
166</fn>
167<fn>
168 <name>BM_string_memcmp</name>
169 <args>AT_ALIGNED_TWOBUF</args>
170</fn>
171<fn>
172 <name>BM_string_memcpy</name>
173 <args>AT_ALIGNED_TWOBUF</args>
174</fn>
175<fn>
176 <name>BM_string_memmove_non_overlapping</name>
177 <args>AT_ALIGNED_TWOBUF</args>
178</fn>
179<fn>
180 <name>BM_string_memmove_overlap_dst_before_src</name>
181 <args>AT_ALIGNED_ONEBUF</args>
182</fn>
183<fn>
184 <name>BM_string_memmove_overlap_src_before_dst</name>
185 <args>AT_ALIGNED_ONEBUF</args>
186</fn>
187<fn>
188 <name>BM_string_memset</name>
189 <args>AT_ALIGNED_ONEBUF</args>
190</fn>
191<fn>
192 <name>BM_string_strlen</name>
193 <args>AT_ALIGNED_ONEBUF</args>
194</fn>
195<fn>
196 <name>BM_string_strcat_copy_only</name>
197 <args>AT_ALIGNED_TWOBUF</args>
198</fn>
199<fn>
200 <name>BM_string_strcat_seek_only</name>
201 <args>AT_ALIGNED_TWOBUF</args>
202</fn>
203<fn>
204 <name>BM_string_strcat_half_copy_half_seek</name>
205 <args>AT_ALIGNED_TWOBUF</args>
206</fn>
207<fn>
208 <name>BM_string_strcpy</name>
209 <args>AT_ALIGNED_TWOBUF</args>
210</fn>
211<fn>
212 <name>BM_string_strcmp</name>
213 <args>AT_ALIGNED_TWOBUF</args>
214</fn>
215<fn>
216 <name>BM_time_clock_gettime</name>
217</fn>
218<fn>
219 <name>BM_time_clock_gettime_syscall</name>
220</fn>
221<fn>
222 <name>BM_time_gettimeofday</name>
223</fn>
224<fn>
225 <name>BM_time_gettimeofday_syscall</name>
226</fn>
227<fn>
228 <name>BM_time_time</name>
229</fn>
230<fn>
231 <name>BM_time_localtime</name>
232</fn>
233<fn>
234 <name>BM_time_localtime_r</name>
235</fn>
236<fn>
237 <name>BM_unistd_getpid</name>
238</fn>
239<fn>
240 <name>BM_unistd_getpid_syscall</name>
241</fn>
242<fn>
243 <name>BM_unistd_gettid_syscall</name>
244</fn>