/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _linux.h | 175 #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 | _macos.h | 233 #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.h | 81 #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.h | 97 #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.h | 114 #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
|
D | _win16.h | 464 #define CONTEXT(_t) ((_t)->md.context) argument 469 #define _MD_INIT_CONTEXT(_t, sp, epa, stat ) \ argument 479 #define _MD_SWITCH_CONTEXT(_t) \ argument 487 #define _MD_SAVE_CONTEXT(_t) \ argument
|
D | _sony.h | 60 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP] argument
|
D | _nec.h | 69 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP] argument
|
D | _qnx.h | 83 #define _MD_GET_SP(_t) (_t)->md.context[7] argument
|
D | _nto.h | 91 #define _MD_GET_SP(_t) (_t)->md.context[7] argument
|
D | _scoos.h | 78 #define _MD_GET_SP(_t) (_t)->md.jb[4] argument
|
D | _dgux.h | 75 #define _MD_GET_SP(_t) (_t)->md.context[4] argument
|
D | _unixware.h | 75 #define _MD_GET_SP(_t) (_t)->md.context[4] argument
|
D | _sunos4.h | 81 #define _MD_GET_SP(_t) (_t)->md.context[2] argument
|
D | _ncr.h | 86 #define _MD_GET_SP(_t) (_t)->md.context[4] argument
|
D | _reliantunix.h | 95 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gpregs[CXT_SP] argument
|
D | _osf1.h | 101 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp) argument
|
/external/llvm/test/MC/ARM/ |
D | hilo-16bit-relocations.s | 4 _t: label
|
/external/wpa_supplicant_8/src/crypto/ |
D | fips_prf_internal.c | 20 u32 t[5], _t[5]; in fips186_2_prf() local
|
D | fips_prf_openssl.c | 29 u32 t[5], _t[5]; in fips186_2_prf() local
|
/external/tremolo/Tremolo/ |
D | misc.h | 157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument 160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument 163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jri_md.h | 536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \ argument 539 #define JRI_SET_INT64(_t, _addr, _v) ( (_t).l = (_v), \ argument 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 552 #define JRI_SET_DOUBLE(_t, _addr, _v) ( (_t).d = (_v), \ argument 556 #define JRI_GET_DOUBLE(_t,_addr) (*(jdouble*)(_addr)) argument 557 #define JRI_SET_DOUBLE(_t, _addr, _v) (*(jdouble*)(_addr) = (_v)) argument
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
|
/external/libopus/tests/ |
D | test_opus_common.h | 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
|
/external/chromium_org/third_party/libevent/ |
D | evdns.c | 815 u16 _t; /* used by the macros */ in reply_parse() local 960 u16 _t; /* used by the macros */ in request_parse() local 1375 u16 _t; in dnsname_to_labels() local 1454 u16 _t; /* used by the macros */ in evdns_request_data_build() local 1633 u16 _t; in evdns_server_request_format_response() local
|