Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 17 of 17) sorted by relevance

/external/wpa_supplicant/
Dcrypto.c106 u32 t[5], _t[5]; in fips186_2_prf() local
131 os_memcpy(_t, t, 20); in fips186_2_prf()
132 sha1_transform((u8 *) _t, xkey); in fips186_2_prf()
133 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
134 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
135 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
136 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
137 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
138 os_memcpy(xpos, _t, 20); in fips186_2_prf()
Dsha1.c414 u32 t[5], _t[5]; in fips186_2_prf() local
439 os_memcpy(_t, t, 20); in fips186_2_prf()
440 SHA1Transform(_t, xkey); in fips186_2_prf()
441 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
442 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
443 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
444 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
445 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
446 os_memcpy(xpos, _t, 20); in fips186_2_prf()
/external/elfutils/libelf/
Dgelf_xlate.c75 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))); \
/external/tremor/Tremor/
Dmisc.h137 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
138 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
139 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
140 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
141 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
142 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
143 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
144 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
145 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
/external/elfutils/libasm/
Dasm_adduint8.c30 #define _UTYPE(size) uint##size##_t
32 #define _TYPE(size) int##size##_t
Dasm_addint8.c33 #define _TYPE(size) int##size##_t
/external/qemu/target-arm/
Dop_addsub.h21 res |= ((uint32_t)(glue(glue(uint,width),_t))(val)) << (n * width)
/external/qemu/
Dvnchextile.h3 #define pixel_t CONCAT(uint, CONCAT(BPP, _t))
/external/blktrace/doc/
Dblktrace.tex803 dev\_t dev, sector\_t sector)]
/external/webkit/WebKit/gtk/po/
Dvi.po536 msgstr "Chỉ mục _tìm được"
/external/bluetooth/glib/po/
Dgu.po1358 msgstr "પ્રકાર %s એ GIcon ઇન્ટરફેસ પર tokens() માંથી અમલીકરણ થતુ નથી (_t)"
/external/bluetooth/glib/
DChangeLog.pre-2-1851 Bug 551731 – g_date_set_time[_t] docs should mention what timezone
DNEWS429 551731 g_date_set_time[_t] docs should mention what timezone
/external/dropbear/libtomcrypt/
Dcrypt.tex4239 \hline LTC\_ASN1\_UTF8\_STRING & UTF8 STRING (one wchar\_t per char) \\
4593 …TF8 STRING. The characters are read or stored in individual \textbf{wchar\_t} elements. These fu…
4596 These functions use the \textbf{wchar\_t} type which is not universally available. In those cases,…
4597 …ctions for working with wide--char arrays, you should make sure that wchar\_t has been defined pre…
/external/opencore/protocols/rtp_payload_parser/util/output/
Dpv_rtp.bin3195 I=���_t�����KM�]c
7368 w�YFr���?<t�.��r�IB����%u�_t��h�x�d)^AHg�Ě*W,q�eE����AH&�����������s>���� �E�����@�+�D?��
9657 p(� �X�h�n��V�AX�����ST3�0�:;P����%�<_t�;9�%ȍ.�#�1PC@�u�'�/��w�`���R����U,.��UlQ�.r��;��M…
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1413254 * kjs/JSImmediate.h: Change code using non-standard u_int32/64_t types
13255 to the standard uint32/64_t. Also removed curious "isIEEE()" function
/external/bison/
DChangeLog5777 Don't use names ending in _t, since POSIX reserves them.