Searched refs:push (Results 1 - 25 of 65) sorted by last modified time

123

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp417 # pragma GCC diagnostic push
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1541 fCoordinatorQueue.push(item);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdebug.c188 #pragma GCC diagnostic push
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S85 push %rbp
89 push %rsi
H A Dinterrupts.S24 push %rax; /* orig_rax */ \
25 push %rax; \
26 push %rbx; \
27 push %rcx; \
28 push %rdx; \
29 push %rdi; \
30 push %rsi; \
31 push %rbp; \
32 push %r8; \
33 push
[all...]
H A Dentry_compat.S26 push %rax; /* orig_rax */ \
27 push %rax; \
28 push %rbx; \
29 push %rcx; \
30 push %rdx; \
31 push %rdi; \
32 push %rsi; \
33 push %rbp; \
34 push %r8; \
35 push
[all...]
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c123 #define push(a, n, i) sp->sa = a, sp->sn = n, (sp++)->si = i macro
139 push(a, n, i);
171 push(a, n, i+1);
177 * Set top[]; push incompletely sorted bins onto stack.
199 push(ak, *cp, i+1);
237 push(a, n, i);
279 push(ak, c, i+1);
/haiku/src/system/kernel/
H A Dthread.cpp3803 #pragma GCC diagnostic push
H A Dteam.cpp4369 #pragma GCC diagnostic push
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp539 fQueue.push(value);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3176 PriorityQueue.push (WordAndRatio);
/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/apps/terminal/
H A DBasicTerminalBuffer.cpp965 fSavedCursors.push(fCursor);
1210 // push the first lines to the history
1319 // overwrite an previously written line, we push it to the
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp174 skippedTokens->push(fTokens.front());
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp75 fRedoHistory.push(edit);
77 fUndoHistory.push(edit);
95 fUndoHistory.push(edit);
97 fRedoHistory.push(edit);
218 fUndoHistory.push(edit);
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dlong_smp_trampoline.S124 push $0
H A Dentry.S28 push $KERNEL_CODE_SELECTOR
30 push %rax
49 push $2
/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]);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300eep.h24 #pragma pack (push, ar9300, 1)
/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/src/system/boot/platform/bios_ia32/
H A Dlong_asm.S86 push $0
/haiku/headers/private/kernel/platform/next_m68k/
H A Ddisklabel.h12 #pragma pack(push,2)
/haiku/src/system/boot/platform/next_m68k/
H A Dnextrom.h157 #pragma pack(push,2)
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp939 fStack.push(fData->Position());
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexp2l.s23 1: push %rax

Completed in 231 milliseconds

123