Searched refs:__attribute__ (Results 1 - 25 of 49) sorted by last modified time

12

/system/security/keystore/
H A Dkeystore.cpp277 struct __attribute__((packed)) blob {
/system/security/keystore-engine/
H A Deng_keystore.cpp56 typeof (obj.release()) _dummy __attribute__((unused)) = obj.release()
341 #define OPENSSL_EXPORT extern __attribute__ ((visibility ("default")))
/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp75 typeof (obj.release()) _dummy __attribute__((unused)) = obj.release()
506 __attribute__ ((visibility ("default"))) = {
/system/vold/
H A DAsec.h41 } __attribute__((packed));
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dbluetooth.h104 #define bt_get_unaligned(ptr) ({ struct __attribute__((packed)) { typeof(*(ptr)) __v; } *__p = (void *) (ptr); __p->__v; })
105 #define bt_put_unaligned(val, ptr) do { struct __attribute__((packed)) { typeof(*(ptr)) __v; } *__p = (void *) (ptr); __p->__v = (val); } while(0)
109 } __attribute__((packed)) bdaddr_t;
H A Dhci.h309 } __attribute__ ((packed)) inquiry_cp;
315 } __attribute__ ((packed)) status_bdaddr_rp;
327 } __attribute__ ((packed)) periodic_inquiry_cp;
341 } __attribute__ ((packed)) create_conn_cp;
349 } __attribute__ ((packed)) disconnect_cp;
356 } __attribute__ ((packed)) add_sco_cp;
362 } __attribute__ ((packed)) create_conn_cancel_cp;
370 } __attribute__ ((packed)) accept_conn_req_cp;
377 } __attribute__ ((packed)) reject_conn_req_cp;
385 } __attribute__ ((packe
[all...]
H A Dl2cap.h80 } __attribute__ ((packed)) l2cap_hdr;
87 } __attribute__ ((packed)) l2cap_cmd_hdr;
92 } __attribute__ ((packed)) l2cap_cmd_rej;
99 } __attribute__ ((packed)) l2cap_conn_req;
107 } __attribute__ ((packed)) l2cap_conn_rsp;
125 } __attribute__ ((packed)) l2cap_conf_req;
134 } __attribute__ ((packed)) l2cap_conf_rsp;
146 } __attribute__ ((packed)) l2cap_conf_opt;
166 } __attribute__ ((packed)) l2cap_disconn_req;
172 } __attribute__ ((packe
[all...]
/system/core/adb/
H A Dframebuffer_service.c53 } __attribute__((packed));
H A Dlog_service.c45 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1] __attribute__((aligned(4)));
H A Dusb_linux_client.c64 } __attribute__((packed)) fs_descs, hs_descs;
65 } __attribute__((packed)) descriptors = {
133 } __attribute__((packed)) lang0;
134 } __attribute__((packed)) strings = {
/system/core/debuggerd/
H A Dutility.h33 __attribute__ ((format(printf, 3, 4)));
/system/core/gpttool/
H A Dgpttool.c67 } __attribute__((packed));
/system/core/include/android/
H A Dlog.h101 __attribute__ ((format(printf, 3, 4)))
119 __attribute__ ((noreturn))
120 __attribute__ ((format(printf, 3, 4)))
/system/core/include/cutils/
H A Dcompiler.h42 #define ANDROID_API __attribute__((visibility("default")))
H A Dklog.h24 __attribute__ ((format(printf, 2, 3)));
/system/core/include/diskconfig/
H A Ddiskconfig.h60 } __attribute__((__packed__));
71 } __attribute__((__packed__));
79 } __attribute__((__packed__));
/system/core/include/pixelflinger/
H A Dformat.h121 } __attribute__((__packed__)) c[4];
122 } __attribute__((__packed__));
/system/core/include/private/pixelflinger/
H A Dggl_context.h531 generated_vars_t generated_vars __attribute__((aligned(32)));
532 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
H A Dggl_fixed.h25 #define CONST __attribute__((const))
26 #define ALWAYS_INLINE __attribute__((always_inline))
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c90 uintptr_t rewind_pc_arch(const memory_t* memory __attribute__((unused)), uintptr_t pc) { argument
96 const map_info_t* map_info_list __attribute__((unused)),
125 ssize_t unwind_backtrace_signal_arch(siginfo_t* siginfo __attribute__((unused)), void* sigcontext, argument
95 unwind_backtrace_common(const memory_t* memory, const map_info_t* map_info_list __attribute__((unused)), unwind_state_t* state, backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) argument
H A Dptrace-x86.c24 void load_ptrace_map_info_data_arch(pid_t pid __attribute__((unused)), argument
25 map_info_t* mi __attribute__((unused)),
26 map_info_data_t* data __attribute__((unused))) {
29 void free_ptrace_map_info_data_arch(map_info_t* mi __attribute__((unused)), argument
30 map_info_data_t* data __attribute__((unused))) {
/system/core/libcorkscrew/
H A Dbacktrace.c127 static void unwind_backtrace_thread_signal_handler(int n __attribute__((unused)), siginfo_t* siginfo, void* sigcontext) { argument
308 void format_backtrace_line(unsigned frameNumber, const backtrace_frame_t* frame __attribute__((unused)), argument
H A Dtest.c48 __attribute__ ((noinline)) void g() {
53 __attribute__ ((noinline)) int f(int i) {
/system/core/libnetutils/
H A Dpacket.c42 int open_raw_socket(const char *ifname __attribute__((unused)), uint8_t *hwaddr, int if_index) argument
/system/core/libpixelflinger/
H A Dfixed.cpp254 static __attribute__((noinline))

Completed in 167 milliseconds

12