Searched refs:push (Results 26 - 50 of 65) sorted by relevance

123

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DSmartPtr.h6 #pragma warning(push)
/haiku/headers/private/kernel/platform/next_m68k/
H A Ddisklabel.h12 #pragma pack(push,2)
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp34 void push(node* node) function in struct:node
248 nodes[i].push(&nodes[k]);
251 nodes[k].push(&nodes[i]);
260 inDegreeZeroNodes.push(&nodes[i]);
278 inDegreeZeroNodes.push(n->pointers[k]);
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp178 void push(node* node) function in struct:node
260 nodes[i].push(&nodes[k]);
263 nodes[k].push(&nodes[i]);
272 inDegreeZeroNodes.push(&nodes[i]);
297 inDegreeZeroNodes.push(n->pointers[k]);
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong_asm.S86 push $0
H A Dbios_asm.S255 push %ds
/haiku/src/apps/bootmanager/
H A Dbootman.S186 push ax
205 push ax
206 push bx
207 push cx
208 push dx define
375 push ax
645 push ax
646 push bx
647 push cx
648 push d define
[all...]
/haiku/headers/cpp/
H A Dstl_stack.h61 void push(const value_type& __x) { _M_c.push_back(__x); } function in class:stack
H A Dstl_queue.h63 void push(const value_type& __x) { c.push_back(__x); } function in class:queue
178 void push(const value_type& __x) { function in class:priority_queue
/haiku/headers/tools/cppunit/cppunit/
H A DXmlOutputter.h7 #pragma warning( push )
/haiku/src/kits/media/
H A DChunkCache.cpp156 fChunkCache.push(chunk);
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s23 1: push %rax
/haiku/src/system/boot/platform/next_m68k/
H A Dnextrom.h157 #pragma pack(push,2)
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dlong_smp_trampoline.S124 push $0
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp71 virtual status_t push(Query &query) const = 0;
85 virtual status_t push(Query &query) const function in class:ValueNode
129 virtual status_t push(Query &query) const function in class:StringNode
171 virtual status_t push(Query &query) const function in class:DateNode
195 virtual status_t push(Query &query) const function in class:AttributeNode
241 virtual status_t push(Query &query) const function in class:ListNode
245 error = child->push(query);
281 virtual status_t push(Query &query) const function in class:OpNode
283 status_t error = ListNode::push(query);
585 // CPPUNIT_ASSERT( predicateNode.push(quer
[all...]
/haiku/src/servers/app/
H A DServerPicture.cpp99 fOpStack.push(OP_MOVETO);
100 fPtStack.push(*point);
113 fOpStack.push(OP_LINETO | lineCount);
115 fPtStack.push(linePts[i]);
129 fOpStack.push(OP_BEZIERTO | bezierCount);
131 fPtStack.push(bezierPts[i]);
158 fOpStack.push(op | 3);
159 fPtStack.push(BPoint(rx, ry));
160 fPtStack.push(BPoint(angle, 0));
161 fPtStack.push(poin
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S316 push %ebp
328 push %eax
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexp.s35 push %eax
/haiku/src/bin/rc/
H A Dlexer.l50 // When we encounter an #include directive, we push the current
228 include_stack.push(incl);
/haiku/src/system/libroot/posix/string/arch/arm/
H A Darch_string.S12 push {r4, r5, r6, r7, r8, r10, r11, lr}
/haiku/src/apps/glteapot/
H A Dutil.h299 inline void push(contents* c) function in struct:LispList
/haiku/src/system/libroot/posix/string/arch/x86_64/
H A Darch_string.cpp21 #pragma GCC diagnostic push
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h43 .set push; \
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdebug.c188 #pragma GCC diagnostic push
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp511 void push(node* node) function in struct:node
608 nodes[i].push(&nodes[k]);
611 nodes[k].push(&nodes[i]);
620 inDegreeZeroNodes.push(&nodes[i]);
659 inDegreeZeroNodes.push(n->pointers[k]);

Completed in 134 milliseconds

123