Searched refs:_t (Results 1 - 25 of 107) sorted by relevance

12345

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dfips_prf_internal.c20 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[
[all...]
H A Dfips_prf_openssl.c29 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[
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dfips_prf_internal.c20 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[
[all...]
H A Dfips_prf_openssl.c29 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[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_internal.c20 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[
[all...]
H A Dfips_prf_openssl.c29 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[
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_linux.h175 #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)
[all...]
H A D_win16.h464 #define CONTEXT(_t) ((_t)->md.context)
469 #define _MD_INIT_CONTEXT(_t, sp, epa, stat ) \
472 Catch((_t)->md.context ); \
473 (_t)->md.context[0] = OFFSETOF(epa); \
474 (_t)->md.context[1] = SELECTOROF(epa); \
475 (_t)->md.context[2] = OFFSETOF(_pr_top_of_task_stack - 64); \
476 (_t)->md.context[3] = 0; \
479 #define _MD_SWITCH_CONTEXT(_t) \
480 if (!Catch((_t)
[all...]
H A D_bsdi.h81 #define _MD_GET_SP(_t) (_t)->md.context[2]
83 #define _MD_GET_SP(_t) (_t)->md.context[0].jb_esp
H A D_hpux.h97 #define _MD_GET_SP(_t) (*((int *)((_t)->md.jb) + 1))
103 #define _MD_SET_THR_SP(_t, _sp) ((_MD_GET_SP(_t)) = (int) (_sp + 64 *2))
/external/clang/test/Sema/
H A Dinline-asm-validate.c7 __asm__ __volatile__( "stxr %w[_t], %[_r], [%[_p]]" : [_t] "=&r" (t) : [_p] "p" (p), [_r] "r" (r) : "memory");
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) argument
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);
/external/libopus/tests/
H A Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) argument
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);
/external/elfutils/0.153/libasm/
H A Dasm_adduint8.c42 #define _UTYPE(size) uint##size##_t
44 #define _TYPE(size) int##size##_t
/external/tremolo/Tremolo/
H A Dmisc.h157 #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/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dmem_ops_aligned.h49 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
56 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
63 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
72 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
81 uint##sz##_t *mem = (uint##sz##_t *)vme
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dmem_ops_aligned.h48 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
54 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
60 const uint##sz##_t *mem = (const uint##sz##_t *)vmem;\
68 const int##sz##_t *mem = (const int##sz##_t *)vmem;\
76 uint##sz##_t *mem = (uint##sz##_t *)vme
[all...]
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/
H A Dgenerate_images.sh24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex16 \Type{unw\_accessors\_t} \Var{\_UPT\_accessors};\\
18 \Type{void~*}\Func{\_UPT\_create}(\Type{pid\_t});\\
23 \Type{int} \Func{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info\_t~*}, \Type{int}, \Type{void~*});\\
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}, \Type{void~*});\\
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
29 \Type{int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Typ
[all...]
H A Dlibunwind.tex16 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*});\\
18 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}, \Type{unw\_context\_t~*});\\
20 \Type{int} \Func{unw\_init\_remote}(\Type{unw\_cursor\_t~*}, \Type{unw\_addr\_space\_t}, \Type{void~*});\\
22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\
24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~*});\\
26 \Type{int} \Func{unw\_get\_fpreg}(\Type{unw\_cursor\_t~*}, \Typ
[all...]
H A Dunw_get_accessors.tex15 \Type{unw\_accessors\_t~*}\Func{unw\_get\_accessors}(\Type{unw\_addr\_space\_t~}\Var{as});\\
20 \Type{unw\_accessors\_t} structure, which contains the call-back
34 \Type{unw\_accessors\_t} structure.
H A Dunw_create_addr_space.tex15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Type{int} \Var{byteorder});\\
36 variable of type \Type{unw\_accessors\_t}. The contents of this
54 \Type{int} \Func{find\_proc\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
55 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}\Var{pip},\\
57 \Type{void} \Func{put\_unwind\_info}(\Type{unw\_addr\_space\_t} \Var{as},\\
58 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_proc\_info\_t~*}pip, \Type{void~*}\Var{arg});\\
59 \Type{int} \Func{get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t} \Var{as},\\
60 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t~*}\Va
[all...]
/external/clang/test/CodeGenCXX/
H A Dcxx11-user-defined-literal.cpp10 template<char...Cs> S operator"" _t() { return S(); } function
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h70 typedef ret (api * __dll_##name##_t)args; \
71 static __dll_##name##_t prefixname = NULL
92 prefixname = (__dll_##name##_t)GetProcAddress(h, \
95 prefixname = (__dll_##name##_t)GetProcAddress(h, \
98 prefixname = (__dll_##name##_t)GetProcAddress(h, \
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri_md.h536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \
537 ((_t).x[1] = ((jint*)(_addr))[1]), \
538 (_t).l )
539 #define JRI_SET_INT64(_t, _addr, _v) ( (_t).l = (_v), \
540 ((jint*)(_addr))[0] = (_t).x[0], \
541 ((jint*)(_addr))[1] = (_t).x[1] )
543 #define JRI_GET_INT64(_t,_addr) (*(jlong*)(_addr))
544 #define JRI_SET_INT64(_t, _add
[all...]

Completed in 2532 milliseconds

12345