HomeSort by relevance Sort by last modified time
    Searched refs:_MD_GET_SP (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_linux.h 175 #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]
180 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
189 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[JB_SP]
191 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
195 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__sp
197 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
207 #define _MD_GET_SP(_t) ((long *)((_t)->md.context[0].__jmpbuf)[0])
209 #define _MD_GET_SP_PTR(_t) &(_MD_GET_SP(_t))
223 #define _MD_GET_SP(_t) (_t)->md.context[0].__jmpbuf[0].__s
    [all...]
_netbsd.h 109 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2]
120 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2]
130 #define _MD_GET_SP(_thread) CONTEXT(_thread)[3]
140 #define _MD_GET_SP(_thread) CONTEXT(_thread)[2]
151 #define _MD_GET_SP(_thread) CONTEXT(_thread)[32]
161 #define _MD_GET_SP(_thread) CONTEXT(_thread)[23]
173 #define _MD_GET_SP(_thread) CONTEXT(_thread)[34]
_bsdi.h 81 #define _MD_GET_SP(_t) (_t)->md.context[2]
83 #define _MD_GET_SP(_t) (_t)->md.context[0].jb_esp
99 _MD_GET_SP(_thread) = (int) (_sp - 64); \
_hpux.h 97 #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))
114 (_MD_GET_SP(_thread)) = (int) ((_sp) + 64*2); \
_osf1.h 101 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp)
114 _MD_GET_SP(_thread) = (long) ((_sp) - 64); \
115 _MD_GET_SP(_thread) &= ~15; \
_nextstep.h 94 #define _MD_GET_SP(_th) (_th)->md.context[2]
96 #define _MD_GET_SP(_th) (_th)->md.context[2]
100 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack)
101 //#define _MD_GET_SP(_th) (_th)->md.context[0].sc_esp
117 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
_dgux.h 75 #define _MD_GET_SP(_t) (_t)->md.context[4]
87 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
_ncr.h 86 #define _MD_GET_SP(_t) (_t)->md.context[4]
98 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
_nec.h 69 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP]
80 _MD_GET_SP(thread) = (greg_t) _sp - 64; \
_nto.h 91 #define _MD_GET_SP(_t) (_t)->md.context[7]
103 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
_openbsd.h 100 #define _MD_GET_SP(_th) (_th)->md.context[JB_SP_INDEX]
113 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
_qnx.h 83 #define _MD_GET_SP(_t) (_t)->md.context[7]
94 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
_rhapsody.h 73 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack)
85 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
_scoos.h 78 #define _MD_GET_SP(_t) (_t)->md.jb[4]
90 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
_sony.h 60 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[CXT_SP]
71 _MD_GET_SP(_thread) = (greg_t) (_sp) - 64; \
_unixware.h 75 #define _MD_GET_SP(_t) (_t)->md.context[4]
87 _MD_GET_SP(_thread) = (int) ((_sp) - 128); \
_openvms.h 158 #define _MD_GET_SP(_t) (((struct sigcontext *) (_t)->md.context)->sc_sp)
176 _MD_GET_SP(_thread) = (long) ((_sp) - 64); \
177 _MD_GET_SP(_thread) &= ~15; \
_solaris.h 204 #define _MD_GET_SP(threadp) threadp->md.sp
490 #define _MD_GET_SP(_t) (_t)->md.context[2]
492 #define _MD_GET_SP(_t) (_t)->md.context[4]
502 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[REG_SP]
512 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gregs[USP]
619 _MD_GET_SP(_thread) = (int) ((_sp) - 64); \
_aix.h 114 #define _MD_GET_SP(_t) (_t)->md.jb[3]
135 _MD_GET_SP(_thread) = (int) (_sp - 2 * 64); \
_darwin.h 111 #define _MD_GET_SP(_th) (((struct sigcontext *) (_th)->md.context)->sc_onstack)
123 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
_freebsd.h 110 #define _MD_GET_SP(_th) (_th)->md.context[0]._sjb[2]
122 _MD_GET_SP(_thread) = (unsigned char*) ((_sp) - 64); \
_macos.h 234 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 2))
240 #define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12))
279 (_MD_GET_SP(_thread)) = (long) sp; \
293 (_MD_GET_SP(_thread)) = (long) sp; \
_reliantunix.h 95 #define _MD_GET_SP(_t) (_t)->md.context.uc_mcontext.gpregs[CXT_SP]
_sunos4.h 81 #define _MD_GET_SP(_t) (_t)->md.context[2]
_irix.h 106 #define _MD_GET_SP _MD_GetSP

Completed in 523 milliseconds

1 2