Searched defs:__attribute__ (Results 51 - 69 of 69) sorted by relevance

123

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp267 #ifndef __attribute__
271 # define __attribute__(Spec) /* empty */ macro
/external/libpcap/
H A Dgencode.h59 #define __attribute__(x) macro
339 __attribute__((noreturn))
341 __attribute__((format (printf, 1, 2)))
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp3.c155 static void _test_diex(int a __attribute__((unused)), int b __attribute__((unused))) argument
160 static void _test_dxex(int a __attribute__((unused)), int b __attribute__((unused))) argument
165 static void _test_dcmpo(int BF, int x __attribute__((unused))) argument
201 static void _test_dcmpu(int BF, int x __attribute__((unused))) argument
310 static void _test_diexq(int a __attribute__((unused)), int b __attribute__((unused))) argument
315 static void _test_dxexq(int a __attribute__((unused)), int b __attribute__((unuse argument
320 _test_dcmpoq(int BF, int x __attribute__((unused))) argument
356 _test_dcmpuq(int BF, int x __attribute__((unused))) argument
392 _test_drrnd(int x __attribute__((unused)), int RMC) argument
416 _test_drrndq(int x __attribute__((unused)), int RMC) argument
440 _test_dqua(int x __attribute__((unused)), int RMC) argument
464 _test_dquaq(int x __attribute__((unused)), int RMC) argument
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp3.c155 static void _test_diex(int a __attribute__((unused)), int b __attribute__((unused))) argument
160 static void _test_dxex(int a __attribute__((unused)), int b __attribute__((unused))) argument
165 static void _test_dcmpo(int BF, int x __attribute__((unused))) argument
201 static void _test_dcmpu(int BF, int x __attribute__((unused))) argument
310 static void _test_diexq(int a __attribute__((unused)), int b __attribute__((unused))) argument
315 static void _test_dxexq(int a __attribute__((unused)), int b __attribute__((unuse argument
320 _test_dcmpoq(int BF, int x __attribute__((unused))) argument
356 _test_dcmpuq(int BF, int x __attribute__((unused))) argument
392 _test_drrnd(int x __attribute__((unused)), int RMC) argument
416 _test_drrndq(int x __attribute__((unused)), int RMC) argument
440 _test_dqua(int x __attribute__((unused)), int RMC) argument
464 _test_dquaq(int x __attribute__((unused)), int RMC) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh70 #undef __attribute__ macro
71 #define __attribute__(x) macro
75 #define HB_PURE_FUNC __attribute__((pure))
76 #define HB_CONST_FUNC __attribute__((const))
77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
84 #define HB_UNUSED __attribute__((unused))
91 # define HB_INTERNAL __attribute__((__visibility__("hidden")))
/external/harfbuzz_ng/src/
H A Dhb-private.hh70 #undef __attribute__ macro
71 #define __attribute__(x) macro
75 #define HB_PURE_FUNC __attribute__((pure))
76 #define HB_CONST_FUNC __attribute__((const))
77 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx)))
84 #define HB_UNUSED __attribute__((unused))
91 # define HB_INTERNAL __attribute__((__visibility__("hidden")))
/external/libedit/src/
H A Dterminal.c1286 terminal_telltc(EditLine *el, int argc __attribute__((__unused__)), argument
1287 const Char **argv __attribute__((__unused__)))
1328 terminal_settc(EditLine *el, int argc __attribute__((__unused__)), argument
1407 terminal_gettc(EditLine *el, int argc __attribute__((__unused__)), char **argv) argument
1461 terminal_echotc(EditLine *el, int argc __attribute__((__unused__)), argument
H A Dreadline.c186 _get_prompt(EditLine *el __attribute__((__unused__))) argument
217 _getc_function(EditLine *el __attribute__((__unused__)), char *c) argument
1641 int direction __attribute__((__unused__)), int pos)
1726 _el_rl_tstp(EditLine *el __attribute__((__unused__)), int ch __attribute__((__unused__))) argument
1747 __attribute__((__unused__)))
1761 rl_complete(int ignore __attribute__((__unused__)), int invoking_key) argument
1801 _el_rl_complete(EditLine *el __attribute__((__unused__)), int ch) argument
1851 rl_reset_terminal(const char *p __attribute__((__unused__))) argument
1897 rl_newline(int count __attribute__((__unused_ argument
1640 history_search_pos(const char *str, int direction __attribute__((__unused__)), int pos) argument
1746 _rl_completion_append_character_function(const char *dummy __attribute__((__unused__))) argument
1908 rl_bind_wrapper(EditLine *el __attribute__((__unused__)), unsigned char c) argument
2003 rl_prep_terminal(int meta_flag __attribute__((__unused__))) argument
2219 rl_kill_text(int from __attribute__((__unused__)), int to __attribute__((__unused__))) argument
2239 rl_set_keymap(Keymap k __attribute__((__unused__))) argument
2245 rl_generic_bind(int type __attribute__((__unused__)), const char * keyseq __attribute__((__unused__)), const char * data __attribute__((__unused__)), Keymap k __attribute__((__unused__))) argument
2255 rl_bind_key_in_map(int key __attribute__((__unused__)), rl_command_func_t *fun __attribute__((__unused__)), Keymap k __attribute__((__unused__))) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dnuma.c681 static inline u64 access_data(u64 *data __attribute__((unused)), u64 val) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A Dyuv2rgb_converter.c44 struct yuv2rgb_parms_t parms_converter __attribute__((aligned(128)));
50 unsigned char y_plane[2][(MAX_HDTV_WIDTH + 128) * 4] __attribute__((aligned(128)));
51 unsigned char v_plane[2][(MAX_HDTV_WIDTH + 128) * 2] __attribute__((aligned(128)));
52 unsigned char u_plane[2][(MAX_HDTV_WIDTH + 128) * 2] __attribute__((aligned(128)));
55 unsigned char bgra[4 * MAX_HDTV_WIDTH * 4] __attribute__((aligned(128)));
68 int main(unsigned long long spe_id __attribute__((unused)), unsigned long long argp __attribute__ ((unused))) argument
H A Dbilin_scaler.c44 struct scale_parms_t parms __attribute__((aligned(128)));
50 unsigned char y_plane[2][(MAX_HDTV_WIDTH+128)*4] __attribute__((aligned(128)));
51 unsigned char v_plane[2][(MAX_HDTV_WIDTH+128)*2] __attribute__((aligned(128)));
52 unsigned char u_plane[2][(MAX_HDTV_WIDTH+128)*2] __attribute__((aligned(128)));
55 unsigned char scaled_y_plane[2][MAX_HDTV_WIDTH*2] __attribute__((aligned(128)));
56 unsigned char scaled_v_plane[2][MAX_HDTV_WIDTH/2] __attribute__((aligned(128)));
57 unsigned char scaled_u_plane[2][MAX_HDTV_WIDTH/2] __attribute__((aligned(128)));
71 int main( unsigned long long spe_id __attribute__((unused)), unsigned long long argp ) argument
/external/strace/
H A Ddefs.h84 # define __attribute__(x) /*nothing*/ macro
585 void error_msg(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
586 void perror_msg(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
587 void error_msg_and_die(const char *fmt, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
588 void perror_msg_and_die(const char *fmt, ...) __attribute__ ((noreturn, format(printf, 1, 2)));
589 void die_out_of_memory(void) __attribute__ ((noreturn));
769 extern void tprintf(const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
/external/valgrind/main/exp-dhat/
H A Ddh_main.c645 static void dh_free ( ThreadId tid __attribute__((unused)), void* p ) argument
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp454 #ifndef __attribute__
458 # define __attribute__(Spec) /* empty */ macro
1716 __attribute__((__unused__))
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c173 void (*barf)( const HChar* ) __attribute__((noreturn));
194 __attribute__((noreturn)) void (*barf)(const HChar*),
388 void (*barf)( const HChar* ) __attribute__((noreturn));
584 __attribute__((noinline))
620 __attribute__((noinline))
765 __attribute__((noinline))
777 __attribute__((noinline))
799 __attribute__((noinline))
858 static __attribute__((noinline))
939 static __attribute__((noinlin
3377 resolve_variable_types( void (*barf)( const HChar* ) __attribute__((noreturn)), XArray* ents, TyEntIndexCache* ents_cache, XArray* vars ) argument
[all...]
/external/valgrind/main/massif/
H A Dms_main.c1772 static void ms_free ( ThreadId tid __attribute__((unused)), void* p ) argument
1903 #define INLINE inline __attribute__((always_inline))
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c9878 const s390_insn *insn __attribute__((unused)))
9877 s390_insn_profinc_emit(UChar *buf, const s390_insn *insn __attribute__((unused))) argument
H A Dguest_s390_toIR.c6321 s390_irgen_LNGFR(UChar r1, UChar r2 __attribute__((unused))) argument
8307 s390_irgen_SHHHR(UChar r3 __attribute__((unused)), UChar r1, UChar r2) argument
8323 s390_irgen_SHHLR(UChar r3 __attribute__((unused)), UChar r1, UChar r2) argument
8517 s390_irgen_SLHHHR(UChar r3 __attribute__((unused)), UChar r1, UChar r2) argument
8533 s390_irgen_SLHHLR(UChar r3 __attribute__((unused)), UChar r1, UChar r2) argument
9013 s390_irgen_CEFBR(UChar m3, UChar m4 __attribute__((unused)), argument
9030 s390_irgen_CDFBR(UChar m3 __attribute__((unused)), argument
9031 UChar m4 __attribute__((unused)), UChar r1, UChar r2)
9042 s390_irgen_CEGBR(UChar m3, UChar m4 __attribute__((unused)), argument
9059 s390_irgen_CDGBR(UChar m3, UChar m4 __attribute__((unuse argument
9076 s390_irgen_CELFBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9092 s390_irgen_CDLFBR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9107 s390_irgen_CELGBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9123 s390_irgen_CDLGBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9140 s390_irgen_CLFEBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9160 s390_irgen_CLFDBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9180 s390_irgen_CLGEBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9200 s390_irgen_CLGDBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9220 s390_irgen_CFEBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9237 s390_irgen_CFDBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9254 s390_irgen_CGEBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9271 s390_irgen_CGDBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9426 s390_irgen_LEDBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9673 s390_irgen_CDFTR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9690 s390_irgen_CXFTR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9707 s390_irgen_CDGTRA(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9726 s390_irgen_CXGTR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9743 s390_irgen_CDLFTR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9760 s390_irgen_CXLFTR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9777 s390_irgen_CDLGTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9796 s390_irgen_CXLGTR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9813 s390_irgen_CFDTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9835 s390_irgen_CFXTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9857 s390_irgen_CGDTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9880 s390_irgen_CGXTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9940 s390_irgen_CLFDTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9962 s390_irgen_CLFXTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
9984 s390_irgen_CLGDTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
10006 s390_irgen_CLGXTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
10147 s390_irgen_LDETR(UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
10160 s390_irgen_LXDTR(UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
10171 s390_irgen_LDXTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
10192 s390_irgen_LEDTR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12080 s390_irgen_CXFBR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12092 s390_irgen_CXLFBR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12108 s390_irgen_CXGBR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12120 s390_irgen_CXLGBR(UChar m3 __attribute__((unused)), UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12135 s390_irgen_CFXBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12152 s390_irgen_CLFXBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12173 s390_irgen_CGXBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12190 s390_irgen_CLGXBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12368 s390_irgen_LDXBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
12385 s390_irgen_LEXBR(UChar m3, UChar m4 __attribute__((unused)), UChar r1, UChar r2) argument
13830 s390_irgen_ECAG(UChar r1, UChar r3 __attribute__((unused)), IRTemp op2addr) argument
[all...]
/external/mksh/src/
H A Dsh.h109 #undef __attribute__ macro
111 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z)))
116 #define MKSH_A_FORMAT(x,y,z) __attribute__((__format__(x, y, z)))
121 #define MKSH_A_NORETURN __attribute__((__noreturn__))
126 #define MKSH_A_PURE __attribute__((__pure__))
131 #define MKSH_A_UNUSED __attribute__((__unused__))
136 #define MKSH_A_USED __attribute__((__used__))

Completed in 6145 milliseconds

123