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

12 3 4 5 6 7 8 91011>>

  /external/libunwind/doc/
unw_get_proc_info.tex 19 The \Func{unw\_get\_proc\_info}() routine returns auxiliary
39 handler routine. This is sometimes called the \emph{personality}
40 routine. If the procedure does not define
41 a personality routine, the \Var{handler} member is cleared to 0. \\
60 \Func{unw\_get\_proc\_info}() routine
66 \Func{unw\_get\_proc\_info}() routine
73 \Func{unw\_get\_proc\_info}() routine
80 members. If a single function/routine is split into multiple,
93 in the local address-space, this routine is also safe to use from a
_U_dyn_cancel.tex 19 The \Func{\_U\_dyn\_cancel}() routine cancels the registration of the
24 The \Func{\_U\_dyn\_cancel}() routine is guaranteed to execute in
_U_dyn_register.tex 19 The \Func{\_U\_dyn\_register}() routine registers unwind-info for a
25 The \Func{\_U\_dyn\_register}() routine is guaranteed to execute in
unw_destroy_addr_space.tex 19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
unw_get_proc_info_by_ip.tex 19 The \Func{unw\_get\_proc\_info\_by\_ip}() routine returns the same
28 The routine expects the followins arguments: \Var{as} is the
46 members. If a single function/routine is split into multiple,
59 address-space is passed in argument \Var{as}, this routine is also
unw_resume.tex 19 The \Func{unw\_resume}() routine resumes execution at the stack frame
20 identified by \Var{cp}. The behavior of this routine differs
39 \Func{unw\_resume} routine then returns normally (that is, unlikely
70 local address-space, this routine is also safe to use from a signal
unw_strerror.tex 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
unw_getcontext.tex 19 The \Func{unw\_getcontext}() routine initializes the context structure
26 This routine is normally implemented as a macro and applications
unw_step.tex 19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to
32 address-space, this routine is also safe to use from a signal handler.
unw_init_local.tex 19 The \Func{unw\_init\_local}() routine initializes the unwind cursor
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
compact-eh-eb-2.d 2 #name: Compact EH EB #2 with personality routine and FDE data
compact-eh-eb-5.d 2 #name: Compact EH EB #5 with personality routine, FDE data and LSDA
compact-eh-el-2.d 2 #name: Compact EH EL #2 with personality routine and FDE data
compact-eh-el-5.d 2 #name: Compact EH EL #5 with personality routine, FDE data and LSDA
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
lldiv.c 27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
45 ; NOTE: this routine removes the parameters from the stack.
lldvrm.c 27 // Wrapper Implementation over EDKII DivS64x64Remainder() routine
56 ; NOTE: this routine removes the parameters from the stack.
ulldvrm.c 27 // Wrapper Implementation over EDKII DivU64x64Remainder() routine
56 ; NOTE: this routine removes the parameters from the stack.
  /external/swiftshader/src/Renderer/
SetupProcessor.hpp 94 Routine *routine(const State &state);
  /external/swiftshader/src/Shader/
SetupRoutine.hpp 33 Routine *getRoutine();
43 Routine *routine; member in class:sw::SetupRoutine
  /external/swiftshader/tests/fuzzers/
VertexRoutineFuzzer.cpp 206 sw::Routine *routine = program(L"VertexRoutine"); local
207 assert(routine);
208 const void *entry = routine->getEntry();
210 delete routine;
  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 55 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
92 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
Main.asm 3 ; Main routine of the pre-SEC code up through the jump into SEC
28 ; @return None This routine jumps to SEC and does not return
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
unwind.s 19 foo2: @ Custom personality routine
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 57 static inline pipe_thread pipe_thread_create( PIPE_THREAD_ROUTINE((*routine), ), void *param )
66 ret = thrd_create( &thread, routine, param );
70 ret = thrd_create( &thread, routine, param );
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
SecEntry.S 37 # @return None This routine does not return

Completed in 430 milliseconds

12 3 4 5 6 7 8 91011>>