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

1 2

  /external/llvm/test/FrontendC/
2010-05-18-palignr.c 11 #define vec_rld_epi16( _a, _i ) ({ vSInt16 _t = _a; _t = _mm_alignr_epi8( _t, _t, _i ); /*return*/ _t; })
  /external/wpa_supplicant_8/src/crypto/
fips_prf_internal.c 26 u32 t[5], _t[5]; local
51 os_memcpy(_t, t, 20);
52 SHA1Transform(_t, xkey);
53 _t[0] = host_to_be32(_t[0]);
54 _t[1] = host_to_be32(_t[1]);
55 _t[2] = host_to_be32(_t[2]);
56 _t[3] = host_to_be32(_t[3])
    [all...]
fips_prf_openssl.c 35 u32 t[5], _t[5]; local
60 os_memcpy(_t, t, 20);
61 sha1_transform((u8 *) _t, xkey);
62 _t[0] = host_to_be32(_t[0]);
63 _t[1] = host_to_be32(_t[1]);
64 _t[2] = host_to_be32(_t[2]);
65 _t[3] = host_to_be32(_t[3])
    [all...]
  /external/elfutils/libasm/
asm_adduint8.c 30 #define _UTYPE(size) uint##size##_t
32 #define _TYPE(size) int##size##_t
asm_addint8.c 33 #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...]
  /external/tremolo/Tremolo/
misc.h 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \
161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
  /external/libvpx/vpx_ports/
mem_ops_aligned.h 44 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
50 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
56 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
64 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
72 uint##sz##_t *mem = (uint##sz##_t *)vmem;
    [all...]
  /external/wpa_supplicant/
crypto.c 106 u32 t[5], _t[5]; local
131 os_memcpy(_t, t, 20);
132 sha1_transform((u8 *) _t, xkey);
133 _t[0] = host_to_be32(_t[0]);
134 _t[1] = host_to_be32(_t[1]);
135 _t[2] = host_to_be32(_t[2]);
136 _t[3] = host_to_be32(_t[3])
    [all...]
sha1.c 414 u32 t[5], _t[5]; local
439 os_memcpy(_t, t, 20);
440 SHA1Transform(_t, xkey);
441 _t[0] = host_to_be32(_t[0]);
442 _t[1] = host_to_be32(_t[1]);
443 _t[2] = host_to_be32(_t[2]);
444 _t[3] = host_to_be32(_t[3])
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 108 u32 t[5], _t[5]; local
133 os_memcpy(_t, t, 20);
134 sha1_transform((u8 *) _t, xkey);
135 _t[0] = host_to_be32(_t[0]);
136 _t[1] = host_to_be32(_t[1]);
137 _t[2] = host_to_be32(_t[2]);
138 _t[3] = host_to_be32(_t[3])
    [all...]
sha1.c 420 u32 t[5], _t[5]; local
445 os_memcpy(_t, t, 20);
446 SHA1Transform(_t, xkey);
447 _t[0] = host_to_be32(_t[0]);
448 _t[1] = host_to_be32(_t[1]);
449 _t[2] = host_to_be32(_t[2]);
450 _t[3] = host_to_be32(_t[3])
    [all...]
  /external/elfutils/libelf/
gelf_xlate.c 75 word##Bytes##_t *tdest = (word##Bytes##_t *) dest; \
76 const word##Bytes##_t *tptr = (const word##Bytes##_t *) ptr; \
85 word##Bytes##_t *tdest = (word##Bytes##_t *) dest + n; \
86 const word##Bytes##_t *tptr = (const word##Bytes##_t *) ptr + n; \
97 *((word##Bytes##_t *) dest) = \
98 LEN##Bytes##_SWAP ((((word##Bytes##_t *) ptr)));
    [all...]
  /external/llvm/test/MC/ARM/
hilo-16bit-relocations.s 4 _t: label
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.cpp 78 if (s_egl.eglGetProcAddress) s_egl.name = (name ## _t) s_egl.eglGetProcAddress(#name); \
79 if (!s_egl.name || !s_egl.eglGetProcAddress) s_egl.name = (name ## _t) lib->findSymbol(#name)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 189 typedef int int##N##_t __attribute__ ((__mode__ (MODE)))
191 typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
  /frameworks/base/services/java/com/android/server/am/
PendingIntentRecord.java 57 Key(int _t, String _p, ActivityRecord _a, String _w,
59 type = _t;
86 hash = (ODD_PRIME_NUMBER*hash) + _t;
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 29 // typename has the form __egl_{funcname}_t
31 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
  /development/tools/emulator/opengl/system/egl/
ClientAPIExts.cpp 27 // typename has the form __egl_{funcname}_t
29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
  /external/qemu/target-arm/
op_addsub.h 21 res |= ((uint32_t)(glue(glue(uint,width),_t))(val)) << (n * width)
  /system/core/adb/
transport.c 198 static void transport_socket_events(int fd, unsigned events, void *_t)
200 atransport *t = _t;
207 handle_packet(p, (atransport *) _t);
255 static void *output_thread(void *_t)
257 atransport *t = _t;
310 static void *input_thread(void *_t)
312 atransport *t = _t;
  /external/opencv/cv/src/
cvcalibration.cpp 789 CvMat _r, _t, _a = cvMat( 3, 3, CV_64F, a ), _k;
849 _t = cvMat( t_vec->rows, t_vec->cols, CV_MAKETYPE(CV_64F,CV_MAT_CN(t_vec->type)), t );
850 CV_CALL( cvConvert( t_vec, &_t ));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
mpfr.h     [all...]
  /external/clang/lib/Headers/
stdint.h 218 #define __intn_t(n) __stdint_join3( int, n, _t)
219 #define __uintn_t(n) __stdint_join3(uint, n, _t)
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 218 #define __intn_t(n) __stdint_join3( int, n, _t)
219 #define __uintn_t(n) __stdint_join3(uint, n, _t)

Completed in 1000 milliseconds

1 2