Home
last modified time | relevance | path

Searched +full:msb +full:- +full:- (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_bfd_find_target.31 .\" Copyright (c) 2010-2011 Joseph Koshy. All rights reserved.
24 .\" $Id: elftc_bfd_find_target.3 3752 2019-06-28 01:12:53Z emaste $
63 .Bl -column -offset "XXXX" ".Li elf32-x86-64-freebsd" "Object format" "Byte Order" "Bit Width"
65 .It Li binary Ta Binary Ta - Ta -
66 .It Li efi-app-ia32 Ta PE Ta LSB Ta 32
67 .It Li efi-app-x86_64 Ta PE Ta LSB Ta 64
68 .It Li elf32-avr Ta ELF Ta LSB Ta 32
69 .It Li elf32-big Ta ELF Ta MSB Ta 32
70 .It Li elf32-bigarm Ta ELF Ta MSB Ta 32
71 .It Li elf32-bigmips Ta ELF Ta MSB Ta 32
[all …]
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c2 * /src/NTP/ntp4-dev/libntp/ieee754io.c,v 4.12 2005/04/16 17:32:10 kardel RELEASE_20050508_A
8 * Copyright (c) 1997-2005 by Frank Kardel <kardel <AT> ntp.org>
62 val <<= 32 - cnt; in fmt_blong()
66 while (i--) in fmt_blong()
93 snprintf(buf, LIB_BUFLENGTH, "%c %s %s %s", sign ? '-' : '+', in fmt_flt()
269 printf("fetchieee754: FP: %s -> %s -> %e(=%s)\n", fmt_hex(*buffpp, length), in fetch_ieee754()
295 * +Inf or -Inf in fetch_ieee754()
311 exponent = characteristic - bia in fetch_ieee754()
415 int msb; put_ieee754() local
[all...]
/freebsd/sys/cam/scsi/
H A Dscsi_da.h5 /*-
33 /*-
409 #define SRDDH10_MAX_LENGTH SRDD10_MAX_LENGTH - \
455 #define SRDDH12_MAX_LENGTH SRDD12_MAX_LENGTH - \
466 uint8_t trk_z_1; /* tracks per zone (MSB) */
468 uint8_t alt_sec_1; /* alternate sectors per zone (MSB) */
470 uint8_t alt_trk_z_1; /* alternate tracks per zone (MSB) */
472 uint8_t alt_trk_v_1; /* alternate tracks per volume (MSB) */
474 uint8_t ph_sec_t_1; /* physical sectors per track (MSB) */
476 uint8_t bytes_s_1; /* bytes per sector (MSB) */
[all …]
/freebsd/sys/net/
H A Dsff8472.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013 George V. Neville-Neil
30 * The following set of constants are from Document SFF-8472
40 * 0-95 Serial ID Defined by SFP MSA
41 * 96-127 Vendor Specific Data
42 * 128-255 Reserved
45 * 0-55 Alarm and Warning Thresholds
46 * 56-95 Cal Constants
47 * 96-119 Real Time Diagnostic Interface
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhw.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2014-2017 Qualcomm Atheros, Inc.
15 #include "wmi-ops.h"
218 .msb = 0x00000010,
224 .msb = 0x00000012,
230 .msb = 0x00000000,
272 .msb = 0x00000000,
278 .msb = 0x0000000f,
297 .msb = 0x0000000f,
350 .msb = 0x00000010,
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dconst_time.h20 __attribute__((no_sanitize("unsigned-integer-overflow")))
27 * const_time_fill_msb - Fill all bits with MSB value
29 * Returns: Value with all the bits set to the MSB of the input val
33 /* Move the MSB to LSB and multiple by -1 to fill in all bits. */ in const_time_fill_msb()
34 return (val >> (sizeof(val) * 8 - 1)) * ~0U; in const_time_fill_msb()
38 /* Returns: -1 if val is zero; 0 if val is not zero */
42 /* Set MSB to 1 for 0 and fill rest of bits with the MSB value */ in const_time_is_zero()
43 return const_time_fill_msb(~val & (val - 1)); in const_time_is_zero()
47 /* Returns: -1 if a == b; 0 if a != b */
54 /* Returns: -1 if a == b; 0 if a != b */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td1 //===-- CSKYInstrFormats.td - CSKY Instruction Formats -----*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
33 let TSFlags{4 - 0} = AM.Value;
46 let Inst{31 - 26} = opcode;
54 // CSKY 32-bit instruction
61 let Inst{25 - 0} = offset;
72 let Inst{25 - 21} = rz;
73 let Inst{20 - 18} = sop;
74 let Inst{17 - 0} = offset;
[all …]
/freebsd/sys/dev/ata/
H A Data-lowlevel.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org>
43 #include <dev/ata/ata-all.h>
44 #include <dev/ata/ata-pci.h>
69 ch->hw.begin_transaction = ata_begin_transaction; in ata_generic_hw()
70 ch->hw.end_transaction = ata_end_transaction; in ata_generic_hw()
71 ch->hw.status = ata_generic_status; in ata_generic_hw()
72 ch->hw.softreset = NULL; in ata_generic_hw()
73 ch->hw.command = ata_generic_command; in ata_generic_hw()
[all …]
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c1 /*-
2 * Copyright 1996-1998 John D. Polstra.
4 * Copyright (c) 2016 Yukishige Shibata <y-shibat@mtd.biglobe.ne.jp>
9 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme.
107 .interp_path = "/libexec/ld-elf.so.1",
124 sv->sv_maxuser = VM_MAX_USER_ADDRESS_SV48; in elf64_register_sysvec()
125 sv->sv_usrstack = USRSTACK_SV48; in elf64_register_sysvec()
126 sv->sv_psstrings = PS_STRINGS_SV48; in elf64_register_sysvec()
127 sv->sv_shared_page_base = SHAREDPAGE_SV48; in elf64_register_sysvec()
130 sv->sv_maxuser = VM_MAX_USER_ADDRESS_SV39; in elf64_register_sysvec()
[all …]
/freebsd/sys/sys/
H A Delf_common.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
92 #define OHW_R4KEOP 0x00000001 /* patch for R4000 branch at end-of-page bug */
94 #define OHW_R5KEOP 0x00000004 /* patch for R5000 branch at end-of-page bug */
101 #define OHWA0_R4KEOP_CHECKED 0x00000001 /* object checked for R4000 end-of-page bug */
102 #define OHWA0_R4KEOP_CLEAN 0x00000002 /* object verified clean for R4000 end-of-page bug */
109 #define OGP_SELF 0x00010000 /* GP group is self-contained */
112 * The header for GNU-style hash sections.
153 #define ELFCLASS32 1 /* 32-bit architecture. */
154 #define ELFCLASS64 2 /* 64-bit architecture. */
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pbs_regs.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
227 /* [0x158] Cntl - internal */
231 /* [0x160] Status - internal */
233 /* [0x164] Status - internal */
235 /* [0x168] Status - internal */
237 /* [0x16c] Status - internal */
239 /* [0x170] Control - internal */
241 /* [0x174] Control - internal */
243 /* [0x178] Control - internal */
[all …]
/freebsd/sys/x86/include/
H A Dsegments.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
58 * For long-mode apps, %cs only has the conforming bit in sd_type, the sd_dpl,
67 unsigned sd_hilimit:4; /* segment extent (msb) */
71 unsigned sd_hibase:8; /* segment base address (msb) */
80 unsigned sd_hilimit:4; /* segment extent (msb) */
85 unsigned sd_hibase:8; /* segment base address (msb) */
88 #define USD_GETBASE(sd) (((sd)->sd_lobase) | (sd)->sd_hibase << 24)
89 #define USD_SETBASE(sd, b) (sd)->sd_lobase = (b); \
90 (sd)->sd_hibase = ((b) >> 24);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dnetxbig-gpio-ext.txt5 - compatible: "lacie,netxbig-gpio-ext".
6 - addr-gpios: GPIOs representing the address register (LSB -> MSB).
7 - data-gpios: GPIOs representing the data register (LSB -> MSB).
8 - enable-gpio: latches the new configuration (address, data) on raising edge.
12 netxbig_gpio_ext: netxbig-gpio-ext {
13 compatible = "lacie,netxbig-gpio-ext";
15 addr-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH
18 data-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH
21 enable-gpio = <&gpio0 29 GPIO_ACTIVE_HIGH>;
/freebsd/crypto/openssl/test/recipes/
H A D25-test_x509.t2 # Copyright 2015-2024 The OpenSSL Project Authors. All Rights Reserved.
29 my $out_msb = "out-cyrillic.msb";
30 my $out_utf8 = "out-cyrillic.utf8";
33 my $msb = srctop_file(@certs, "cyrillic.msb");
36 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_msb,
37 "-nameopt", "esc_msb"])));
38 is(cmp_text($out_msb, $msb),
39 0, 'Comparing esc_msb output with cyrillic.msb');
40 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_utf8,
41 "-nameopt", "utf8"])));
[all …]
H A D25-test_rusext.t23 my $out_msb = "grfc.msb";
26 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_msb,
27 "-nameopt", "esc_msb", "-certopt", "no_pubkey"])));
28 is(cmp_text($out_msb, srctop_file('test', 'recipes', '25-test_rusext_data', 'grfc.msb')),
30 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_utf8,
31 "-nameopt", "utf8", "-certopt", "no_pubkey"])));
32 is(cmp_text($out_utf8, srctop_file('test', 'recipes', '25-test_rusext_data', 'grfc.utf8')),
H A D15-test_dsa.t2 # Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
28 subtest "dsa conversions using 'openssl dsa' -- private key" => sub {
29 tconversion( -type => 'dsa', -prefix => 'dsa-priv',
30 -in => srctop_file("test","testdsa.pem") );
32 subtest "dsa conversions using 'openssl dsa' -- public key" => sub {
33 tconversion( -type => 'msb', -prefix => 'dsa-msb-pub',
34 -in => srctop_file("test","testdsapub.pem"),
35 -args => ["dsa", "-pubin", "-pubout"] );
38 subtest "dsa conversions using 'openssl pkey' -- private key PKCS#8" => sub {
39 tconversion( -type => 'dsa', -prefix => 'dsa-pkcs8',
[all …]
H A D15-test_rsa.t2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
32 ok(run(app([ 'openssl', $cmd, '-check', '-in', srctop_file('test', 'testrsa.pem'), '-noout'])),
33 "$cmd -check" );
39 subtest "$cmd conversions -- private key" => sub {
40 tconversion( -type => $cmd, -prefix => "$cmd-priv",
41 -in => srctop_file("test", "testrsa.pem") );
43 subtest "$cmd conversions -- private key PKCS#8" => sub {
44 tconversion( -type => $cmd, -prefix => "$cmd-pkcs8",
45 -in => srctop_file("test", "testrsa.pem"),
46 -args => ["pkey"] );
[all …]
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dstrcmp.S4 * Copyright (c) 2012-2022, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
18 STRCMP_NO_PRECHECK: Don't run a quick pre-check of the first
20 the pre-check will save time, since there is a very high
30 Leaf functions cannot throw exceptions - EHABI only supports
34 /* This version uses Thumb-2 code. */
42 #define MSB 0x000000ff macro
56 #define MSB 0xff000000 macro
70 /* Additional internal variables for 64-bit aligned data. */
78 /* Additional internal variables for 32-bit aligned data. */
[all …]
/freebsd/sys/dev/ic/
H A Di8253reg.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
37 * This chip has three independent 16-bit down counters that can be
47 * are load msb (TMR_MR_MSB), load lsb (TMR_MR_LSB), or load lsb then
48 * msb (TMR_MR_BOTH).
77 #define TIMER_MSB 0x20 /* r/w counter MSB */
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_93cx6.c1 /*-
39 * ---------
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h1 //===- llvm/ADT/StringExtras.h - Useful string functions --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// hexdigit - Return the hexadecimal character for the
44 /// Given an array of c-style strings terminated by a null pointer, construct
79 /// If \p C is not a valid hex digit, -1U is returned.
81 /* clang-format off */ in hexDigitValue()
83 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, in hexDigitValue()
84 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, in hexDigitValue()
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-mips.pl2 # Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
24 # R1x000 5.64/+120% (big-endian)
25 # Octeon II 3.80/+280% (little-endian)
41 # - never ever touch $tp, "thread pointer", former $gp [o32 can be
43 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
45 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
77 # define MSB 0
80 # define MSB 7
105 ldl $in0,0+MSB($inp)
106 ldl $in1,8+MSB($inp)
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_tx99_tgt.c53 /* 6 (LSB), 9, 12, 18 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
60 /* 24 (LSB), 36, 48, 54 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
69 /* 1L (LSB), reserved, 2L, 2S (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
76 /* 5.5L (LSB), 5.5S, 11L, 11S (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
85 /* 0/8/16 (LSB), 1-3/9-11/17-19, 4, 5 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
93 /* 6 (LSB), 7, 12, 13 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
110 /* HT20 22 (LSB), HT20 23, HT40 22, HT40 23 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
120 /* 0/8/16 (LSB), 1-3/9-11/17-19, 4, 5 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
128 /* 6 (LSB), 7, 12, 13 (MSB) */ in ar9300_tx99_tgt_channel_pwr_update()
/freebsd/stand/kshim/
H A Dsysinit.h1 /*-
36 uint32_t dw_msb_value; /* must be non-zero, else entry is skipped */
41 #define SYSINIT_ENTRY(uniq, keyword, msb, lsb, g_type, g_name, debug) \ argument
51 .dw_msb_value = (msb), \
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h1 //===----------
[all...]

12345678910>>...17