Searched refs:push (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_packon.h82 #pragma pack (push, 1)
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpfrom.in6 push --from $*
H A DMakefile.am9 libexec_PROGRAMS = push
11 push_SOURCES = push.c push_locl.h
17 man_MANS = push.8 pfrom.1
/freebsd-11-stable/lib/libc/i386/sys/
H A Dsyscall.S44 push %ecx
46 push %ecx /* need to push a word to keep stack frame intact
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/lexer/
H A Derr.D_CHR_NL.char.d39 #pragma clang diagnostic push
H A Derr.D_CHR_NULL.char.d39 #pragma clang diagnostic push
H A Derr.D_STR_NL.string.d39 #pragma clang diagnostic push
/freebsd-11-stable/contrib/gcc/
H A Dgthr-gnat.h32 #pragma GCC visibility push(default)
H A Dgthr.h33 #pragma GCC visibility push(default)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S10 push %rcx
19 push %rcx
20 push %rax
/freebsd-11-stable/sys/compat/ndis/
H A Dwinx32_wrap.S113 push %esi
114 push %edi
129 push %eax # preserve return val
130 push %edx
153 push %esi # must preserve %esi
154 push %edi # and %edi
169 push %eax # preserve return val
170 push %edx
197 push %eax
198 push
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Ddiag-control.h56 * and __pragma(warning(push/pop)).
62 __pragma(warning(push)) \
71 * ignored -Wxxx" and "clang diagnostic push/pop".
79 PCAP_DO_PRAGMA(clang diagnostic push) \
91 * and "GCC diagnostic push/pop" (introduced in 4.6).
94 PCAP_DO_PRAGMA(GCC diagnostic push) \
130 * __pragma(warning(disable:XXXX)) and __pragma(warning(push/pop)).
133 __pragma(warning(push)) \
139 * ignored -Wxxx" and "clang diagnostic push/pop".
142 PCAP_DO_PRAGMA(clang diagnostic push) \
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S17 push %rax
20 push %rcx
23 push %rdx
26 push %rsi
29 push %rdi
32 push %r8
35 push %r9
38 push %r10
41 push %r11
45 push
[all...]
/freebsd-11-stable/sys/mips/cavium/
H A Docteon_nmi.S37 .set push
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp27 stack.push(i);
39 stack.push(i);
/freebsd-11-stable/usr.sbin/ppp/
H A Dlayer.h50 struct mbuf *(*push)(struct bundle *, struct link *, struct mbuf *, member in struct:layer
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_memcmp.S17 push {r7, lr}
H A Daeabi_memcpy.S17 push {r7, lr}
H A Daeabi_memmove.S16 push {r7, lr}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dchkstk.S16 push %ecx
17 push %eax
H A Dchkstk2.S18 push %ecx
35 push (%eax) // push return address onto the stack
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dchkstk.S21 push %rcx
22 push %rax
H A Dchkstk2.S20 push %rcx
37 push (%rax) // push return address onto the stack
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb65 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"
77 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
79 @arrayList.push " </testcase>"
91 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
93 @arrayList.push " </testcase>"
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c51 _sema_init(&queue->push, 0);
104 up(&queue->push);
110 if (down_interruptible(&queue->push) != 0) {
115 up(&queue->push); // We haven't removed anything from the queue.
131 if (down_interruptible(&queue->push) != 0) {

Completed in 121 milliseconds

1234567891011>>