Searched defs:NAME (Results 1 - 25 of 30) sorted by relevance

12

/external/elfutils/libdw/
H A Ddwarf_abbrev_hash.h18 #define NAME Dwarf_Abbrev_Hash macro
/external/elfutils/src/
H A Dsectionhash.h19 #define NAME ld_section_tab macro
H A Dsymbolhash.c25 #define NAME ld_symbol_tab macro
H A Dversionhash.c25 #define NAME ld_version_str_tab macro
H A Dversionhash.h19 #define NAME ld_version_str_tab macro
H A Dsymbolhash.h19 #define NAME ld_symbol_tab macro
H A Dsectionhash.c65 #define NAME ld_section_tab macro
/external/elfutils/libasm/
H A Dsymbolhash.h19 #define NAME asm_symbol_tab macro
H A Dsymbolhash.c26 #define NAME asm_symbol_tab macro
/external/elfutils/lib/
H A Ddynamicsizehash.h18 NAME name of the hash table structure.
50 DYNHASHENTTYPE (NAME); variable
63 DYNHASHTYPE (NAME); variable
83 FUNCTIONS (NAME)
91 XFUNCTIONS (NAME)
101 # undef NAME macro
H A Ddynamicsizehash.c20 NAME name of the hash table structure.
33 NAME *htab;
70 insert_entry_2 (NAME *htab, unsigned long int hval, size_t idx, TYPE data)
109 TABLE(NAME);
163 INIT(NAME) (htab, init_size) function
164 NAME *htab;
188 FREE(NAME) (htab) function
189 NAME *htab;
200 INSERT(NAME) (htab, hval, data) function
201 NAME *hta
227 INSERT(NAME) (htab, hval, data) function
250 FIND(NAME) (htab, hval, val) function
274 ITERATEFCT(NAME) (htab, ptr) function
[all...]
/external/qemu/audio/
H A Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, function
110 #undef NAME macro
H A Daudio_template.h26 #define NAME "playback" macro
32 #define NAME "capture" macro
48 dolog ("Driver `%s' does not support " NAME "\n", drv->name);
52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n",
85 dolog ("Could not allocate " NAME " buffer (%d samples)\n",
573 #undef NAME macro
H A Ddsound_template.h25 #define NAME "capture buffer" macro
33 #define NAME "playback buffer" macro
54 dsound_logerr (hr, "Could not unlock " NAME "\n");
100 dsound_logerr (hr, "Could not lock " NAME "\n");
106 dsound_logerr (hr, "Could not lock " NAME "\n");
114 dolog ("%d attempts to lock " NAME " failed\n", i);
165 dsound_logerr (hr, "Could not stop " NAME "\n");
170 dsound_logerr (hr, "Could not release " NAME "\n");
232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n");
238 dsound_logerr2 (hr, typ, "Could not get " NAME " forma
287 #undef NAME macro
[all...]
H A Dmixeng.c319 #define NAME st_rate_flow_mix macro
323 #define NAME st_rate_flow macro
/external/qemu/
H A Dvnchextile.h5 #define NAME CONCAT(generic_, BPP) macro
7 #define NAME BPP macro
10 static void CONCAT(send_hextile_tile_, NAME)(VncState *vs,
206 #undef NAME macro
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
H A Dparse.h6 #define NAME 262 macro
H A Dparse.c117 #define NAME 262 macro
292 "SCDECL","XSCDECL","NAME","PREVCCL","EOF_OP","OPTION_OP","OPT_OUTFILE",
308 "namelist1 : namelist1 NAME",
309 "namelist1 : NAME",
314 "option : OPT_OUTFILE '=' NAME",
315 "option : OPT_PREFIX '=' NAME",
316 "option : OPT_YYCLASS '=' NAME",
332 "sconname : NAME",
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttribute.java23 public static final Attribute NAME = new AttributeImpl ("NAME"); field in class:Attribute
/external/icu4c/test/intltest/
H A Dloctest.h136 NAME, enumerator in enum:LocaleTest::__anon1579
H A Drestest.cpp307 const char* NAME[] = { "ROOT", "TE", "TE_IN" }; local
369 base = NAME[j];
/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon3714
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
61 NAME -> COMMENT -> HCRC -> TYPE
/external/zlib/
H A Dinflate.h27 NAME, /* i: waiting for end of file name (gzip) */ enumerator in enum:__anon6251
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
61 NAME -> COMMENT -> HCRC -> TYPE
/external/oprofile/libop/
H A Dop_xml_out.h34 MODULE, NAME, enumerator in enum:__anon3242
/external/icu4c/test/cintltst/
H A Dcrestst.c245 const char *NAME[] = { "ROOT", "TE", "TE_IN" }; local
339 base=(UChar*)malloc(sizeof(UChar)*(strlen(NAME[j]) + 1));
340 u_uastrcpy(base,NAME[j]);

Completed in 233 milliseconds

12