Searched refs:pop (Results 1 - 25 of 76) sorted by relevance

1234

/haiku-fatelf/src/system/glue/arch/x86_64/
H A Dcrtn.S16 pop %rdi
19 pop %rbp
23 pop %rdi
26 pop %rbp
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Dcpuid.S24 pop %rbx
33 pop %rax
H A Dinterrupts.S43 pop %r15; \
44 pop %r14; \
45 pop %r13; \
46 pop %r12; \
47 pop %r11; \
48 pop %r10; \
49 pop %r9; \
50 pop %r8; \
51 pop %rbp; \
52 pop
[all...]
H A Darch.S103 pop %rbx
104 pop %rbp
105 pop %r12
106 pop %r13
107 pop %r14
108 pop %r15
312 pop %rbp
/haiku-fatelf/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp69 fUndoHistory.pop();
93 fRedoHistory.pop();
146 fUndoHistory.pop();
150 fRedoHistory.pop();
203 fUndoHistory.pop();
213 fUndoHistory.pop();
217 fUndoHistory.pop();
242 fRedoHistory.pop();
/haiku-fatelf/src/apps/mediaplayer/support/
H A DCommandStack.cpp72 fUndoHistory.pop();
96 fRedoHistory.pop();
149 fUndoHistory.pop();
153 fRedoHistory.pop();
206 fUndoHistory.pop();
216 fUndoHistory.pop();
220 fUndoHistory.pop();
245 fRedoHistory.pop();
/haiku-fatelf/src/bin/debug/ltrace/arch/x86/
H A Darch_ltrace_stub.S15 pop %eax
66 pop %edi
69 pop %ebp
/haiku-fatelf/src/system/libroot/os/arch/x86/
H A Datomic.S93 pop %ebx
94 pop %esi
109 pop %ebx
110 pop %esi
129 pop %ebx
130 pop %esi
149 pop %ebx
150 pop %esi
169 pop %ebx
170 pop
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dexecute.c129 pop ();
262 pop ();
325 pop ();
366 pop ();
376 pop ();
385 pop();
386 pop();
396 pop();
397 pop();
408 pop();
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dshell.S68 pop %ds
70 pop %es
122 pop %es
123 pop %di
125 pop %dx
128 pop %cx
129 pop %bx
253 pop %ds
255 pop %es
/haiku-fatelf/src/system/kernel/lib/arch/x86_64/
H A Darch_string.S60 pop %rbp
83 pop %rbp
/haiku-fatelf/src/bin/network/ftpd/
H A Dpopen.c80 char **pop, *argv[MAXUSRARGS], *gargv[MAXGLOBARGS]; local
114 for (pop = gl.gl_pathv; *pop && gargc < (MAXGLOBARGS-1);
115 pop++)
116 gargv[gargc++] = strdup(*pop);
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestSuite.h77 #pragma warning( pop )
H A DTestResult.h82 #pragma warning( pop )
H A DTestResultCollector.h84 #pragma warning( pop )
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DTools.inc75 %pop
107 pop %1
H A DSmartPtr.h88 #pragma warning(pop)
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DUnwrapLinksEmitter.java107 StartElementInfo elem = (StartElementInfo) elementStack.pop();
114 StartElementInfo elem = (StartElementInfo) tempStack.pop();
138 elementStack.pop();
150 StartElementInfo elem = (StartElementInfo) saveStack.pop();
/haiku-fatelf/src/system/kernel/lib/arch/x86/
H A Darch_string.S106 pop %edi
112 pop %ebp
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c159 pop(void) function
160 /* pop the top of the stack into onstack */
366 pop();
408 pop();
418 pop();
425 pop();
430 pop();
441 pop();
447 pop();
452 pop();
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s57 pop bx
58 pop es
91 pop bx ; restore handle
117 pop ds define
127 pop ds define
137 ; pop si
148 pop ds define
H A Dndis_0.asm102 pop di ;; Pop off the old stack define
103 pop si
113 pop ax ;; Get the return code back
116 pop ds define
117 pop es
167 pop ebx
/haiku-fatelf/src/kits/media/
H A DChunkCache.cpp51 fChunkCache.pop();
86 fChunkCache.pop();
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesapp.cc76 pop();
100 bool NCursesApplication::pop() function in class:NCursesApplication
/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DTestFactoryRegistry.h144 #pragma warning( pop )

Completed in 229 milliseconds

1234