HomeSort by relevance Sort by last modified time
    Searched refs:_main (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_ncr.h 92 ** Initialize the thread context preparing it to execute _main.
94 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
97 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
_nec.h 74 #define _MD_INIT_CONTEXT(thread, _sp, _main, status) \
81 makecontext(CONTEXT(thread), _main, 0); \
_nto.h 97 ** Initialize the thread context preparing it to execute _main.
99 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
102 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
_openbsd.h 105 ** Initialize a thread context to run "_main()" when started
107 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
111 _main(); \
_osf1.h 106 ** Initialize a thread context to run "_main()" when started
108 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
112 (*_main)(); \
_qnx.h 88 ** Initialize the thread context preparing it to execute _main.
90 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
93 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
_rhapsody.h 77 ** Initialize a thread context to run "_main()" when started
79 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
83 _main(); \
_scoos.h 84 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
88 (*_main)(); \
_sony.h 63 ** Initialize the thread context preparing it to execute _main()
65 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
72 makecontext(CONTEXT(_thread), _main, 0); \
_unixware.h 81 ** Initialize the thread context preparing it to execute _main.
83 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
86 if(_SETJMP(CONTEXT(_thread))) (*_main)(); \
_reliantunix.h 182 ** Initialize the thread context preparing it to execute "_main()"
187 #define _MD_INIT_CONTEXT(thread, _sp, _main, status) \
195 CONTEXT(thread)->uc_mcontext.gpregs[CXT_T9] = _main; \
196 CONTEXT(thread)->uc_mcontext.gpregs[CXT_EPC] = _main; \
_sunos4.h 88 ** Initialize the thread context preparing it to execute _main.
90 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
98 (_thread)->md.context[3] = (int) _main; \
99 (_thread)->md.context[4] = (int) _main + 4; \
_aix.h 127 ** Initialize the thread context preparing it to execute _main.
129 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
133 (*_main)(); \
_darwin.h 115 ** Initialize a thread context to run "_main()" when started
117 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
121 _main(); \
_freebsd.h 114 ** Initialize a thread context to run "_main()" when started
116 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
120 _main(); \
_nextstep.h 109 ** Initialize a thread context to run "_main()" when started
111 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
115 _main(); \
_nspr_pthread.h 70 ** Initialize the thread context preparing it to execute _main.
72 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
76 (*_main)(); \
_openvms.h 168 ** Initialize a thread context to run "_main()" when started
170 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
174 (*_main)(); \
_macos.h 265 ** Initialize the thread context preparing it to execute _main.
270 #define _MD_INIT_CONTEXT(_thread, _sp, _main, _status) \
280 tvect = (unsigned long *)_main; \
286 #define _MD_INIT_CONTEXT(_thread, _sp, _main, _status) \
294 (_MD_GET_PC(_thread)) = (int) _main; \
_irix.h 326 ** Initialize the thread context preparing it to execute _main.
328 #define _MD_INIT_CONTEXT(_thread, _sp, _main, status) \
334 (_thread)->md.jb[JB_PC] = (int) _main; \
  /external/chromium_org/tools/check_ecs_deps/
check_ecs_deps.py 93 def _main(): function
202 sys.exit(_main())
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 11 .globl _main
13 _main: ; @main label
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_encoder.py 323 def _main(): function
372 sys.exit(_main())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 318 def _main(): function
344 _main()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 318 def _main(): function
344 _main()

Completed in 233 milliseconds

12 3