Home
last modified time | relevance | path

Searched refs:_states (Results 1 - 3 of 3) sorted by relevance

/third_party/libunwind/libunwind/doc/
H A Dunw_reg_states_iterate.tex8 \begin{Name}{3}{unw\_reg\_states\_iterate}{David Mosberger-Tang}{Programming Library}{unw\_reg\_states\_iterate}unw\_reg\_states\_iterate -- get register state info on current procedure
15 \Type{int} \Func{unw\_reg\_states\_iterate}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_reg\_states\_callback}\Var{cb}, \Type{void~*}\Var{token});\\
19 The \Func{unw\_reg\_states\_iterate}() routine provides
22 to a function of type \Type{unw\_reg\_states\_callback} which is used to
23 return the information. The function \Type{unw\_reg\_states\_callback} has the
26 \Type{int} (~*\Var{unw\_reg\_states\_callback})(\Type{void~*}\Var{token},
27 \Type{void~*}\Var{reg\_states\_dat
[all...]
H A Dunw_apply_reg_state.tex17 \Type{void~*}\Var{reg\_states\_data});\\
22 of a cursor according to the instructions in \Var{reg\_states\_data},
23 which have been obtained by calling \Var{unw\_reg\_states\_iterate}.
53 \SeeAlso{unw\_reg\_states\_iterate(3)}
/third_party/python/Lib/idlelib/
H A Dmulticall.py118 _states = range(1 << len(_modifiers)) variable
122 for s in _states]
142 _state_subsets = expand_substates(_states)
146 for s in _states:
195 self.bindedfuncs = {None: [[] for s in _states]}
206 for s in _states:
215 self.bindedfuncs[triplet[2]] = [[] for s in _states]
216 for s in _states:

Completed in 2 milliseconds