Searched refs:push (Results 1 - 25 of 65) sorted by path

123

/haiku/headers/cpp/
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
H A Dstl_stack.h61 void push(const value_type& __x) { _M_c.push_back(__x); } function in class:stack
/haiku/headers/libs/agg/
H A Dagg_basics.h129 #pragma warning(push)
H A Dagg_math.h258 #pragma warning(push)
/haiku/headers/libs/glut/GL/
H A Dglut.h168 # pragma warning( push )
/haiku/headers/tools/cppunit/cppunit/
H A DTestResult.h7 #pragma warning( push )
H A DTestResultCollector.h7 #pragma warning( push )
H A DTestSuite.h7 #pragma warning( push )
H A DXmlOutputter.h7 #pragma warning( push )
/haiku/headers/tools/cppunit/cppunit/extensions/
H A DTestFactoryRegistry.h7 #pragma warning( push )
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCDspCommObject.h44 #pragma pack( push, 2 )
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DSmartPtr.h6 #pragma warning(push)
H A DTools.inc52 %push proc
98 push %1
/haiku/src/apps/glteapot/
H A Dutil.h299 inline void push(contents* c) function in struct:LispList
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp72 fRedoHistory.push(command);
74 fUndoHistory.push(command);
96 fUndoHistory.push(command);
98 fRedoHistory.push(command);
231 fUndoHistory.push(command);
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp75 fRedoHistory.push(command);
77 fUndoHistory.push(command);
99 fUndoHistory.push(command);
101 fRedoHistory.push(command);
234 fUndoHistory.push(command);
/haiku/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S10 // push a pointer to arguments and a pointer to ourselves on the stack
12 push %eax
17 push %eax
45 push %ebp
49 push %edi
54 push %eax
56 push %eax
57 push %edi
/haiku/src/bin/debug/ltrace/arch/x86_64/
H A Darch_ltrace_stub.S11 // push arguments on the stack
12 push %r9
13 push %r8
14 push %rcx
15 push %rdx
16 push %rsi
17 push %rdi
53 push %rbp
56 push %rsi
57 push
[all...]
/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/bin/writembr/
H A Dmbr.S249 push %si /* Save %si */
/haiku/src/kits/media/
H A DChunkCache.cpp156 fChunkCache.push(chunk);
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S255 push %ds
H A Dshell.S67 push $0x07c0
69 push $0x1000
113 push %bx
114 push %cx
115 push %dx
116 push %di
117 push %es
254 push %ds
/haiku/src/system/glue/arch/x86_64/
H A Dcrti.S27 push %rbp
31 push %rdi
38 push %rbp
41 push %rdi
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S316 push %ebp
328 push %eax

Completed in 256 milliseconds

123