Home
last modified time | relevance | path

Searched defs:ATTRIBUTE_UNUSED (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/alsa-lib/src/seq/
Dseq_old.c14 int snd_instr_header_malloc(void **ptr ATTRIBUTE_UNUSED, in snd_instr_header_malloc()
15 size_t len ATTRIBUTE_UNUSED) in snd_instr_header_malloc()
20 void snd_instr_header_free(void *obj ATTRIBUTE_UNUSED) in snd_instr_header_free()
24 void snd_instr_header_copy(void *dst ATTRIBUTE_UNUSED, in snd_instr_header_copy()
25 const void *src ATTRIBUTE_UNUSED) in snd_instr_header_copy()
29 const void *snd_instr_header_get_id(const void *info ATTRIBUTE_UNUSED) in snd_instr_header_get_id()
34 int snd_instr_header_get_cluster(const void *info ATTRIBUTE_UNUSED) in snd_instr_header_get_cluster()
39 unsigned int snd_instr_header_get_cmd(const void *info ATTRIBUTE_UNUSED) in snd_instr_header_get_cmd()
44 size_t snd_instr_header_get_len(const void *info ATTRIBUTE_UNUSED) in snd_instr_header_get_len()
49 const char *snd_instr_header_get_name(const void *info ATTRIBUTE_UNUSED) in snd_instr_header_get_name()
[all …]
/third_party/libxml2/
DDOCBparser.c37 docbEncodeEntities(unsigned char *out ATTRIBUTE_UNUSED, in docbEncodeEntities()
38 int *outlen ATTRIBUTE_UNUSED, in docbEncodeEntities()
39 const unsigned char *in ATTRIBUTE_UNUSED, in docbEncodeEntities()
40 int *inlen ATTRIBUTE_UNUSED, in docbEncodeEntities()
41 int quoteChar ATTRIBUTE_UNUSED) in docbEncodeEntities()
65 docbParseDocument(docbParserCtxtPtr ctxt ATTRIBUTE_UNUSED) in docbParseDocument()
86 docbFreeParserCtxt(docbParserCtxtPtr ctxt ATTRIBUTE_UNUSED) in docbFreeParserCtxt()
110 docbParseChunk(docbParserCtxtPtr ctxt ATTRIBUTE_UNUSED, in docbParseChunk()
111 const char *chunk ATTRIBUTE_UNUSED, in docbParseChunk()
112 int size ATTRIBUTE_UNUSED, in docbParseChunk()
[all …]
Dtestlimits.c406 channel(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in channel()
484 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
706 isStandaloneCallback(void *ctx ATTRIBUTE_UNUSED) in isStandaloneCallback()
721 hasInternalSubsetCallback(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetCallback()
736 hasExternalSubsetCallback(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetCallback()
749 internalSubsetCallback(void *ctx ATTRIBUTE_UNUSED, in internalSubsetCallback()
750 const xmlChar * name ATTRIBUTE_UNUSED, in internalSubsetCallback()
751 const xmlChar * ExternalID ATTRIBUTE_UNUSED, in internalSubsetCallback()
752 const xmlChar * SystemID ATTRIBUTE_UNUSED) in internalSubsetCallback()
765 externalSubsetCallback(void *ctx ATTRIBUTE_UNUSED, in externalSubsetCallback()
[all …]
Dlegacy.c50 htmlDecodeEntities(htmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED, in htmlDecodeEntities()
51 int len ATTRIBUTE_UNUSED, xmlChar end ATTRIBUTE_UNUSED, in htmlDecodeEntities()
52 xmlChar end2 ATTRIBUTE_UNUSED, in htmlDecodeEntities()
53 xmlChar end3 ATTRIBUTE_UNUSED) in htmlDecodeEntities()
410 xmlDecodeEntities(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlDecodeEntities()
411 int len ATTRIBUTE_UNUSED, int what ATTRIBUTE_UNUSED, in xmlDecodeEntities()
412 xmlChar end ATTRIBUTE_UNUSED, in xmlDecodeEntities()
413 xmlChar end2 ATTRIBUTE_UNUSED, in xmlDecodeEntities()
414 xmlChar end3 ATTRIBUTE_UNUSED) in xmlDecodeEntities()
444 xmlNamespaceParseNCName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED) in xmlNamespaceParseNCName()
[all …]
DtestHTML.c106 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED) in isStandaloneDebug()
121 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug()
136 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug()
149 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
178 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
210 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
226 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
245 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
261 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *elem, const xmlChar *name, in attributeDeclDebug()
263 xmlEnumerationPtr tree ATTRIBUTE_UNUSED) in attributeDeclDebug()
[all …]
DtestSAX.c256 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED) in isStandaloneDebug()
274 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug()
292 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug()
308 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
332 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
364 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
399 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
418 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
440 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, in attributeDeclDebug()
[all …]
Druntest.c251 testErrorHandler(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in testErrorHandler()
273 channel(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in channel()
351 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
826 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED) in isStandaloneDebug()
844 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug()
862 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug()
878 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
904 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
936 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
971 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
[all …]
DdebugXML.c76 xmlCtxtDumpCleanCtxt(xmlDebugCtxtPtr ctxt ATTRIBUTE_UNUSED) in xmlCtxtDumpCleanCtxt()
1233 const xmlChar *name ATTRIBUTE_UNUSED) in xmlCtxtDumpEntityCallback()
2006 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellList()
2007 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellList()
2049 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellBase()
2050 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellBase()
2085 xmlShellSetBase(xmlShellCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlShellSetBase()
2086 char *arg ATTRIBUTE_UNUSED, xmlNodePtr node, in xmlShellSetBase()
2087 xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellSetBase()
2110 xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr node2 ATTRIBUTE_UNUSED) in xmlShellRegisterNamespace()
[all …]
DtestModule.c43 int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { in main()
78 int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) { in main()
Dtestrecurse.c314 channel(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) { in channel()
392 testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) { in testStructuredErrorHandler()
677 const char *result ATTRIBUTE_UNUSED, in recursiveDetectTest()
678 const char *err ATTRIBUTE_UNUSED, in recursiveDetectTest()
679 int options ATTRIBUTE_UNUSED) { in recursiveDetectTest()
716 const char *result ATTRIBUTE_UNUSED, in notRecursiveDetectTest()
717 const char *err ATTRIBUTE_UNUSED, in notRecursiveDetectTest()
718 int options ATTRIBUTE_UNUSED) { in notRecursiveDetectTest()
755 notRecursiveHugeTest(const char *filename ATTRIBUTE_UNUSED, in notRecursiveHugeTest()
756 const char *result ATTRIBUTE_UNUSED, in notRecursiveHugeTest()
[all …]
Dxmllint.c891 isStandaloneDebug(void *ctx ATTRIBUTE_UNUSED) in isStandaloneDebug()
909 hasInternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasInternalSubsetDebug()
927 hasExternalSubsetDebug(void *ctx ATTRIBUTE_UNUSED) in hasExternalSubsetDebug()
943 internalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in internalSubsetDebug()
967 externalSubsetDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, in externalSubsetDebug()
999 resolveEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *publicId, const xmlChar *systemId) in resolveEntityDebug()
1029 getEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getEntityDebug()
1048 getParameterEntityDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name) in getParameterEntityDebug()
1070 entityDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, int type, in entityDeclDebug()
1097 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, in attributeDeclDebug()
[all …]
Dtestapi.c38 structured_errors(void *userData ATTRIBUTE_UNUSED, in structured_errors()
39 xmlErrorPtr error ATTRIBUTE_UNUSED) { in structured_errors()
216 static void *gen_void_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_void_ptr()
219 static void des_void_ptr(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUS… in des_void_ptr()
235 static void *gen_userdata(int no, int nr ATTRIBUTE_UNUSED) { in gen_userdata()
240 static void des_userdata(int no ATTRIBUTE_UNUSED, void *val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUS… in des_userdata()
246 static int gen_int(int no, int nr ATTRIBUTE_UNUSED) { in gen_int()
254 static void des_int(int no ATTRIBUTE_UNUSED, int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in des_int()
259 static int gen_parseroptions(int no, int nr ATTRIBUTE_UNUSED) { in gen_parseroptions()
267 static void des_parseroptions(int no ATTRIBUTE_UNUSED, int val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_U… in des_parseroptions()
[all …]
/third_party/alsa-lib/modules/mixer/simple/
Dsbase.c165 static int get_dB_range_ops(snd_mixer_elem_t *elem ATTRIBUTE_UNUSED, in get_dB_range_ops()
166 int dir ATTRIBUTE_UNUSED, in get_dB_range_ops()
167 long *min ATTRIBUTE_UNUSED, in get_dB_range_ops()
168 long *max ATTRIBUTE_UNUSED) in get_dB_range_ops()
197 static int get_dB_ops(snd_mixer_elem_t *elem ATTRIBUTE_UNUSED, in get_dB_ops()
198 int dir ATTRIBUTE_UNUSED, in get_dB_ops()
199 snd_mixer_selem_channel_id_t channel ATTRIBUTE_UNUSED, in get_dB_ops()
200 long *value ATTRIBUTE_UNUSED) in get_dB_ops()
205 static int get_switch_ops(snd_mixer_elem_t *elem ATTRIBUTE_UNUSED, in get_switch_ops()
206 int dir ATTRIBUTE_UNUSED, in get_switch_ops()
[all …]
/third_party/alsa-lib/src/control/
Dcontrol_ext.c59 static int snd_ctl_ext_async(snd_ctl_t *ctl ATTRIBUTE_UNUSED, in snd_ctl_ext_async()
60 int sig ATTRIBUTE_UNUSED, in snd_ctl_ext_async()
61 pid_t pid ATTRIBUTE_UNUSED) in snd_ctl_ext_async()
190 static int snd_ctl_ext_elem_add(snd_ctl_t *handle ATTRIBUTE_UNUSED, in snd_ctl_ext_elem_add()
191 snd_ctl_elem_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_elem_add()
196 static int snd_ctl_ext_elem_replace(snd_ctl_t *handle ATTRIBUTE_UNUSED, in snd_ctl_ext_elem_replace()
197 snd_ctl_elem_info_t *info ATTRIBUTE_UNUSED) in snd_ctl_ext_elem_replace()
202 static int snd_ctl_ext_elem_remove(snd_ctl_t *handle ATTRIBUTE_UNUSED, in snd_ctl_ext_elem_remove()
203 snd_ctl_elem_id_t *id ATTRIBUTE_UNUSED) in snd_ctl_ext_elem_remove()
315 static int snd_ctl_ext_elem_lock(snd_ctl_t *handle ATTRIBUTE_UNUSED, in snd_ctl_ext_elem_lock()
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_null.c58 static int snd_pcm_null_nonblock(snd_pcm_t *pcm ATTRIBUTE_UNUSED, int nonblock ATTRIBUTE_UNUSED) in snd_pcm_null_nonblock()
63 static int snd_pcm_null_async(snd_pcm_t *pcm ATTRIBUTE_UNUSED, int sig ATTRIBUTE_UNUSED, pid_t pid … in snd_pcm_null_async()
113 static int snd_pcm_null_hwsync(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_null_hwsync()
118 static int snd_pcm_null_delay(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_sframes_t *delayp) in snd_pcm_null_delay()
186 static snd_pcm_sframes_t snd_pcm_null_forwardable(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_null_forwardable()
222 static int snd_pcm_null_resume(snd_pcm_t *pcm ATTRIBUTE_UNUSED) in snd_pcm_null_resume()
228 const snd_pcm_channel_area_t *areas ATTRIBUTE_UNUSED, in snd_pcm_null_xfer_areas()
229 snd_pcm_uframes_t offset ATTRIBUTE_UNUSED, in snd_pcm_null_xfer_areas()
237 static snd_pcm_sframes_t snd_pcm_null_writei(snd_pcm_t *pcm, const void *buffer ATTRIBUTE_UNUSED, s… in snd_pcm_null_writei()
242 static snd_pcm_sframes_t snd_pcm_null_writen(snd_pcm_t *pcm, void **bufs ATTRIBUTE_UNUSED, snd_pcm_… in snd_pcm_null_writen()
[all …]
Dpcm_plugin.c92 snd_pcm_plugin_undo_read(snd_pcm_t *pcm ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read()
93 const snd_pcm_channel_area_t *res_areas ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read()
94 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read()
95 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_read()
96 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED) in snd_pcm_plugin_undo_read()
102 snd_pcm_plugin_undo_write(snd_pcm_t *pcm ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write()
103 const snd_pcm_channel_area_t *res_areas ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write()
104 snd_pcm_uframes_t res_offset ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write()
105 snd_pcm_uframes_t res_size ATTRIBUTE_UNUSED, in snd_pcm_plugin_undo_write()
106 snd_pcm_uframes_t slave_undo_size ATTRIBUTE_UNUSED) in snd_pcm_plugin_undo_write()
[all …]
Dpcm_lfloat.c223 static int snd_pcm_lfloat_hw_refine_schange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *p… in snd_pcm_lfloat_hw_refine_schange()
241 static int snd_pcm_lfloat_hw_refine_cchange(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_hw_params_t *p… in snd_pcm_lfloat_hw_refine_cchange()
519 int snd_pcm_lfloat_open(snd_pcm_t **pcmp ATTRIBUTE_UNUSED, in snd_pcm_lfloat_open()
520 const char *name ATTRIBUTE_UNUSED, in snd_pcm_lfloat_open()
521 snd_pcm_format_t sformat ATTRIBUTE_UNUSED, in snd_pcm_lfloat_open()
522 snd_pcm_t *slave ATTRIBUTE_UNUSED, in snd_pcm_lfloat_open()
523 int close_slave ATTRIBUTE_UNUSED) in snd_pcm_lfloat_open()
529 int _snd_pcm_lfloat_open(snd_pcm_t **pcmp ATTRIBUTE_UNUSED, in _snd_pcm_lfloat_open()
530 const char *name ATTRIBUTE_UNUSED, in _snd_pcm_lfloat_open()
531 snd_config_t *root ATTRIBUTE_UNUSED, in _snd_pcm_lfloat_open()
[all …]
Dpcm_dsnoop.c346 static int snd_pcm_dsnoop_pause(snd_pcm_t *pcm ATTRIBUTE_UNUSED, int enable ATTRIBUTE_UNUSED) in snd_pcm_dsnoop_pause()
383 …snd_pcm_dsnoop_writei(snd_pcm_t *pcm ATTRIBUTE_UNUSED, const void *buffer ATTRIBUTE_UNUSED, snd_pc… in snd_pcm_dsnoop_writei()
388 …_t snd_pcm_dsnoop_writen(snd_pcm_t *pcm ATTRIBUTE_UNUSED, void **bufs ATTRIBUTE_UNUSED, snd_pcm_uf… in snd_pcm_dsnoop_writen()
417 snd_pcm_uframes_t offset ATTRIBUTE_UNUSED, in snd_pcm_dsnoop_mmap_commit()
/third_party/alsa-lib/src/
Dnames.c42 int snd_names_list(const char *iface ATTRIBUTE_UNUSED, in snd_names_list()
43 snd_devname_t **list ATTRIBUTE_UNUSED) in snd_names_list()
53 void snd_names_list_free(snd_devname_t *list ATTRIBUTE_UNUSED) in snd_names_list_free()
/third_party/alsa-lib/src/mixer/
Dmixer_simple.h35 static inline int snd_mixer_simple_basic_register(snd_mixer_t *mixer ATTRIBUTE_UNUSED, in snd_mixer_simple_basic_register()
36 struct snd_mixer_selem_regopt *options ATTRIBUTE_UNUSED, in snd_mixer_simple_basic_register()
37 snd_mixer_class_t **classp ATTRIBUTE_UNUSED) in snd_mixer_simple_basic_register()
/third_party/alsa-lib/src/topology/
Dpcm.c65 static void copy_stream_caps(const char *id ATTRIBUTE_UNUSED, in copy_stream_caps()
400 void *private ATTRIBUTE_UNUSED) in tplg_parse_stream_caps()
539 int tplg_save_stream_caps(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_save_stream_caps()
616 static int tplg_parse_streams(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_parse_streams()
687 int tplg_save_streams(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_save_streams()
742 static int tplg_parse_fe_dai(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_parse_fe_dai()
779 int tplg_save_fe_dai(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_save_fe_dai()
840 void *private ATTRIBUTE_UNUSED) in tplg_parse_pcm()
945 int tplg_save_pcm(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_save_pcm()
980 void *private ATTRIBUTE_UNUSED) in tplg_parse_dai()
[all …]
Dops.c70 int tplg_parse_ops(snd_tplg_t *tplg ATTRIBUTE_UNUSED, snd_config_t *cfg, in tplg_parse_ops()
114 int tplg_save_ops(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_save_ops()
156 int tplg_parse_ext_ops(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_parse_ext_ops()
199 int tplg_save_ext_ops(snd_tplg_t *tplg ATTRIBUTE_UNUSED, in tplg_save_ext_ops()
/third_party/libxml2/fuzz/
Dschema.c12 LLVMFuzzerInitialize(int *argc ATTRIBUTE_UNUSED, in LLVMFuzzerInitialize()
13 char ***argv ATTRIBUTE_UNUSED) { in LLVMFuzzerInitialize()
Dregexp.c11 LLVMFuzzerInitialize(int *argc ATTRIBUTE_UNUSED, in LLVMFuzzerInitialize()
12 char ***argv ATTRIBUTE_UNUSED) { in LLVMFuzzerInitialize()
/third_party/alsa-lib/test/
Doldapi.c36 int main(int argc ATTRIBUTE_UNUSED, char *argv[] ATTRIBUTE_UNUSED) in main()

123456