Searched defs:stack (Results 26 - 50 of 221) sorted by relevance

123456789

/macosx-10.9.5/libffi-18.1/x86/
H A Dx86-ffi_darwin.c38 void ffi_prep_args(char *stack, extended_cif *ecif) argument
264 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue, argument
376 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dstl_stack.h98 class stack class
131 stack(const _Sequence& __c = _Sequence()) function in class:stack
214 operator ==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
232 operator <(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
238 operator !=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
244 operator >(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
250 operator <=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
256 operator >=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c38 void ffi_prep_args(char *stack, extended_cif *ecif) argument
264 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, void **avalue, argument
376 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dsdt_x86.c51 sdt_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
82 uintptr_t *stack; local
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_search.c178 int adjust, cmp, deloffset, ret, set_stack, stack, t_ret; local
[all...]
H A Dbt_recno.c200 int exact, nc, ret, stack, t_ret; local
1283 int exact, ret, stack, t_ret; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDisassembler.cpp59 Profiler::OriginStack stack; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DSlotVisitor.h145 ParallelModeEnabler(SlotVisitor& stack) argument
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/x86/
H A Dffi_darwin.c59 void ffi_prep_args(char *stack, extended_cif *ecif) argument
279 ffi_prep_incoming_args_SYSV(char *stack, void **rvalue, argument
517 ffi_prep_args_raw(char *stack, extended_cif *ecif) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A Dpolicytree.c127 policy_tree_t stack[depth + 1]; local
189 policy_tree_t *stack[depth + 1]; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorConsoleInstrumentation.h153 inline void InspectorInstrumentation::stopConsoleTiming(Frame* frame, const String& title, PassRefPtr<ScriptCallStack> stack) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCPUProfileView.js561 var stack = [this.profileHead]; variable
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmxfmt.c120 Stack_t stack[8]; local
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_token.c71 static VSTRING *stack; local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c67 ffi_prep_args( char* stack, extended_cif* ecif) argument
295 ffi_prep_incoming_args_SYSV( char* stack, void** rvalue, void** avalue, ffi_cif* cif) argument
491 ffi_prep_args_raw( char* stack, extended_cif* ecif) argument
[all...]
/macosx-10.9.5/swig-10/Source/Preprocessor/
H A Dexpr.c30 static exprval stack[256]; /* Parsing stack */ variable
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkUndo.c38 TkUndoPushStack( TkUndoAtom **stack, TkUndoAtom *elem) argument
63 TkUndoPopStack( TkUndoAtom **stack) argument
93 TkUndoInsertSeparator( TkUndoAtom **stack) argument
124 TkUndoClearStack( TkUndoAtom **stack) argument
179 TkUndoPushAction( TkUndoRedoStack *stack, TkUndoSubAtom *apply, TkUndoSubAtom *revert) argument
344 TkUndoRedoStack *stack; /* An Undo/Redo stack */ local
373 TkUndoSetDepth( TkUndoRedoStack *stack, int maxdepth) argument
446 TkUndoClearStacks( TkUndoRedoStack *stack) argument
472 TkUndoFreeStack( TkUndoRedoStack *stack) argument
497 TkUndoInsertUndoSeparator( TkUndoRedoStack *stack) argument
523 TkUndoRevert( TkUndoRedoStack *stack) argument
586 TkUndoApply( TkUndoRedoStack *stack) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_subr.c107 dtrace_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dmtsm.cpp338 stack::stack() function in class:stack
343 stack::stack(statem *s, stack *n) function in class:stack
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbreg/
H A Ddbreg.c793 int32_t *stack, *newstack; local
839 int32_t *stack; local
870 int32_t *stack; local
[all...]
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dradixsort.c61 } stack; typedef in typeref:struct:__anon2966
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap_r/
H A Dthr_lwp.c58 stkalign_t *stack; local
154 stkalign_t *stack; local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c297 comp_equality_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ComponentAssertion *ca, ID *ids, ID *tmp, ID *stack) argument
432 comp_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ComponentFilter *f, ID *ids, ID *tmp, ID *stack) argument
481 ext_candidates( Operation *op, DB_TXN *rtxn, MatchingRuleAssertion *mra, ID *ids, ID *tmp, ID *stack) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsets.c560 BerVarray stack[ STACK_SIZE ] = { 0 }; local
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dtools.c42 static int stack = 0; variable

Completed in 417 milliseconds

123456789