Home
last modified time | relevance | path

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

123456

/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_linux.h175 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_GPR1] argument
177 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__misc[0] argument
179 #define _MD_SET_FP(_t, val) argument
180 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) argument
181 #define _MD_GET_FP_PTR(_t) ((void *) 0) argument
189 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_SP] argument
190 #define _MD_SET_FP(_t, val) argument
191 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t)) argument
192 #define _MD_GET_FP_PTR(_t) ((void *) 0) argument
195 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__sp argument
[all …]
D_win16.h464 #define CONTEXT(_t) ((_t)->md.context) argument
469 #define _MD_INIT_CONTEXT(_t, sp, epa, stat ) \ argument
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) \ argument
480 if (!Catch((_t)->md.context)) { \
482 (_t)->md.errcode = errno; \
[all …]
D_macos.h233 #define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->md.jb))) argument
234 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 2)) argument
235 #define _MD_GET_TOC(_t) (*((PRUint32 *)((_t)->md.jb) + 3)) argument
239 #define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->md.jb) + 6)) argument
240 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12)) argument
D_bsdi.h81 #define _MD_GET_SP(_t) (_t)->md.context[2] argument
83 #define _MD_GET_SP(_t) (_t)->md.context[0].jb_esp argument
D_hpux.h97 #define _MD_GET_SP(_t) (*((int *)((_t)->md.jb) + 1)) argument
103 #define _MD_SET_THR_SP(_t, _sp) ((_MD_GET_SP(_t)) = (int) (_sp + 64 *2)) argument
D_aix.h114 #define _MD_GET_SP(_t) (_t)->md.jb[3] argument
115 #define _MD_SET_THR_SP(_t, _sp) ((_t)->md.jb[3] = (int) (_sp - 2 * 64)) argument
/external/wpa_supplicant_8/src/crypto/
Dfips_prf_internal.c20 u32 t[5], _t[5]; in fips186_2_prf() local
46 os_memcpy(_t, t, 20); in fips186_2_prf()
47 SHA1Transform(_t, xkey); in fips186_2_prf()
48 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
49 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
50 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
51 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
52 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
53 os_memcpy(xpos, _t, 20); in fips186_2_prf()
Dfips_prf_openssl.c29 u32 t[5], _t[5]; in fips186_2_prf() local
55 os_memcpy(_t, t, 20); in fips186_2_prf()
56 sha1_transform((u8 *) _t, xkey); in fips186_2_prf()
57 _t[0] = host_to_be32(_t[0]); in fips186_2_prf()
58 _t[1] = host_to_be32(_t[1]); in fips186_2_prf()
59 _t[2] = host_to_be32(_t[2]); in fips186_2_prf()
60 _t[3] = host_to_be32(_t[3]); in fips186_2_prf()
61 _t[4] = host_to_be32(_t[4]); in fips186_2_prf()
62 os_memcpy(xpos, _t, 20); in fips186_2_prf()
/external/libvpx/libvpx/vpx_ports/
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 *)vmem;\
77 *mem = (uint##sz##_t)val;\
82 uint##sz##_t *mem = (uint##sz##_t *)vmem, raw;\
84 *mem = (uint##sz##_t)raw;\
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
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 *)vmem;\
82 *mem = (uint##sz##_t)val;\
88 uint##sz##_t *mem = (uint##sz##_t *)vmem, raw;\
90 *mem = (uint##sz##_t)raw;\
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl() argument
32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1]; in deb2_impl()
34 _t[_x]=_t[_x-_y]; in deb2_impl()
35 deb2_impl(_t,_p,_k,_x+1,_y); in deb2_impl()
36 for(i=_t[_x-_y]+1;i<_k;i++){ in deb2_impl()
37 _t[_x]=i; in deb2_impl()
38 deb2_impl(_t,_p,_k,_x+1,_x); in deb2_impl()
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl() argument
32 if(_y<3)for(i=0;i<_y;i++)*(--*_p)=_t[i+1]; in deb2_impl()
34 _t[_x]=_t[_x-_y]; in deb2_impl()
35 deb2_impl(_t,_p,_k,_x+1,_y); in deb2_impl()
36 for(i=_t[_x-_y]+1;i<_k;i++){ in deb2_impl()
37 _t[_x]=i; in deb2_impl()
38 deb2_impl(_t,_p,_k,_x+1,_x); in deb2_impl()
/external/libunwind/doc/
Dlibunwind-ptrace.tex16 \Type{unw\_accessors\_t} \Var{\_UPT\_accessors};\\
18 \Type{void~*}\Func{\_UPT\_create}(\Type{pid\_t});\\
23 …nc{\_UPT\_find\_proc\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_proc\_info…
25 \Type{void} \Func{\_UPT\_put\_unwind\_info}(\Type{unw\_addr\_space\_t}, \Type{unw\_proc\_info\_t~*}…
27 \Type{int} \Func{\_UPT\_get\_dyn\_info\_list\_addr}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t~…
29 …int} \Func{\_UPT\_access\_mem}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t
31 …nt} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_word\_…
33 …} \Func{\_UPT\_access\_fpreg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\
35 …et\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \T…
37 \Type{int} \Func{\_UPT\_resume}(\Type{unw\_addr\_space\_t}, \Type{unw\_cursor\_t~*}, \Type{void~*})…
Dunw_create_addr_space.tex15 \Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t~*}\Var{ap}, \Typ…
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\Type{unw\_word\_t} \Var{ip}, \Type{unw\_proc\_info\_t~*}…
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{a…
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~*}\Var{dilap}, \Type{void~*}\Var…
61 \Type{int} \Func{access\_mem}(\Var{unw\_addr\_space\_t} \Var{as},\\
62 \SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\SP\Type{unw\_word\_t} \Var{addr}, \Type{unw\_word\_t~…
[all …]
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~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\
28 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t}…
30 \Type{int} \Func{unw\_set\_fpreg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_fpreg\
32 \Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*});\\
35 \Type{unw\_addr\_space\_t} \Var{unw\_local\_addr\_space};\\
[all …]
Dlibunwind-dynamic.tex87 procedure by setting up a structure of type \Type{unw\_dyn\_info\_t}
90 \Type{unw\_dyn\_info\_t} structure are described below:
96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the
99 \item[\Type{unw\_word\_t} \Var{end\_ip}] The end-address of the
103 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer value in use
107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info.
114 \item[\Type{unw\_dyn\_proc\_info\_t} \Var{pi}] This member is used
116 \item[\Type{unw\_dyn\_table\_info\_t} \Var{ti}] This member is used
118 \item[\Type{unw\_dyn\_remote\_table\_info\_t} \Var{rti}] This member
129 \Type{unw\_dyn\_proc\_info\_t}. This structure contains the following
[all …]
Dunw_get_proc_info.tex15 \Type{int} \Func{unw\_get\_proc\_info}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_proc\_info\_t~*}…
22 to a structure of type \Type{unw\_proc\_info\_t} which is used to
23 return the information. The \Type{unw\_proc\_info\_t} has the
26 \item[\Type{unw\_word\_t} \Var{start\_ip}] The address of the first
30 \item[\Type{unw\_word\_t} \Var{end\_ip}] The address of the first
34 \item[\Type{unw\_word\_t} \Var{lsda}] The address of the
38 \item[\Type{unw\_word\_t} \Var{handler}] The address of the exception
42 \item[\Type{unw\_word\_t} \Var{gp}] The global-pointer of the
48 \item[\Type{unw\_word\_t} \Var{flags}] A set of flags. There are
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.
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
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) \ argument
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) \ argument
164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djri_md.h536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ argument
537 ((_t).x[1] = ((jint*)(_addr))[1]), \
538 (_t).l )
539 #define JRI_SET_INT64(_t, _addr, _v) ( (_t).l = (_v), \ argument
540 ((jint*)(_addr))[0] = (_t).x[0], \
541 ((jint*)(_addr))[1] = (_t).x[1] )
543 #define JRI_GET_INT64(_t,_addr) (*(jlong*)(_addr)) argument
544 #define JRI_SET_INT64(_t, _addr, _v) (*(jlong*)(_addr) = (_v)) argument
549 #define JRI_GET_DOUBLE(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ argument
550 ((_t).x[1] = ((jint*)(_addr))[1]), \
[all …]
/external/chromium_org/third_party/libusb/src/libusb/os/
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/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js10825 var _t = this;
10826 if(_t._delayTimer){ _t._clearTimer(); }
10828 _t._stopTimer();
10829 _t._active = _t._paused = false;
10830 _t._percent = 0;
10831 }else if(_t._active && !_t._paused){
10832 return _t;
10835 _t._fire("beforeBegin", [_t.node]);
10837 var de = delay || _t.delay,
10838 _p = dojo.hitch(_t, "_play", gotoStart);
[all …]
/external/llvm/test/TableGen/
DListManip.td4 class Bli<string _t>
6 string t = _t;
/external/llvm/test/Object/
Dnm-trivial-object.test87 macho-tdb: 0000000000000000 T _t
88 macho-tdb: 0000000000000048 S _t.eh
93 macho-j: _t
94 macho-j: _t.eh
96 macho-r: 0000000000000048 S _t.eh
97 macho-r-NEXT: 0000000000000000 T _t
/external/harfbuzz_ng/test/api/
Dhb-test.h221 typedef G_PASTE (FixturePrefix, _t) Fixture; \
230 add_vtable (#Func, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \
249 typedef G_PASTE (FixturePrefix, _t) Fixture; \
258 add_vtable (#Func, Flavor, sizeof (G_PASTE (FixturePrefix, _t)), UserData, \

123456