HomeSort by relevance Sort by last modified time
    Searched refs:_t (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /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 29 u32 t[5], _t[5]; local
55 os_memcpy(_t, t, 20);
56 sha1_transform((u8 *) _t, xkey);
57 _t[0] = host_to_be32(_t[0]);
58 _t[1] = host_to_be32(_t[1]);
59 _t[2] = host_to_be32(_t[2]);
60 _t[3] = host_to_be32(_t[3])
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_linux.h 175 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_GPR1]
177 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__misc[0]
179 #define _MD_SET_FP(_t, val)
180 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
181 #define _MD_GET_FP_PTR(_t) ((void *) 0)
189 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_SP
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_common.h 28 static 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 ) ); \
  /external/elfutils/libasm/
asm_adduint8.c 42 #define _UTYPE(size) uint##size##_t
44 #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-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...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/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-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-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...]

Completed in 1456 milliseconds

1 2 3 4 5 6