/freebsd/contrib/gdtoa/ |
H A D | gmisc.c | 41 ULong *x, *x1, *xe, y; local 47 xe = x + b->wds; 52 while(x < xe) { 60 while(x < xe) 74 ULong L, *x, *xe; local 78 xe = x + b->wds; 79 for(n = 0; x < xe && !*x; x++) 81 if (x < xe) {
|
H A D | sum.c | 42 ULong carry, *xc, *xa, *xb, *xe, y; local 56 xe = xc + b->wds; 65 while(xc < xe); 66 xe += a->wds - b->wds; 67 while(xc < xe) { 80 while(xc < xe); 81 xe += a->wds - b->wds; 82 while(xc < xe) {
|
H A D | hexnan.c | 60 ULong c, h, *x, *x1, *xe; local 71 x1 = xe = x; 132 while(x <= xe); 134 while(x1 <= xe); 139 *xe &= ((ULong)0xffffffff) >> (ULbits - i); 141 for(x1 = xe;; --x1) {
|
H A D | smisc.c | 140 ULong *ce, *x, *xe; local 148 xe = x + b->wds; 149 while(x < xe) 154 for(xe = x + (nw - nw1); x < xe; x += 2)
|
H A D | strtodg.c | 54 ULong *x, *xe; local 61 xe = x + b->wds; 69 } while(x < xe); 77 } while(x < xe); 99 ULong *x, *xe; local 105 xe = x + b->wds; 114 while(x < xe); 120 } while(borrow && x < xe); 131 ULong *x, *xe; local 134 xe = x + (n >> kshift); [all …]
|
H A D | misc.c | 443 ULong *x, *x1, *xe, z; local 455 xe = x + b->wds; 464 while(x < xe); 474 while(x < xe); 481 while(x < xe);
|
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 159 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \ 168 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \ 175 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \ 181 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \ 187 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-rsa" ; then \ 192 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \ 200 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \ 205 set -xe ; if ${TEST_SSH_SSH} -Q key | grep -q "^ssh-dss" ; then \ 211 set -xe ; if ssh -Q key | grep -q "^ssh-dss" ; then \ 216 set -xe ; if ssh -Q key | grep -q "^ssh-dss" ; then \ [all …]
|
/freebsd/crypto/openssh/regress/unittests/authopt/testdata/ |
H A D | mktestdata.sh | 3 set -xe 15 set -xe
|
/freebsd/contrib/bsddialog/lib/ |
H A D | textbox.c | 41 int xe; member 120 st->xe = st->xs + d->w - 3 - st->margin; in textbox_draw() 187 * pnoutrefresh(pad, ypad, xpad, ys, xs, ye, xe); in bsddialog_textbox() 191 prefresh(st.pad, st.ypad, st.xpad, st.ys, st.xs, st.ye, st.xe); in bsddialog_textbox()
|
H A D | menubox.c | 60 int ys, ye, xs, xe; /* pad pos */ member 317 realw = m->xe - m->xs; in drawseparators() 490 m->xe = m->xs + d->w - 7; in mixedlist_redraw() 493 m->xe = m->xs + d->w - 5; in mixedlist_redraw() 495 drawseparators(d->conf, m); /* uses xe - xs */ in mixedlist_redraw() 496 pnoutrefresh(m->pad, m->ypad, 0, m->ys, m->xs, m->ye, m->xe); in mixedlist_redraw() 639 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist() 670 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist()
|
H A D | formbox.c | 79 unsigned int xe; /* to refresh */ member 523 prefresh((f)->pad, (f)->y, 0, (f)->ys, (f)->xs, (f)->ye, (f)->xe); \ 525 prefresh((f)->pad, (f)->y, 0, (f)->ys, (f)->xs, (f)->ye, (f)->xe); \ 643 f->xe = f->xs + d->w - 7; in form_redraw() 646 f->xe = f->xs + d->w - 5; in form_redraw()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/testdata/ |
H A D | create-agent-corpus.sh | 8 set -xe
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrFormats.td | 48 def BPF_XCHG : BPFArithOp<0xe>; 76 def BPF_JCOND : BPFJumpOp<0xe>;
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | ts4800-wdt.txt | 22 syscon = <&syscon 0xe>;
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | imx-cpufreq-dt.txt | 35 opp-supported-hw = <0xe>, <0x7>;
|
/freebsd/crypto/openssl/test/smime-certs/ |
H A D | smdsa3.pem | 43 wvqiBD8MaXczj28zP6j9TxsjGzpAsV3xo1n7aQ+hHzpopJUxAyx4hLBqSSwdj/xe
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | icon.dts | 124 0xe 0x00000000 0xe 0x00000000 0x80000000 125 0xe 0x80000000 0xe 0x80000000 0x80000000
|
H A D | katmai.dts | 128 0xe 0x00000000 0xe 0x00000000 0x80000000 129 0xe 0x80000000 0xe 0x80000000 0x80000000
|
H A D | hotfoot.dts | 84 0xe 0x4 /* RXDE */>; 155 gpios = <&GPIO 0xe 0>;
|
/freebsd/sys/contrib/device-tree/src/arm/cirrus/ |
H A D | ep7211-edb7211.dts | 20 0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf
|
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | mpc8572ds_camp_core1.dts | 86 0x6 0x7 0xe 0x5 /* Audio elgacy SATA */
|
H A D | mpc8568mds.dts | 137 0x4 0xe 0x2 0x0 0x2 0x0 /* RxD1 */ 165 0x5 0xe 0x2 0x0 0x2 0x0 /* RxD1 */
|
H A D | p1025rdb_36b.dts | 58 ranges = <0x2000000 0x0 0xe0000000 0xe 0x20000000 0x0 0x20000000
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | audio | 505 >>20 byte&0xe 0x0 \b, mono 506 >>20 byte&0xe 0x2 \b, stereo 507 >>20 byte&0xe 0x4 \b, 3 channels 508 >>20 byte&0xe 0x6 \b, 4 channels 509 >>20 byte&0xe 0x8 \b, 5 channels 510 >>20 byte&0xe 0xa \b, 6 channels 511 >>20 byte&0xe 0xc \b, 7 channels 512 >>20 byte&0xe 0xe \b, 8 channels
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls1088a-rdb.dts | 97 reg = <0xe>;
|