Searched defs:stack (Results 1 - 25 of 56) sorted by path

123

/haiku/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/headers/libs/agg/
H A Dagg_array.h927 int stack[80]; local
H A Dagg_blur.h378 pod_vector<int8u> stack; local
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
/haiku/headers/private/firewire/
H A Diec13213.h213 struct crom_ptr stack[CROM_MAX_DEPTH]; member in struct:crom_context
/haiku/headers/private/kernel/util/
H A DStack.h84 inline void operator()(Stack<T>* stack) argument
105 StackDeleter(Stack<T>* stack) argument
/haiku/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/src/apps/bootmanager/
H A DWizardController.cpp19 StateStack* stack = this; local
77 StateStack* stack = fStack; local
/haiku/src/apps/mediaplayer/support/
H A DStackBlurFilter.cpp185 agg::pod_vector<color_type> stack; local
454 agg::pod_vector<uint8> stack; local
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp236 Stack<validate_info> stack; local
619 SeekDown(Stack<node_and_key> &stack,uint8 *key,uint16 keyLength) argument
[all...]
/haiku/src/bin/unzip/
H A Dunshrink.c93 #define stack G.area.shrink.Stack macro
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp402 uint32 stack = 0; local
[all...]
/haiku/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/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h612 struct re_fail_stack_ent_t *stack; member in struct:re_fail_stack_t
/haiku/src/tests/servers/app/stacktile/
H A Dmain.cpp61 BWindowStack* stack = NULL; local
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1235 device_node::_AddPath(Stack<KPath*>& stack, const char* basePath, argument
1258 Stack<KPath*>* stack = NULL; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DBusManager.cpp13 BusManager::BusManager(Stack *stack, device_node* node) argument
H A DObject.cpp12 Object::Object(Stack *stack, BusManager *bus) argument
H A DStack.cpp206 Stack *stack = (Stack *)data; local
H A Dusb.cpp155 Stack *stack = new(std::nothrow) Stack(); local
921 usb_get_stack(void** stack) argument
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp60 Stack *stack; local
317 EHCI::EHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack, argument
H A Dohci.cpp62 Stack *stack; local
269 OHCI::OHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack, argument
H A Duhci.cpp60 Stack *stack; local
296 Queue::Queue(Stack *stack) argument
503 UHCI::UHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack, argument
H A Dxhci.cpp66 Stack *stack; local
340 XHCI::XHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack, argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1109 BPlusTree::_SeekDown(Stack<node_and_key>& stack, const uint8* key, argument
1691 Stack<node_and_key> stack; local
2107 Stack<node_and_key> stack; local
[all...]

Completed in 242 milliseconds

123