Searched refs:push (Results 76 - 100 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c365 * push the data used during the archive id phase back into the I/O
884 int push = 0; local
915 push = bufcnt - blksz;
932 if (push > 0) {
933 /* we have extra data to push to the front.
934 * check for more than 1 block of push, and if
937 memcpy(buf, bufend, push);
938 bufpt = buf + push;
939 if (push >= blksz) {
940 push
[all...]
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S79 push %cx
82 push %cs
166 push %cs
212 push %cx
236 error: push %cs
250 putstr.0: push %cs
294 push %ds
342 push %ds
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_locore.s27 push %eax
44 push %eax
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_locore.s20 push %eax
37 push %eax
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp86 // Lock the queue and push the new task
92 Tasks.push(std::move(PackagedTask));
137 Tasks.push(std::move(PackagedTask));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_cdcmp.S29 push {r0-r3, lr}
79 push {r0-r3, lr}
H A Daeabi_cfcmp.S29 push {r0-r3, lr}
79 push {r0-r3, lr}
H A Dmodsi3.S17 push {r4, r7, lr} ;\
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h56 void push(unsigned Idx, T *Ptr) { function in class:llvm::ArrayRecycler
138 push(Cap.getBucket(), Ptr);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp54 push(*(first_it++));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepfullyconnected.ksh81 push(@new, substr(\$_, \$pos+2, 4));
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd_ipc.h54 #pragma pack(push,1)
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dtypes_ext.h72 #pragma pack(push,1)
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.h36 #pragma pack(push, 1)
H A Deap_psk_common.h29 #pragma pack(push, 1)
H A Deap_tlv_common.h39 #pragma pack(push, 1)
H A Deap_fast_common.h40 #pragma pack(push, 1)
H A Deap_defs.h15 #pragma pack(push, 1)
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s45 push es
46 push bx
86 push ds define
87 push bx
135 ; push si
/freebsd-11-stable/contrib/ntp/include/
H A Dssl_applink.c11 # pragma warning(push)
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet.h29 #pragma pack(push, 1)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h80 void push(SUnit *U) override;
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap157 push(@Requests,pack("a4SC",$addr,0,6)); # schedule a set trap request for $name
320 push(@Requests,pack("a4SC",$addr,0,6));
340 push(@Requests,$tag);
391 push(@Requests,pack("a4SC",$from, $associd, 4));
418 push(@Requests,pack("a4SC",$from, $associd, 4));
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s114 push %es # Boot segment
116 push %bp # 0
141 push %cx
142 push %si
149 push %cx

Completed in 434 milliseconds

1234567891011>>