Searched defs:stack (Results 1 - 25 of 87) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DObject.cpp12 Object::Object(Stack *stack, BusManager *bus) argument
H A DBusManager.cpp13 BusManager::BusManager(Stack *stack) argument
H A DStack.cpp222 Stack *stack = (Stack *)data; local
[all...]
/haiku-fatelf/src/apps/bootmanager/
H A DWizardController.cpp19 StateStack* stack = this; local
77 StateStack* stack = fStack; local
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Dcpu.cpp97 addr_t stack = (addr_t)arch_mmu_allocate((void*)0x80000000, local
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dgdb-mi.el[all...]
/haiku-fatelf/headers/private/kernel/util/
H A DStack.h84 inline void operator()(Stack<T>* stack) argument
105 StackDeleter(Stack<T>* stack) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2expr.h29 CORE_ADDR *stack; member in struct:dwarf_expr_context
/haiku-fatelf/headers/cpp/
H A Dstl_stack.h41 class stack { class
54 stack() : _M_c() {} function in class:stack
55 explicit stack(const _Sequence& __s) : _M_c(__s) {} function in class:stack
66 bool operator==(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
72 bool operator<(const stack<_T argument
80 operator !=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
86 operator >(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
92 operator <=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
98 operator >=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DBlockAllocator.cpp51 Stack<block_run> stack; member in struct:check_cookie
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp103 net_stack_module_info* stack; local
129 net_stack_module_info* stack; local
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/loopback_frame/
H A Dloopback_frame.cpp55 net_stack_module_info* stack; local
90 net_stack_module_info* stack; local
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsmkrop.c61 static void mk_operand (char *operand, size_t operand_sz, const char *stack, int i) argument
78 static void mk_xoperand (char *operand, size_t operand_sz, const char *stack, int i) argument
116 char stack[32]; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp172 IconObjectListView::SetCommandStack(CommandStack* stack) argument
H A DStyleView.cpp279 StyleView::SetCommandStack(CommandStack* stack) argument
H A DTransformerListView.cpp431 TransformerListView::SetCommandStack(CommandStack* stack) argument
/haiku-fatelf/src/bin/unzip/
H A Dunshrink.c93 #define stack G.area.shrink.Stack macro
/haiku-fatelf/src/servers/app/stackandtile/
H A DStacking.cpp288 WindowStack* stack = window->GetWindowStack(); local
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_thread.cpp33 mipsel_push_iframe(struct iframe_stack *stack, struct iframe *frame) argument
40 mipsel_pop_iframe(struct iframe_stack *stack) argument
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_thread.cpp34 ppc_push_iframe(struct iframe_stack *stack, struct iframe *frame) argument
42 ppc_pop_iframe(struct iframe_stack *stack) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/bios/
H A Dbios.cpp264 void* stack = bios_allocate_mem(state, kStackSize); local
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp448 StateView::SetCommandStack(::CommandStack* stack) argument
/haiku-fatelf/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp185 agg::pod_vector<color_type> stack; local
454 agg::pod_vector<uint8> stack; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_stack_int.h72 cma__t_int_tcb *tcb; /* TCB associated with stack chunk */ member in struct:CMA___T_MAP_ENTRY::__anon3778
99 cma__t_int_tcb *tcb; /* TCB associated with stack */ member in struct:CMA___T_BIGSTACK
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c100 static int stack[MAX_PUSHED]; /* the stack */ variable
[all...]

Completed in 481 milliseconds

1234