Home
last modified time | relevance | path

Searched +full:x +full:- (Results 1 – 25 of 1296) sorted by relevance

12345678910>>...52

/freebsd/lib/libvgl/
H A Dmouse.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
42 #define BORDER 0xff /* default border -- light white in rgb 3:3:2 */
43 #define INTERIOR 0xa0 /* default interior -- red in rgb 3:3:2 */
48 #define X 0xff /* any nonzero in And mask means part of cursor */ macro
52 X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
53 X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
54 X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
55 X,X,X,X,X,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dmailprio1 …(8.8.2/8.8.2) with ESMTP id JAA05023 for <eric@sendmail.org>; Thu, 31 Oct 1996 09:29:47 -0800 (PST)
2 ….1]) by austin.bsdi.com (8.7.4/8.7.3) with ESMTP id KAA19250; Thu, 31 Oct 1996 10:28:18 -0700 (MST)
3 Message-Id: <199610311728.KAA19250@austin.bsdi.com>
9 Date: Thu, 31 Oct 1996 10:28:14 -0700
25 # Made on 1996-10-31 10:07 MST by <sanders@earth.com>.
27 # Existing files will *not* be overwritten unless `-c' is specified.
31 # ------ ---------- ------------------------------------------
32 # 8260 -rwxr-xr-x mailprio
33 # 3402 -rw-r--r-- mailprio.README
34 # 4182 -rwxr-xr-x mailprio_mkdb
[all …]
H A Dmmuegel2 Message-Id: <199307280818.AA08111@cssun6.corp.mot.com>
5 Date: Wed, 28 Jul 1993 03:18:02 -0500 (CDT)
6 In-Reply-To: <199307221853.LAA04266@mastodon.CS.Berkeley.EDU> from "Eric Allman" at Jul 22, 93 11:5…
7 X-Mailer: ELM [version 2.4 PL22]
8 Mime-Version: 1.0
9 Content-Type: text/plain; charset=US-ASCII
10 Content-Transfer-Encoding: 7bit
11 Content-Length: 69132
16 -Mike
18 ---- Cut Here and feed the following to sh ----
[all …]
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daes_amd64.S2 * ---------------------------------------------------------------------------
3 * Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
24 * ---------------------------------------------------------------------------
44 * preserved rsi - + rbx, rbp, rsp, r12, r13, r14 & r15
45 * registers rdi - on both
47 * destroyed - rsi + rax, rcx, rdx, r8, r9, r10 & r11
48 * registers - rdi on both
94 * lo: | input key (round 0) | / each round is four 32-bit words
98 * | encryption round N-1 |
106 * | decryption round 1 | = INV_MIX_COL[ | encryption round N-1 | ]
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h1 //===-- PPCMCTargetDesc.h - PowerPC Target Descriptions -------
127 PPC_REGS0_7(X) global() argument
132 PPC_REGS0_31(X) global() argument
139 PPC_REGS_EVEN0_30(X) global() argument
145 PPC_REGS0_63(X) global() argument
156 PPC_REGS_NO0_31(Z,X) global() argument
175 PPC_REGS0_7(X) global() argument
180 PPC_REGS0_3(X) global() argument
[all...]
/freebsd/contrib/ncurses/man/
H A Dncurses.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. *
31 .\" $Id: ncurses.3x,v 1.214 2024/04/27 17:55:43 tom Exp $
32 .TH ncurses 3X 2024-04-27 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
59 \fB\%ncurses\fP \-
60 character-cell terminal interface with optimized output
67 terminal-independent means of reading keyboard and mouse input and
68 updating character-cell terminals with output optimized to minimize
106 X/Open Curses Issue\ 7.
107 In many behavioral details not standardized by X/Open,
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_fsplit.sh3 # Copyright (c) 2007-2016 The NetBSD Foundation, Inc.
32 # In particular this means that in ${x-word}, 'word' must be expanded as if
33 # the "${x-" and "}" were absent from the input line.
35 # So: sh -c 'set ${x-a b c}; echo $#' should give 3.
36 # and: sh -c 'set -- ${x-}' echo $#' shold give 0
54 result=$( ${TEST_SH} -c "unset x; $1" )
66 set -- "$(expr "$1" : '\(............\).*')..." "$2" ;;
89 unset x
93 check 'for f in $x; do echo x${f}y; done' ''
102 # Check that IFS is applied to text from ${x-...} unless it is inside
[all …]
/freebsd/sys/dev/qlxge/
H A Dqls_dbg.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2014 Qlogic Corporation
54 dev = ha->pci_dev; in qls_dump_buf32()
60 device_printf(dev,"0x%08x:\t0x%08x, 0x%08x, 0x%08x, 0x%08x,\n", in qls_dump_buf32()
63 len32 -= 4; in qls_dump_buf32()
68 device_printf(dev,"0x%08x: 0x%08x\n", i, buf[0]); in qls_dump_buf32()
71 device_printf(dev,"0x%08x: 0x%08x 0x%08x\n", i, buf[0], buf[1]); in qls_dump_buf32()
74 device_printf(dev,"0x%08x: 0x%08x 0x%08x 0x%08x\n", in qls_dump_buf32()
96 dev = ha->pci_dev; in qls_dump_buf16()
[all …]
/freebsd/sbin/growfs/
H A Ddebug.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
4 * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
9 * Christoph Herrmann and Thomas-Henning von Kamptz, Munich and Frankfurt.
23 * Herrmann and Thomas-Henning von Kamptz.
70 if (strcmp(fn, "-") == 0) in dbg_open()
107 for (i = 0; i < sb->fs_bsiz in dbg_dump_hex()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td1 //===- ValueTypes.td - ValueType definitions ---------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // ValueTypes.td - list of ValueType instances supported by the the
12 //===----------------------------------------------------------------------===//
66 def i2 : VTInt<2, 3>; // 2-bit integer value
67 def i4 : VTInt<4, 4>; // 4-bit integer value
68 def i8 : VTInt<8, 5>; // 8-bit integer value
69 def i16 : VTInt<16, 6>; // 16-bit integer value
70 def i32 : VTInt<32, 7>; // 32-bit integer value
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
44 floating_point abs(floating_point x);
46 floating_point acos (arithmetic x);
47 float acosf(float x);
48 long double acosl(long double x);
50 floating_point asin (arithmetic x);
51 float asinf(float x);
[all …]
H A Dcmath1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
47 floating_point abs(floating_point x);
49 floating_point acos (arithmetic x);
50 float acosf(float x);
51 long double acosl(long double x);
53 floating_point asin (arithmetic x);
54 float asinf(float x);
[all …]
/freebsd/contrib/bc/gen/
H A Dlib2.bc4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
36 define p(x,y){
39 if(x==0){
44 if(y==a)return(x^a)@scale
46 if(x<1){
47 y=-
[all...]
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h2 * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
24 ll=(c)->h0; (void)HOST_l2c(ll,(s)); \
25 ll=(c)->h1; (void)HOST_l2c(ll,(s)); \
26 ll=(c)->h2; (void)HOST_l2c(ll,(s)); \
27 ll=(c)->h3; (void)HOST_l2c(ll,(s)); \
28 ll=(c)->h4; (void)HOST_l2c(ll,(s)); \
57 c->h0 = INIT_DATA_h0; in HASH_INIT()
58 c->h1 = INIT_DATA_h1; in HASH_INIT()
59 c->h2 = INIT_DATA_h2; in HASH_INIT()
60 c->h3 = INIT_DATA_h3; in HASH_INIT()
[all …]
/freebsd/tools/tools/ath/ath_ee_v14_print/
H A Dath_ee_v14_print.c3 * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd.
65 b[strlen(b)-1] = '\0'; in load_eeprom_dump()
68 sscanf(b, "%x: %x %x %x %x %x %x %x %x\n", in load_eeprom_dump()
87 BASE_EEP_HEADER *eh = &eep->ee_base.baseEepHeader; in eeprom_v14_base_print()
90 printf("| Version: 0x%.4x | Length: 0x%.4x | Checksum: 0x%.4x ", in eeprom_v14_base_print()
91 eh->version, eh->length, eh->checksum); in eeprom_v14_base_print()
92 printf("| CapFlags: 0x%.2x\n", eh->opCapFlags); in eeprom_v14_base_print()
94 printf("| eepMisc: 0x%.2x | RegDomain: 0x%.4x 0x%.4x | \n", in eeprom_v14_base_print()
95 eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_v14_base_print()
96 printf("| MAC: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x ", in eeprom_v14_base_print()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dzfs1 #------------------------------------------------------------------------------
4 # From <rea-fbsd@codelabs.ru>
34 # Almost all uint64_t fields are printed as the 32-bit ones (with high
36 # full 64-bit values.
38 # Big-endian values
39 8 string \000\000\000\002\365\272\313\254 ZFS snapshot (big-endian machine),
40 >20 belong x version %u,
48 >40 byte x destination GUID: %02X
49 >41 byte x %02X
50 >42 byte x %02X
[all …]
H A Dmap2 #------------------------------------------------------------------------------
7 # Garmin .FIT files https://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
10 >>35 belong x \b, unit id %d
11 >>39 lelong x \b, serial %u
12 # https://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
14 # TZ=GMT date -d '1989-12-31 0:00' +%s
15 >>43 leldate+631065600 x \b, %s
17 >>47 leshort x \b, manufacturer %d
19 >>49 leshort x \b, product %d
20 >>53 byte x \b, type %d
[all …]
H A Dpython2 #------------------------------------------------------------------------------
13 0 belong 0x02099900 python 1.0 byte-compiled
14 !:mime application/x-bytecode.python
15 0 belong 0x03099900 python 1.1/1.2 byte-compiled
16 !:mime application/x-bytecode.python
17 0 belong 0x892e0d0a python 1.3 byte-compiled
18 !:mime application/x-bytecode.python
19 0 belong 0x04170d0a python 1.4 byte-compiled
20 !:mime application/x-bytecode.python
21 0 belong 0x994e0d0a python 1.5 byte-compiled
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A DT.clv2 echo T.clv: check command-line variables
4 awk=${awk-../a.out}
6 rm -f core
11 BEGIN { x=0; print x; getline; print x, $0 }
20 BEGIN { x=0; print x; getline; print x, $0 }
21 ' x=1 >foo1
24 diff foo1 foo2 || echo 'BAD: T.clv (x=1 only)'
29 BEGIN { x=0; print x; getline; print x, $0 }
30 ' x=1 x=2 x=3 >foo1
33 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)'
[all …]
H A DT.sub4 # pattern replacement input-string sub-output gsub-output
54 # system("bprint -c ../a.out")
59 a x aaa xaa xxx
67 . x aaa xaa xxx
71 .a x a a a
73 aa x x
77 $ x a ax ax
78 "" x x
79 .$ x "" "" ""
80 a x x
[all …]
H A DT.re34 # system("bprint -c ../a.out")
47 x
53 x
55 . ~ x
64 $ ~ x
66 .$ ~ x
73 x
75 ^ ~ x
90 !~ x
115 \$ ~ x$
[all …]
/freebsd/tools/tools/ath/ath_ee_v4k_print/
H A Dv4k.c3 * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd.
52 BASE_EEP4K_HEADER *eh = &eep->ee_base.baseEepHeader; in eeprom_v4k_base_print()
54 printf("| Version: 0x%.4x | Length: 0x%.4x | Checksum: 0x%.4x ", in eeprom_v4k_base_print()
55 eh->version, eh->length, eh->checksum); in eeprom_v4k_base_print()
56 printf("| CapFlags: 0x%.2x | eepMisc: 0x%.2x | RegDomain: 0x%.4x 0x%.4x | \n", in eeprom_v4k_base_print()
57 eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]); in eeprom_v4k_base_print()
58 printf("| MAC: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x ", in eeprom_v4k_base_print()
59 eh->macAddr[0], eh->macAddr[1], eh->macAddr[2], in eeprom_v4k_base_print()
60 eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]); in eeprom_v4k_base_print()
61 printf("| RxMask: 0x%.2x | TxMask: 0x%.2x | RfSilent: 0x%.4x | btOptions: 0x%.4x |\n", in eeprom_v4k_base_print()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh.out3 key min .------------------------------------------. max | count
12 key min .------------------------------------------. max | count
21 key min .------------------------------------------. max | count
30 key min .------------------------------------------. max | count
39 key min .------------------------------------------. max | count
49 key min .------------------------------------------. max | count
50 2 < 0 : X : >= 40 | 1
51 3 < 0 : X : >= 40 | 1
52 4 < 0 : X : >= 40 | 1
53 5 < 0 : X : >= 40 | 1
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl2 # Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
20 # faster than gcc and >60%(!) faster than code generated by HP-UX
21 # compiler (yes, HP-UX is generating slower code, because unlike gcc,
23 # substitutes for 64-bit rotate).
26 # and HP-UX compiler - by >40% (yes, gcc won sha512_block, but lost
28 # too much. I mean it's 64 32-bit rounds vs. 80 virtually identical
29 # 64-bit ones and 1003*64/80 gives 802. Extra cycles, 2 per round,
30 # are spent on extra work to provide for 32-bit rotations. 32-bit
32 # reason lower 32 bits are deposited to upper half of 64-bit register
34 # operations, X[16] values are *maintained* with copies of lower
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h44 size_t bit = ffs_lu(*bitmap) - 1; in cfs_lu()
69 #error No implementation for 64-bit ffs() in ffs_u64()
78 #error No implementation for 32-bit ffs() in ffs_u32()
84 pow2_ceil_u64(uint64_t x) { in pow2_ceil_u64() argument
86 if(unlikely(x <= 1)) { in pow2_ceil_u64()
87 return x; in pow2_ceil_u64()
93 : "r"(x-1) // Inputs. in pow2_ceil_u64()
96 msb_on_index = (63 ^ __builtin_clzll(x - 1)); in pow2_ceil_u64()
101 x--; in pow2_ceil_u64()
102 x |= x >> 1; in pow2_ceil_u64()
[all …]

12345678910>>...52