Searched refs:push (Results 51 - 75 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp50 push(const_reference r_val) function in class:PB_DS_CLASS_C_DEC
74 m_rc.push(p_nd);
159 m_rc.push(p_res);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp54 push(*(first_it++));
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dsem.h40 # pragma GCC visibility push(default)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h78 #pragma pack(push,1)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_ipc.h76 #pragma pack(push,1)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S32 push { r4, lr } SEPARATOR \
H A Daeabi_fcmp.S32 push { r4, lr } SEPARATOR \
H A Daeabi_ldivmod.S25 push {r6, lr}
H A Daeabi_uldivmod.S25 push {r6, lr}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h71 VisitQueue.push(QueueElement(Node, None));
72 VisitQueue.push(None);
90 VisitQueue.push(QueueElement(Next, None));
102 // Don't push another marker if this is the last
105 VisitQueue.push(None);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfixxfdi.c30 #pragma warning(push)
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dra_svn_wrapped_sasl.h47 # pragma GCC diagnostic push
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in52 push @hosts, $opts->{host};
56 push @hosts, @{$opts->{'host-list'}};
91 push @hosts, $_;
145 push @peers, $_->{remote};
151 #push @known_hosts, $host;
/freebsd-11-stable/contrib/wpa/hostapd/logwatch/
H A Dhostapd36 push @unmatched, "$line\n";
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_asm_double.S47 push {r4, r5, r6, r7, ip, lr}
106 push {r0, r1, r2, r3, r4, lr}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DRecycler.h50 void push(FreeNode *N) { function in class:llvm::Recycler
99 push(reinterpret_cast<FreeNode *>(Element));
/freebsd-11-stable/lib/libc/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);
/freebsd-11-stable/stand/pc98/boot0/
H A Dboot0.s62 push %ax
67 push %es
68 push %bp
84 push %ax
89 push %es
90 push %bp
/freebsd-11-stable/bin/sh/
H A Dinput.c72 struct alias *ap; /* if push was associated with an alias */
353 * Set the input to take input from a file. If push is set, push the
358 setinputfile(const char *fname, int push) argument
373 setinputfd(fd, push);
384 setinputfd(int fd, int push) argument
386 if (push) {
405 setinputstring(const char *string, int push) argument
408 if (push)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h107 S.Stk.push<T>(Result);
112 S.Stk.push<T>(Result);
166 S.Stk.push<BoolT>(BoolT::from(Fn(LHS.compare(RHS))));
188 S.Stk.push<BoolT>(BoolT::from(Fn(Compare(VL, VR))));
200 S.Stk.push<BoolT>(BoolT::from(Fn(ComparisonCategoryResult::Equal)));
205 S.Stk.push<BoolT>(BoolT::from(Fn(ComparisonCategoryResult::Unordered)));
210 S.Stk.push<BoolT>(BoolT::from(Fn(Compare(VL, VR))));
269 S.Stk.push<bool>(LHS <= Value && Value <= RHS);
279 S.Stk.push<T>(S.Stk.peek<T>());
295 S.Stk.push<
[all...]
/freebsd-11-stable/tests/sys/acl/
H A Drun77 push @$in, $line;
79 push @$out, $line;
133 push @good, ($use_re ? '!~' : '!=');
136 push @good, ($use_re ? '=~' : '==');
170 push @groups, $gid
302 push @$result, $_;
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S136 push %ecx
222 push %ds
279 putstr: push %ds
280 push %es
317 putc: push %es
318 push %di
319 push %bx
373 load_vd: push %eax # Save %eax
391 lookup_path: push %si # Save file name pointer
395 push
[all...]
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S92 xread: push %ss # Address
99 push %cx # block
100 push %ax # number
101 push %es # Address of
102 push %bx # transfer buffer
105 push %ax # transfer
106 push $0x10 # Size of packet
229 push %cs # Read from
279 push %dx # Save
292 read.1: push
[all...]
/freebsd-11-stable/contrib/libxo/
H A DMakefile.am64 && git push origin gh-pages ) ; true
76 && git push origin gh-pages ) ; true
116 && git push origin gh-pages ) ; true
/freebsd-11-stable/tools/tools/commitsdb/
H A Dmake_commit_db31 push @dirs, $filename;

Completed in 304 milliseconds

1234567891011>>