Searched refs:stack (Results 1 - 25 of 113) sorted by path

12345

/haiku/headers/cpp/
H A Dstack.h37 using __STD::stack;
H A Dstl.h13 #include <stack>
H A Dstl_stack.h41 class stack { class
42 friend bool operator== __STL_NULL_TMPL_ARGS (const stack&, const stack&);
43 friend bool operator< __STL_NULL_TMPL_ARGS (const stack&, const stack&);
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/headers/libs/agg/
H A Dagg_array.h927 int stack[80]; local
928 int* top = stack;
1009 if(top > stack)
H A Dagg_blur.h378 pod_vector<int8u> stack; local
386 stack.allocate(div);
396 stack[i] = pix;
404 stack[i + rx] = pix;
423 sum_out -= stack[stack_start];
432 stack[stack_start] = pix;
439 stack_pix = stack[stack_ptr];
453 stack.allocate(div);
464 stack[i] = pix;
472 stack[
558 pod_vector<color_type> stack; local
816 pod_vector<color_type> stack; local
[all...]
H A Dagg_rasterizer_cells_aa.h515 Cell** stack[80]; local
522 top = stack;
606 if(top > stack)
/haiku/headers/private/app/
H A DTokenSpace.h14 #include <stack>
/haiku/headers/private/firewire/
H A Diec13213.h213 struct crom_ptr stack[CROM_MAX_DEPTH]; member in struct:crom_context
/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread.h19 void m68k_push_iframe(struct iframe_stack *stack, struct iframe *frame);
20 void m68k_pop_iframe(struct iframe_stack *stack);
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread.h20 void mipsel_push_iframe(struct iframe_stack* stack, struct iframe* frame);
21 void mipsel_pop_iframe(struct iframe_stack* stack);
/haiku/headers/private/kernel/arch/ppc/
H A Darch_thread.h18 void ppc_push_iframe(struct iframe_stack *stack, struct iframe *frame);
19 void ppc_pop_iframe(struct iframe_stack *stack);
/haiku/headers/private/kernel/arch/
H A Dthread.h24 void arch_thread_init_kthread_stack(Thread *thread, void *stack,
/haiku/headers/private/kernel/
H A Dksignal.h210 void signal_get_user_stack(addr_t address, stack_t* stack);
/haiku/headers/private/kernel/util/
H A DStack.h84 inline void operator()(Stack<T>* stack) argument
86 if (stack == NULL)
90 while (stack->Pop(&item)) {
94 delete stack;
105 StackDeleter(Stack<T>* stack) argument
106 : BPrivate::AutoDeleter<Stack<T>, StackDelete<T> >(stack)
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/
H A Dethernet_frame.cpp103 net_stack_module_info* stack; local
104 status_t status = get_module(NET_STACK_MODULE_NAME, (module_info**)&stack);
108 status = stack->register_device_deframer(interface->device,
129 net_stack_module_info* stack; local
130 if (get_module(NET_STACK_MODULE_NAME, (module_info**)&stack) == B_OK) {
131 stack->unregister_device_deframer(protocol->interface->device);
/haiku/src/apps/bootmanager/
H A DWizardController.cpp19 StateStack* stack = this; local
22 next = stack->Next();
23 delete stack;
24 stack = next;
77 StateStack* stack = fStack; local
79 delete stack;
/haiku/src/apps/cortex/Persistence/
H A DExportContext.cpp94 // push tag onto element stack, and link to entry for the current object
136 // pop element off stack
238 // write entry to object stack
367 out << "Element stack:\n";
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.h12 #include <stack>
42 typedef std::stack<Command*> command_stack;
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h39 void SetCommandStack(CommandStack* stack);
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.h11 #include <stack>
41 typedef std::stack<Command*> command_stack;
H A DStackBlurFilter.cpp185 agg::pod_vector<color_type> stack; local
193 stack.allocate(div);
211 stack_pix_ptr = &stack[i];
228 stack_pix_ptr = &stack[i + rx];
263 stack_pix_ptr = &stack[stack_start];
292 stack_pix_ptr = &stack[stack_ptr];
312 stack.allocate(div);
331 stack_pix_ptr = &stack[i];
348 stack_pix_ptr = &stack[i + ry];
385 stack_pix_ptr = &stack[stack_star
454 agg::pod_vector<uint8> stack; local
[all...]
/haiku/src/apps/sudoku/
H A DSudokuSolver.cpp184 Stack<SolutionStep*> stack;
188 stack.Push(step);
193 while (stack.Pop(&step)) {
209 stack.Push(next);
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp236 Stack<validate_info> stack; local
240 stack.Push(info);
245 stack.Push(info);
252 if (!stack.Pop(&info)) {
282 stack.Push(info);
288 stack.Push(info);
292 stack.Push(info);
335 Stack<off_t> stack;
336 if (stack.Push(fHeader->root_node_pointer) < B_OK)
341 while (stack
619 SeekDown(Stack<node_and_key> &stack,uint8 *key,uint16 keyLength) argument
[all...]
H A DBPlusTree.h154 status_t SeekDown(Stack<node_and_key> &stack, uint8 *key, uint16 keyLength);
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c468 dir = cc.stack[0].dir;

Completed in 139 milliseconds

12345