Searched refs:__pad (Results 1 - 17 of 17) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_ttls.h39 int __pad; \
40 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
41 os_memset((pos), 0, __pad); \
42 pos += __pad; \
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_ttls.h33 int __pad; \
34 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
35 os_memset((pos), 0, __pad); \
36 pos += __pad; \
/external/wpa_supplicant_8/src/eap_common/
H A Deap_ttls.h33 int __pad; \
34 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
35 os_memset((pos), 0, __pad); \
36 pos += __pad; \
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_ttls.h33 int __pad; \
34 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
35 os_memset((pos), 0, __pad); \
36 pos += __pad; \
/external/kernel-headers/original/asm-mips/
H A Dstatfs.h48 __u32 __pad; member in struct:statfs64
83 __u32 __pad; member in struct:compat_statfs64
/external/stlport/stlport/stl/
H A D_num_put.c50 streamsize __pad = __width - (__last - __first); local
55 return _STLP_PRIV __fill_n(__oi, __pad, __fill);
60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill);
64 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill);
159 ptrdiff_t __pad = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdiff_t>::max)()), local
165 return _STLP_PRIV __fill_n(__oi, __pad, __fill);
170 __oi = __fill_n(__oi, __pad, __fill);
178 __oi = __fill_n(__oi, __pad, __fill);
182 __oi = __fill_n(__oi, __pad, __fill);
395 streamsize __pad local
[all...]
H A D_alloc.h115 enum { __pad = 8, __magic = 0xdeba, __deleted_magic = 0xdebd, enumerator in enum:__debug_alloc::__anon12558
/external/stlport/src/
H A D_stdio_file.h66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }
/external/kernel-headers/original/linux/
H A Din.h184 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) - member in struct:sockaddr_in
187 #define sin_zero __pad /* for BSD UNIX comp. -FvK */
H A Dsem.h50 void __user *__pad; member in union:semun
H A Dmsm_kgsl.h334 unsigned int __pad[2]; member in struct:kgsl_cff_user_event
421 unsigned int __pad[2]; /* For future binary compatibility */ member in struct:kgsl_cff_syncmem
/external/kernel-headers/original/asm-mips/pci/
H A Dbridge.h149 bridgereg_t __pad; /* 0x0001{30,,,68} */ member in struct:bridge_s::__anon6658
157 bridgereg_t __pad; /* 0x0002{00,,,38} */ member in struct:bridge_s::__anon6659
162 bridgereg_t __pad; /* 0x0002{40,,,78} */ member in struct:bridge_s::__anon6660
167 bridgereg_t __pad; /* 0x0002{80,,,88} */ member in struct:bridge_s::__anon6661
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c78 UInt __pad[2]; member in struct:hacky_sigframe
H A Dsigframe-x86-darwin.c81 UInt __pad[1]; member in struct:hacky_sigframe
/external/valgrind/main/include/vki/
H A Dvki-linux.h663 unsigned char __pad[__VKI_SOCK_SIZE__ - sizeof(short int) - member in struct:vki_sockaddr_in
1130 void __user *__pad; member in union:vki_semun
/external/strace/
H A Dfile.c87 __u32 __pad; member in struct:statfs64
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c5647 extern int malloc_trim (size_t __pad) __attribute__ ((__nothrow__));

Completed in 280 milliseconds