/haiku/headers/cpp/ |
H A D | stl_stack.h | 54 stack() : _M_c() {} in stack() function 55 explicit stack(const _Sequence& __s) : _M_c(__s) {} in stack() function
|
/haiku/src/apps/bootmanager/ |
H A D | WizardController.cpp | 19 StateStack* stack = this; in MakeEmpty() local 77 StateStack* stack = fStack; in Previous() local
|
/haiku/headers/private/kernel/util/ |
H A D | Stack.h | 94 delete stack; in operator() local 105 StackDeleter(Stack<T>* stack) in StackDeleter()
|
/haiku/src/add-ons/kernel/network/datalink_protocols/loopback_frame/ |
H A D | loopback_frame.cpp | 54 net_stack_module_info* stack; in loopback_frame_init() local 95 net_stack_module_info* stack; in loopback_frame_uninit() local
|
/haiku/src/system/boot/platform/openfirmware/arch/sparc/ |
H A D | cpu.cpp | 92 addr_t stack = (addr_t)arch_mmu_allocate(NULL, in boot_arch_cpu_init() local
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_thread.cpp | 34 ppc_push_iframe(struct iframe_stack *stack, struct iframe *frame) in ppc_push_iframe() 42 ppc_pop_iframe(struct iframe_stack *stack) in ppc_pop_iframe()
|
/haiku/src/system/kernel/arch/arm64/ |
H A D | arch_thread.cpp | 32 arm64_push_iframe(struct iframe_stack *stack, struct iframe *frame) in arm64_push_iframe() 40 arm64_pop_iframe(struct iframe_stack *stack) in arm64_pop_iframe()
|
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | Object.cpp | 12 Object::Object(Stack *stack, BusManager *bus) in Object()
|
H A D | BusManager.cpp | 13 BusManager::BusManager(Stack *stack, device_node* node) in BusManager()
|
/haiku/src/add-ons/kernel/network/datalink_protocols/ethernet_frame/ |
H A D | ethernet_frame.cpp | 103 net_stack_module_info* stack; in ethernet_frame_init() local 129 net_stack_module_info* stack; in ethernet_frame_uninit() local
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_thread.cpp | 46 m68k_push_iframe(struct iframe_stack *stack, struct iframe *frame) in m68k_push_iframe() 54 m68k_pop_iframe(struct iframe_stack *stack) in m68k_pop_iframe()
|
/haiku/src/system/boot/platform/openfirmware/arch/ppc/ |
H A D | cpu.cpp | 108 addr_t stack = (addr_t)arch_mmu_allocate((void*)0x80000000, in boot_arch_cpu_init() local
|
/haiku/src/bin/bfs_tools/lib/ |
H A D | BPlusTree.cpp | 236 Stack<validate_info> stack; in Validate() local 335 Stack<off_t> stack; in Goto() local 619 status_t BPlusTree::SeekDown(Stack<node_and_key> &stack,uint8 *key,uint16 keyLength) in SeekDown() 955 Stack<node_and_key> stack; in Insert() local 1045 Stack<node_and_key> stack; in Find() local
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_thread.cpp | 47 arm_push_iframe(struct iframe_stack *stack, struct iframe *frame) in arm_push_iframe() 55 arm_pop_iframe(struct iframe_stack *stack) in arm_pop_iframe()
|
/haiku/src/tests/servers/app/stacktile/ |
H A D | main.cpp | 61 BWindowStack* stack = NULL; in _CreateFrames() local
|
/haiku/src/bin/unzip/ |
H A D | unshrink.c | 93 #define stack G.area.shrink.Stack macro
|
/haiku/src/apps/mediaplayer/support/ |
H A D | StackBlurFilter.cpp | 185 agg::pod_vector<color_type> stack; in _Filter32() local 454 agg::pod_vector<uint8> stack; in _Filter8() local
|
/haiku/src/apps/icon-o-matic/gui/ |
H A D | IconObjectListView.cpp | 178 IconObjectListView::SetCommandStack(CommandStack* stack) in SetCommandStack()
|
H A D | StyleView.cpp | 283 StyleView::SetCommandStack(CommandStack* stack) in SetCommandStack()
|
/haiku/src/servers/app/ |
H A D | Window.cpp | 312 WindowStack* stack = GetWindowStack(); in MoveBy() local 341 WindowStack* stack = GetWindowStack(); in ResizeBy() local 405 WindowStack* stack = GetWindowStack(); in SetOutlinesDelta() local 624 WindowStack* stack = GetWindowStack(); in ReloadDecor() local 2166 WindowStack* stack = GetWindowStack(); in AddWindowToStack() local 2286 WindowStack* stack = new(std::nothrow) WindowStack(decorator); in _InitWindowStack() local
|
/haiku/src/system/kernel/util/ |
H A D | AVLTreeBase.cpp | 385 node_info stack[kMaxAVLTreeHeight]; in _Insert() local 497 AVLTreeNode** stack[kMaxAVLTreeHeight]; in _RemoveRightMostChild() local
|
/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | arch_smp.cpp | 222 void * stack = NULL; in arch_smp_init_other_cpus() local
|
/haiku/src/apps/sudoku/ |
H A D | SudokuSolver.cpp | 184 Stack<SolutionStep*> stack; in ComputeSolutions() local
|
/haiku/src/system/boot/platform/efi/arch/riscv64/ |
H A D | arch_smp.cpp | 189 void * stack = NULL; in arch_smp_init_other_cpus() local
|
/haiku/src/servers/app/stackandtile/ |
H A D | Stacking.cpp | 293 WindowStack* stack = window->GetWindowStack(); in WindowLookChanged() local
|