Home
last modified time | relevance | path

Searched refs:__pad (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant/
Deap_ttls.h39 int __pad; \
40 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
41 os_memset((pos), 0, __pad); \
42 pos += __pad; \
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Deap_ttls.h39 int __pad; \
40 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
41 os_memset((pos), 0, __pad); \
42 pos += __pad; \
/external/stlport/stlport/stl/
D_num_put.c50 streamsize __pad = __width - (__last - __first); in __copy_float_and_fill() local
55 return _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill()
60 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill()
64 __oi = _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_float_and_fill()
159 …ptrdiff_t __pad = __STATIC_CAST(ptrdiff_t, (min) (__STATIC_CAST(streamsize, (numeric_limits<ptrdif… in __copy_integer_and_fill()
165 return _STLP_PRIV __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
170 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
178 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
182 __oi = __fill_n(__oi, __pad, __fill); in __copy_integer_and_fill()
395 streamsize __pad = __wid - __str.size(); in __do_put_bool() local
[all …]
D_alloc.h115 enum { __pad = 8, __magic = 0xdeba, __deleted_magic = 0xdebd, enumerator
/external/kernel-headers/original/linux/
Din.h184 unsigned char __pad[__SOCK_SIZE__ - sizeof(short int) - member
187 #define sin_zero __pad /* for BSD UNIX comp. -FvK */
Dsem.h50 void __user *__pad; member
/external/stlport/src/
D_stdio_file.h66 inline int _FILE_fd(const FILE *__f) { return (int) __f->__pad[2]; }