Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 1802) sorted by relevance

12345678910>>...73

/freebsd/crypto/heimdal/appl/push/
H A DChangeLog3 * push.c: catch when snprint needs a larger buffer
7 * push.c: alloc memory to handle very long lines
11 * push.c: fixed one incorrect fprintf to stderr
15 * push.c: add names of pop states, add some more debugging and use
20 * push.c (doit): check return values from snprintf being negative
24 * push.c (main): handle krb5_init_context failure consistently
28 * push.c: support several headers, from <mattiasa@e.kth.se> use
36 * push.8: work around bug in grog that makes it think it needs
41 * push.c: add space to usage
45 * push.c (doit): check that fds are not too large to select on
[all …]
/freebsd/crypto/openssl/Configurations/
H A D00-base-templates.conf51 push @defs, "BROTLI" unless $disabled{brotli};
52 push @defs, "BROTLI_SHARED" unless $disabled{"brotli-dynamic"};
53 push @defs, "ZLIB" unless $disabled{zlib};
54 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"};
55 push @defs, "ZSTD" unless $disabled{zstd};
56 push @defs, "ZSTD_SHARED" unless $disabled{"zstd-dynamic"};
62 push @incs, $withargs{jitter_include}
64 push @incs, $withargs{brotli_include}
66 push @incs, $withargs{zlib_include}
68 push @incs, $withargs{zstd_include}
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm730-gsj-gpio.dtsi9 drive-push-pull;
14 drive-push-pull;
19 drive-push-pull;
24 drive-push-pull;
29 drive-push-pull;
34 drive-push-pull;
39 drive-push-pull;
44 drive-push-pull;
59 drive-push-pull;
64 drive-push-pull;
[all …]
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress_amd64.S101 push %rax
102 push %rbx
103 push %rcx
104 push %rdx
105 push %rbp
106 push %rsi
107 push %rdi
108 push %r8
109 push %r9
110 push %r10
[all …]
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dasmdefs.h49 * - Prologue stack alignment is implemented by detecting a push with an odd
69 * register (GPR) range to push onto stack, otherwise represents
70 * single GPR to push onto stack. If omitted, no GPRs pushed
75 * the pac-key. Either 1 or 0 to push or not push, respectively.
77 * - push_lr - Determines whether to push lr to the stack on function entry.
78 * Either 1 or 0 to push or not push, respectively.
89 * prologue push_ip=1 -> push {ip}
91 * prologue push_ip=1, push_lr=1 -> push {ip, lr}
93 * prologue 1, align8=1 -> push {r0, r1}
95 * prologue 1, 4 -> push {r1-r4}
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl87 { if ($::mwerks) { push(@out,".section\t.text,64\n"); }
99 push(@out,$tmp);
113 push(@out,"${drdecor}global $func\n") if ($global);
114 push(@out,"${drdecor}align 16\n");
115 push(@out,"$func:\n");
116 push(@out,"$begin:\n") if ($global);
134 push (@out,$comm)
136 push (@out,$initseg) if ($initseg);
139 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
143 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
[all …]
H A Dx86gas.pl107 { push(@out,".text\n"); }
117 push(@out,".globl\t$func\n") if ($global);
119 { push(@out,".def\t$func;\t.scl\t".(3-$global).";\t.type\t32;\t.endef\n"); }
123 { push(@out,".type $func,\@function\n"); }
124 push(@out,".align\t$align\n");
125 push(@out,"$func:\n");
126 push(@out,"$begin:\n") if ($global);
133 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
143 push(@out,"\n"); # so we just skip ELF comments...
149 { push(@out,"\n"); }
[all …]
H A Dx86masm.pl100 push(@out,$tmp);
114 push(@out,$func);
120 push(@out,"$nmdecor$func ENDP\n");
139 push(@out,"$segment ENDS\n");
150 push (@out,$comm);
152 push (@out,$initseg) if ($initseg);
153 push (@out,"END\n");
156 sub ::comment { foreach (@_) { push(@out,"\t; $_\n"); } }
159 { my $l=shift; push(@out,$l.($l=~/^\Q${::lbdecor}\E[0-9]{3}/?":\n":"::\n")); };
163 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
[all …]
H A Dcbc.pl51 &push("ebp");
52 &push("ebx");
53 &push("esi");
54 &push("edi");
69 &push($out);
70 &push($in);
71 &push($out); # used in decrypt for iv[1]
72 &push($in); # used in decrypt for iv[0]
79 # We have loaded them all, how lets push things
84 &comment("get and push parameter $p3");
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D30-test_evp.t43 push @configs, 'fips-and-base.cnf' unless $no_fips;
74 push @files, qw(
78 push @files, qw(
82 push @files, qw(
86 push @files, qw(
90 push @files, qw(
95 push @files, qw(
103 push @files, qw(
114 push @files, qw(
166 push @defltfiles, qw(evppkey_brainpool.txt) unless $no_ec;
[all …]
H A D15-test_genpkey.t18 push @algs, qw(RSA) unless disabled("rsa");
19 push @algs, qw(DSA) unless disabled("dsa");
20 push @algs, qw(DH DHX) unless disabled("dh");
21 push @algs, qw(EC) unless disabled("ec");
22 push @algs, qw(X25519 X448) unless disabled("ecx");
23 push @algs, qw(SM2) unless disabled("sm2");
/freebsd/stand/i386/btx/btx/
H A Dbtx.S215 push $0x202 # Set flags (IF set)
216 push $SEL_UCODE # Set CS
224 init.9: push $0x0 # general
287 push %ax # IMR
289 push %ax # IMR
313 intx00: push $0x0 # Int 0x0: #DE
315 push $0x1 # Int 0x1: #DB
317 push $0x3 # Int 0x3: #BP
319 push $0x4 # Int 0x4: #OF
321 push $0x5 # Int 0x5: #BR
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D14-curves.cnf.in20 push @curves, @curves_no_fips if !$fips_mode;
28 push @curves_tls_1_3, @curves_tls_1_3_no_fips if !$fips_mode;
29 push @curves, @curves_tls_1_3;
32 push @curves_tls_1_2,
38 push @curves_non_fips,
43 push @curves_non_fips,
46 push @curves_tls_1_2, @curves_non_fips if !$fips_mode;
66 push @tests, {
87 push @tests, {
108 push @tests, {
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl51 $PUSH ="std";
287 $PUSH r14,`$FRAME-$SIZE_T*18`($sp)
288 $PUSH r15,`$FRAME-$SIZE_T*17`($sp)
289 $PUSH r16,`$FRAME-$SIZE_T*16`($sp)
290 $PUSH r17,`$FRAME-$SIZE_T*15`($sp)
291 $PUSH r18,`$FRAME-$SIZE_T*14`($sp)
292 $PUSH r19,`$FRAME-$SIZE_T*13`($sp)
293 $PUSH r20,`$FRAME-$SIZE_T*12`($sp)
294 $PUSH r21,`$FRAME-$SIZE_T*11`($sp)
295 $PUSH r22,`$FRAME-$SIZE_T*10`($sp)
[all …]
H A Dsha1-ppc.pl40 $PUSH ="std";
47 $PUSH ="stw";
198 $PUSH r15,`$FRAME-$SIZE_T*17`($sp)
199 $PUSH r16,`$FRAME-$SIZE_T*16`($sp)
200 $PUSH r17,`$FRAME-$SIZE_T*15`($sp)
201 $PUSH r18,`$FRAME-$SIZE_T*14`($sp)
202 $PUSH r19,`$FRAME-$SIZE_T*13`($sp)
203 $PUSH r20,`$FRAME-$SIZE_T*12`($sp)
204 $PUSH r21,`$FRAME-$SIZE_T*11`($sp)
205 $PUSH r22,`$FRAME-$SIZE_T*10`($sp)
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-sony-xperia-tone.dtsi243 drive-push-pull;
250 drive-push-pull;
260 drive-push-pull;
269 drive-push-pull;
279 drive-push-pull;
289 drive-push-pull;
298 drive-push-pull;
308 drive-push-pull;
318 drive-push-pull;
328 drive-push
[all...]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Dx25519-x86_64.pl108 push %rbp
110 push %rbx
112 push %r12
114 push %r13
116 push %r14
118 push %r15
259 push %rbp
261 push %rbx
263 push %r12
265 push %r13
[all …]
/freebsd/crypto/openssl/apps/
H A DCA.pl.in82 push @frag, $1;
85 push @frag, $1;
88 push @frag, "";
93 push @frag, $1;
96 push @frag, $1;
99 push @frag, "\\$1" unless $1 eq "\n";
106 push @frag, $1 unless $1 eq "\n";
113 push @ret, join("", splice(@frag)) if (@frag > 0);
116 push @ret, join("", splice(@frag)) if (@frag > 0);
147 push @frag, $1;
[all …]
H A DCA.pl83 push @frag, $1;
86 push @frag, $1;
89 push @frag, "";
94 push @frag, $1;
97 push @frag, $1;
100 push @frag, "\\$1" unless $1 eq "\n";
107 push @frag, $1 unless $1 eq "\n";
114 push @ret, join("", splice(@frag)) if (@frag > 0);
117 push @ret, join("", splice(@frag)) if (@frag > 0);
148 push @frag, $1;
[all …]
/freebsd/contrib/libpcap/
H A Ddiag-control.h63 __pragma(warning(push)) \
76 __pragma(warning(push)) \
88 * ignored -Wxxx" and "clang diagnostic push/pop".
99 PCAP_DO_PRAGMA(clang diagnostic push) \
113 PCAP_DO_PRAGMA(clang diagnostic push) \
123 PCAP_DO_PRAGMA(clang diagnostic push) \
135 PCAP_DO_PRAGMA(clang diagnostic push) \
142 PCAP_DO_PRAGMA(clang diagnostic push) \
148 PCAP_DO_PRAGMA(clang diagnostic push) \
155 * and __pragma(warning(push/pop)).
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DDwarfInstructions.hpp400 // push immediate address sized value in evaluateExpression()
405 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
409 // pop stack, dereference, push result in evaluateExpression()
417 // push immediate 1 byte value in evaluateExpression()
422 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
426 // push immediate 1 byte signed value in evaluateExpression()
431 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)svalue); in evaluateExpression()
435 // push immediate 2 byte value in evaluateExpression()
440 fprintf(stderr, "push 0x%" PRIx64 "\n", (uint64_t)value); in evaluateExpression()
444 // push immediat in evaluateExpression()
[all...]
/freebsd/tools/tools/git/ghpr/
H A Dghpr-push.sh14 # Iteratively try to push all the branches, then push upstream. Repeat until the upstream
15 # push works...
25 … git push $upstream HEAD:$upstream_branch --force || true # bare git push gives cut and paste line
29 if ! git push --push-option=confirm-author freebsd HEAD:main; then
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp67 Instruction *Push = nullptr; in OptimizeBB() local
71 Push = &Inst; in OptimizeBB()
74 // If this pop matches a push and nothing in between can autorelease, in OptimizeBB()
76 if (Push && cast<CallInst>(&Inst)->getArgOperand(0) == Push) { in OptimizeBB()
78 LLVM_DEBUG(dbgs() << "ObjCARCAPElim::OptimizeBB: Zapping push pop " in OptimizeBB()
82 << " Push: " << *Push in OptimizeBB()
85 Push->eraseFromParent(); in OptimizeBB()
87 Push = nullptr; in OptimizeBB()
91 Push = nullptr; in OptimizeBB()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp13-pinctrl.dtsi79 drive-push-pull;
100 drive-push-pull;
130 drive-push-pull;
169 drive-push-pull;
190 drive-push-pull;
220 drive-push-pull;
353 drive-push-pull;
391 drive-push-pull;
413 drive-push-pull;
443 drive-push-pull;
[all …]
H A Dstm32mp15-pinctrl.dtsi231 drive-push-pull;
237 drive-push-pull;
284 drive-push-pull;
290 drive-push-pull;
337 drive-push-pull;
343 drive-push-pull;
389 drive-push-pull;
395 drive-push-pull;
440 drive-push-pull;
482 drive-push-pull;
[all …]

12345678910>>...73