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

  /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
  /external/tremolo/Tremolo/
misc.h 156 #define XPROD32(_a, _b, _t, _v, _x, _y) \
157 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
158 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
159 #define XPROD31(_a, _b, _t, _v, _x, _y) \
160 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
161 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
162 #define XNPROD31(_a, _b, _t, _v, _x, _y) \
163 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
164 *(_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...]
  /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 55 Key(int _t, String _p, ActivityRecord _a, String _w,
57 type = _t;
82 hash = (ODD_PRIME_NUMBER*hash) + _t;
  /external/openssl/crypto/
sparcv9cap.c 51 #define DLLINK(h,name) (name=(name##_t)dlsym((h),#name))
  /external/qemu/target-arm/
op_addsub.h 21 res |= ((uint32_t)(glue(glue(uint,width),_t))(val)) << (n * width)
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmStripMesh.java 63 void st(float _s, float _t) {
65 t = _t;
  /system/core/adb/
transport.c 176 static void transport_socket_events(int fd, unsigned events, void *_t)
183 handle_packet(p, (atransport *) _t);
229 static void *output_thread(void *_t)
231 atransport *t = _t;
285 static void *input_thread(void *_t)
287 atransport *t = _t;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/
mpfr.h     [all...]
  /external/chromium/third_party/libevent/
evdns.c 761 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&_t, packet + j, 2); j += 2; x = ntohs(_t); } while(0)
815 u16 _t; /* used by the macros */ local
960 u16 _t; /* used by the macros */ local
1375 u16 _t; local
1454 u16 _t; \/* used by the macros *\/ local
1633 u16 _t; local
    [all...]
  /external/qemu/
vnchextile.h 3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t))
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 709 SWIG_Perl_ConvertPtr(SWIG_MAYBE_PERL_OBJECT SV *sv, void **ptr, swig_type_info *_t, int flags) {
738 if (!_t) {
755 if (_t) {
758 tc = SWIG_TypeCheck(_c,_t);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 53 *ptr = (type##_t *)alloca(type##_sizeof());\
  /external/blktrace/doc/
blktrace.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 638 milliseconds