/external/toybox/tests/ |
lsattr.test | 12 _t="abcdefghijklmnopqrstuvwxyz" 14 testing "chattr [-/+]i FILE[write]" "$IN && echo "$_t" > testFile && 15 chattr +i testFile && lsattr testFile && echo "$_t" > testFile; 17 testing "chattr [-/+]i FILE[re-write]" "$IN && echo "$_t" > testFile && 18 chattr +i testFile && echo \"$_t\" > testFile || chattr -i testFile && 19 echo \"$_t\" > testFile && lsattr testFile; rm -rf testFile; $OUT" \ 21 testing "chattr [-/+]i FILE[append]" "$IN && echo "$_t" > testFile && 22 chattr +i testFile && echo \"$_t\" >> testFile || lsattr testFile && 24 testing "chattr [-/+]i FILE[move]" "$IN && echo "$_t" > testFile && 27 testing "chattr [-/+]i FILE[delete]" "$IN && echo "$_t" > testFile && [all...] |
/external/wpa_supplicant_8/src/crypto/ |
fips_prf_internal.c | 20 u32 t[5], _t[5]; local 46 os_memcpy(_t, t, 20); 47 SHA1Transform(_t, xkey); 48 _t[0] = host_to_be32(_t[0]); 49 _t[1] = host_to_be32(_t[1]); 50 _t[2] = host_to_be32(_t[2]); 51 _t[3] = host_to_be32(_t[3]) [all...] |
fips_prf_openssl.c | 37 u32 t[5], _t[5]; local 63 os_memcpy(_t, t, 20); 64 sha1_transform(_t, xkey); 65 _t[0] = host_to_be32(_t[0]); 66 _t[1] = host_to_be32(_t[1]); 67 _t[2] = host_to_be32(_t[2]); 68 _t[3] = host_to_be32(_t[3]) [all...] |
/external/clang/test/Sema/ |
inline-asm-validate.c | 6 __asm__ __volatile__( "stxr %w[_t], %[_r], [%[_p]]" : [_t] "=&r" (t) : [_p] "p" (p), [_r] "r" (r) : "memory"); // expected-warning{{value size does not match register size specified by the constraint and modifier}} expected-note {{use constraint modifier "w"}}
|
/external/libopus/tests/ |
test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) 32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1]; 34 _t[_x]=_t[_x-_y]; 35 deb2_impl(_t,_p,_k,_x+1,_y); 36 for(i=_t[_x-_y]+1;i<_k;i++){ 37 _t[_x]=i; 38 deb2_impl(_t,_p,_k,_x+1,_x);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
trivial_singleton.hpp | 54 template class unit_test::singleton< BOOST_JOIN( inst, _t ) > ; \ 55 namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); } 59 static BOOST_JOIN( inst, _t)& inst = BOOST_JOIN (inst, _t)::instance(); 64 namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); }
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
basic_parameter.hpp | 64 inline shared_ptr<param_type ## _t<T> > \ 67 return shared_ptr<param_type ## _t<T> >( new param_type ## _t<T>( name ) ); \ 70 inline shared_ptr<param_type ## _t<cstring> > \ 73 return shared_ptr<param_type ## _t<cstring> >( new param_type ## _t<cstring>( name ) ); \
|
/system/bt/osi/include/ |
atomic.h | 30 // atomic_<name>_t 53 typedef struct atomic_##name atomic_##name##_t; 56 static inline void atomic_store_##name(volatile atomic_##name##_t *atomic, type val) { \ 61 static inline type atomic_load_##name(volatile atomic_##name##_t *atomic) { \ 67 static inline type atomic_inc_prefix_##name(volatile atomic_##name##_t *atomic) { \ 73 static inline type atomic_dec_prefix_##name(volatile atomic_##name##_t *atomic) { \ 79 static inline type atomic_inc_postfix_##name(volatile atomic_##name##_t *atomic) { \ 85 static inline type atomic_dec_postfix_##name(volatile atomic_##name##_t *atomic) { \ 91 static inline type atomic_add_##name(volatile atomic_##name##_t *atomic, type val) { \ 97 static inline type atomic_sub_##name(volatile atomic_##name##_t *atomic, type val) { [all...] |
/external/elfutils/src/libasm/ |
asm_adduint8.c | 45 #define _UTYPE(size) uint##size##_t 47 #define _TYPE(size) int##size##_t
|
/bionic/libc/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/development/ndk/platforms/android-21/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/development/ndk/platforms/android-3/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/netinet/ |
ip6.h | 283 struct mbuf *_t; \ 288 _t = m_pulldown((m), (off), (len), &_tmp); \ 289 if (_t) { \ 290 if (_t->m_len < _tmp + (len)) \ 292 (val) = (typ)(mtod(_t, char *) + _tmp); \ 302 struct mbuf *_t; \ 306 _t = m_pulldown((m), (off), (len), NULL); \ 307 if (_t) { \ 308 if (_t->m_len < (len)) \ 310 (val) = (typ)mtod(_t, void *); [all...] |