/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.lltostrbase.d.out | 1 base -2 of -10: <error> 2 base -2 of -1: <error> 3 base -2 of 0: <error> 4 base -2 of 10: <error> 5 base -2 of 100: <error> 6 base -2 of 1000: <error> 7 base -2 of 4611686018427387904: <error> 8 base -1 of -10: <error> 9 base -1 of -1: <error> 10 base -1 of 0: <error> [all …]
|
/freebsd/sys/dev/mii/ |
H A D | miidevs | 120 model AGERE ET1011 0x0001 ET1011 10/100/1000baseT PHY 121 model AGERE ET1011C 0x0004 ET1011C 10/100/1000baseT PHY 124 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface 125 model ALTIMA AC101L 0x0012 AC101L 10/100 media interface 126 model ALTIMA AC101 0x0021 AC101 10/100 media interface 128 model ALTIMA Am79C875 0x0014 Am79C875 10/100 media interface 129 model ALTIMA Am79C874 0x0021 Am79C874 10/100 media interface 133 model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface 134 model yyAMD 79c973phy 0x0036 Am79C973 internal 10/100 media interface 135 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface [all …]
|
H A D | mii.h | 62 #define BMCR_S10 0x0000 /* 10 Mb/s */ 69 #define BMSR_100T4 0x8000 /* 100 base T4 capable */ 70 #define BMSR_100TXFDX 0x4000 /* 100 base Tx full duplex capable */ 71 #define BMSR_100TXHDX 0x2000 /* 100 base Tx half duplex capable */ 72 #define BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */ 73 #define BMSR_10THDX 0x0800 /* 10 base T half duplex capable */ 74 #define BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */ 75 #define BMSR_100T2HDX 0x0200 /* 100 base T2 half duplex capable */ 119 #define ANAR_10_FD 0x0040 /* local device supports 10bT FD */ 120 #define ANAR_10 0x0020 /* local device supports 10bT */ [all …]
|
H A D | rgephyreg.h | 61 #define RGEPHY_S10 0 /* 10mbps */ 64 #define RGEPHY_BMSR_100T4 0x8000 /* 100 base T4 capable */ 65 #define RGEPHY_BMSR_100TXFDX 0x4000 /* 100 base Tx full duplex capable */ 66 #define RGEPHY_BMSR_100TXHDX 0x2000 /* 100 base Tx half duplex capable */ 67 #define RGEPHY_BMSR_10TFDX 0x1000 /* 10 base T full duplex capable */ 68 #define RGEPHY_BMSR_10THDX 0x0800 /* 10 base T half duplex capable */ 69 #define RGEPHY_BMSR_100T2FDX 0x0400 /* 100 base T2 full duplex capable */ 70 #define RGEPHY_BMSR_100T2HDX 0x0200 /* 100 base T2 half duplex capable */ 88 #define RGEPHY_ANAR_10_FD 0x0040 /* local device supports 10bT FD */ 89 #define RGEPHY_ANAR_10 0x0020 /* local device supports 10bT */ [all …]
|
H A D | bmtphyreg.h | 31 * from NetBSD: bmtphyreg.h,v 1.1 2001/06/02 21:42:10 thorpej Exp 51 #define AUX_STS_FX_MODE 0x0400 /* 100base-FX mode (strap pin) */ 53 #define AUX_STS_100BASE_LINK 0x0100 /* 1 = 100base link */ 63 #define MII_BMTPHY_RXERROR_CTR 0x12 /* 100base-X Rx error counter */ 66 #define MII_BMTPHY_FCS_CTR 0x13 /* 100base-X false carrier counter */ 69 #define MII_BMTPHY_DIS_CTR 0x14 /* 100base-X disconnect counter */ 76 #define AUX_CSR_FLINK 0x4000 /* force 10baseT link pass */ 82 #define AUX_CSR_F100 0x0004 /* force 100base */ 83 #define AUX_CSR_SPEED 0x0002 /* 1 = 100, 0 = 10 */ 94 #define AUX_SS_HCD_10T 0x0100 /* 10baseT */ [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | strto.c | 33 ** base -- numeric base that 'nptr' number is based in 44 sm_strtoll(nptr, endptr, base) 47 register int base; variable 57 ** If base is 0, allow 0x for hex and 0 for octal, else 58 ** assume decimal; if base is already 16, allow 0x. 77 if ((base == 0 || base == 16) && 82 base = 16; 84 if (base == 0) 85 base = c == '0' ? 8 : 10; 90 ** base. An input number that is greater than this value, if [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | microchip,sparx5-serdes.yaml | 34 * 100 Mbps (100BASE-FX) 35 * 1.25 Gbps (SGMII/1000BASE-X/1000BASE-KX) 44 * 100 Mbps (100BASE-FX) 45 * 1.25 Gbps (SGMII/1000BASE-X/1000BASE-KX) 49 * 10 Gbps (10G-USGMII) 50 * 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII) 57 * 1.25 Gbps (SGMII/1000BASE-X/1000BASE-KX) 61 * 10 Gbps (10G-USGMII) 62 * 10.3125 Gbps (10GBASE-R/10GBASE-KR/USXGMII)
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strtoll.c | 1 /* $OpenBSD: strtoll.c,v 1.6 2005/11/10 10:00:17 espie Exp $ */ 50 strtoll(const char *nptr, char **endptr, int base) in strtoll() argument 59 * If base is 0, allow 0x for hex and 0 for octal, else in strtoll() 60 * assume decimal; if base is already 16, allow 0x. in strtoll() 74 if ((base == 0 || base == 16) && in strtoll() 78 base = 16; in strtoll() 80 if (base == 0) in strtoll() 81 base = c == '0' ? 8 : 10; in strtoll() 86 * base. An input number that is greater than this value, if in strtoll() 91 * [-9223372036854775808..9223372036854775807] and the input base in strtoll() [all …]
|
/freebsd/stand/libsa/ |
H A D | printf.c | 56 static char *ksprintn (char *buf, uintmax_t num, int base, int *len, int upper); 73 retval = kvprintf(fmt, putchar_wrapper, NULL, 10, ap); in printf() 82 return (kvprintf(fmt, putchar_wrapper, NULL, 10, ap)); in vprintf() 92 retval = kvprintf(cfmt, NULL, (void *)buf, 10, ap); in sprintf() 128 retval = kvprintf(cfmt, NULL, NULL, 10, ap); in asprintf() 139 retval = kvprintf(cfmt, &snprint_func, &arg, 10, ap); in asprintf() 158 retval = kvprintf(cfmt, &snprint_func, &arg, 10, ap); in snprintf() 175 retval = kvprintf(cfmt, &snprint_func, &arg, 10, ap); in vsnprintf() 188 retval = kvprintf(cfmt, NULL, (void *)buf, 10, ap); in vsprintf() 195 * Put a NUL-terminated ASCII number (base <= 36) in a buffer in reverse [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrFormats.td | 14 // MicroMIPS Base Classes 18 // Base class for MicroMips instructions. 40 // Base class for MicroMIPS 16-bit instructions. 63 let Inst{15-10} = 0x01; 77 let Inst{15-10} = funct; 89 let Inst{15-10} = 0x11; 102 let Inst{15-10} = 0x09; 116 let Inst{15-10} = 0x1b; 129 let Inst{15-10} = op; 141 let Inst{15-10} = op; [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | strtoll.c | 50 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoll_l() argument 62 * If base is 0, allow 0b for binary, 0x for hex, and 0 for in strtoll_l() 63 * octal, else assume decimal; if base is already 2, allow in strtoll_l() 64 * 0b; if base is already 16, allow 0x. in strtoll_l() 78 if ((base == 0 || base == 16) && in strtoll_l() 85 base = 16; in strtoll_l() 87 if ((base == 0 || base == 2) && in strtoll_l() 92 base = 2; in strtoll_l() 94 if (base == 0) in strtoll_l() 95 base = c == '0' ? 8 : 10; in strtoll_l() [all …]
|
H A D | strtoimax.c | 50 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtoimax_l() argument 62 * If base is 0, allow 0x for hex and 0 for octal, else in strtoimax_l() 63 * assume decimal; if base is already 16, allow 0x. in strtoimax_l() 77 if ((base == 0 || base == 16) && in strtoimax_l() 84 base = 16; in strtoimax_l() 86 if ((base == 0 || base == 2) && in strtoimax_l() 91 base = 2; in strtoimax_l() 93 if (base == 0) in strtoimax_l() 94 base = c == '0' ? 8 : 10; in strtoimax_l() 96 if (base < 2 || base > 36) in strtoimax_l() [all …]
|
H A D | strtol.c | 50 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, in strtol_l() argument 62 * If base is 0, allow 0x for hex and 0 for octal, else in strtol_l() 63 * assume decimal; if base is already 16, allow 0x. in strtol_l() 77 if ((base == 0 || base == 16) && in strtol_l() 84 base = 16; in strtol_l() 86 if ((base == 0 || base == 2) && in strtol_l() 91 base = 2; in strtol_l() 93 if (base == 0) in strtol_l() 94 base = c == '0' ? 8 : 10; in strtol_l() 96 if (base < 2 || base > 36) in strtol_l() [all …]
|
H A D | strtoul.3 | 48 .Fn strtoul "const char * restrict nptr" "char ** restrict endptr" "int base" 50 .Fn strtoull "const char * restrict nptr" "char ** restrict endptr" "int base" 53 .Fn strtoumax "const char * restrict nptr" "char ** restrict endptr" "int base" 58 .Fn strtouq "const char *nptr" "char **endptr" "int base" 93 .Fa base , 106 .Fa base 110 prefix, and the number will be read in base 2; or it may include a 113 and the number will be read in base 16; otherwise, a zero 114 .Fa base 115 is taken as 10 (decimal) unless the next character is [all …]
|
H A D | strtoul.c | 50 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) in strtoul_l() argument 74 if ((base == 0 || base == 16) && in strtoul_l() 81 base = 16; in strtoul_l() 83 if ((base == 0 || base == 2) && in strtoul_l() 88 base = 2; in strtoul_l() 90 if (base == 0) in strtoul_l() 91 base = c == '0' ? 8 : 10; in strtoul_l() 93 if (base < 2 || base > 36) in strtoul_l() 96 cutoff = ULONG_MAX / base; in strtoul_l() 97 cutlim = ULONG_MAX % base; in strtoul_l() [all …]
|
/freebsd/lib/libc/iconv/ |
H A D | _strtol.h | 48 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME() argument 55 /* check base value */ in _FUNCNAME() 56 if (base && (base < 2 || base > 36)) { in _FUNCNAME() 64 panic("%s: invalid base %d", __func__, base); in _FUNCNAME() 70 * If base is 0, allow 0x for hex and 0 for octal, else in _FUNCNAME() 71 * assume decimal; if base is already 16, allow 0x. in _FUNCNAME() 85 if ((base == 0 || base == 16) && in _FUNCNAME() 92 base = 16; in _FUNCNAME() 94 if ((base == 0 || base == 2) && in _FUNCNAME() 99 base = 2; in _FUNCNAME() [all …]
|
H A D | _strtoul.h | 47 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME() argument 54 /* check base value */ in _FUNCNAME() 55 if (base && (base < 2 || base > 36)) { in _FUNCNAME() 60 panic("%s: invalid base %d", __func__, base); in _FUNCNAME() 66 * If base is 0, allow 0x for hex and 0 for octal, else in _FUNCNAME() 67 * assume decimal; if base is already 16, allow 0x. in _FUNCNAME() 81 if ((base == 0 || base == 16) && in _FUNCNAME() 88 base = 16; in _FUNCNAME() 90 if ((base == 0 || base == 2) && in _FUNCNAME() 95 base = 2; in _FUNCNAME() [all …]
|
/freebsd/sys/libkern/ |
H A D | strtol.c | 47 strtol(const char *nptr, char **endptr, int base) in strtol() argument 57 * If base is 0, allow 0x for hex and 0 for octal, else in strtol() 58 * assume decimal; if base is already 16, allow 0x. in strtol() 68 if ((base == 0 || base == 16) && in strtol() 72 base = 16; in strtol() 74 if (base == 0) in strtol() 75 base = c == '0' ? 8 : 10; in strtol() 80 * base. An input number that is greater than this value, if in strtol() 85 * [-2147483648..2147483647] and the input base is 10, in strtol() 95 cutlim = cutoff % (unsigned long)base; in strtol() [all …]
|
H A D | strtoq.c | 47 strtoq(const char *nptr, char **endptr, int base) in strtoq() argument 57 * If base is 0, allow 0x for hex and 0 for octal, else in strtoq() 58 * assume decimal; if base is already 16, allow 0x. in strtoq() 72 if ((base == 0 || base == 16) && in strtoq() 76 base = 16; in strtoq() 78 if (base == 0) in strtoq() 79 base = c == '0' ? 8 : 10; in strtoq() 84 * base. An input number that is greater than this value, if in strtoq() 89 * [-9223372036854775808..9223372036854775807] and the input base in strtoq() 90 * is 10, cutoff will be set to 922337203685477580 and cutlim to in strtoq() [all …]
|
/freebsd/lib/libifconfig/ |
H A D | sfp.lua | 131 "10G Ethernet/IB compliance codes, byte 3", 134 description = "10G Ethernet/IB compliance", 137 {0x80, "10G_BASE_ER", "10G Base-ER"}, 138 {0x40, "10G_BASE_LRM", "10G Base-LRM"}, 139 {0x20, "10G_BASE_LR", "10G Base-LR"}, 140 {0x10, "10G_BASE_SR", "10G Base-SR"}, 153 {0x80, "BASE_PX", "BASE-PX"}, 154 {0x40, "BASE_BX10", "BASE-BX10"}, 155 {0x20, "100BASE_FX", "100BASE-FX"}, 156 {0x10, "100BASE_LX_LX10", "100BASE-LX/LX10"}, [all …]
|
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | common.c | 78 long long base, fraction = 0; in size_str() local 82 base = 1 << 30; in size_str() 85 base = 1 << 20; in size_str() 87 } else if (size >= (1 << 10)) { in size_str() 88 base = 1 << 10; in size_str() 91 base = 1; in size_str() 95 if (size / base < 10) in size_str() 96 fraction = (size % base) * 10 / base; in size_str() 98 snprintf(str, ssize, "%lld.%lld%c", size / base, fraction, mag); in size_str() 100 snprintf(str, ssize, "%lld%c", size / base, mag); in size_str() [all …]
|
/freebsd/contrib/bmake/ |
H A D | _strtol.h | 46 _FUNCNAME(const char *nptr, char **endptr, int base) in _FUNCNAME() argument 55 int base, locale_t loc) in _FUNCNAME() 66 /* check base value */ in _FUNCNAME() 67 if (base && (base < 2 || base > 36)) { in _FUNCNAME() 75 panic("%s: invalid base %d", __func__, base); in _FUNCNAME() 81 * If base is 0, allow 0x for hex and 0 for octal, else in _FUNCNAME() 82 * assume decimal; if base is already 16, allow 0x. in _FUNCNAME() 103 if ((base == 0 || base == 16) && in _FUNCNAME() 110 base = 16; in _FUNCNAME() 112 } else if ((base == 0 || base == 2) && in _FUNCNAME() [all …]
|
/freebsd/contrib/tzdata/ |
H A D | antarctica | 22 # Marambio, -6414-05637, since 1969-10-29 46 # The changes occurred on 2009-10-18 at 02:00 (local times). 54 # From Steffen Thorsen (2010-03-10): 61 # - Davis station will revert to its normal time of UTC+7 at 10 March 2010 69 # From Steffen Thorsen (2016-10-28): 73 # From Steffen Thorsen (2020-10-02, as corrected): 111 5:00 - %z 2010 Mar 10 20:00u 126 # Belgium - year-round base 129 # Brazil - year-round base 132 # Bulgaria - year-round base [all...] |
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | OSSL_PROVIDER-base.7 | 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' 99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' 100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' 102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' 133 .IX Title "OSSL_PROVIDER-BASE 7ossl" 134 .TH OSSL_PROVIDER-BASE 7ossl "2023-09-19" "3.0.11" "OpenSSL" 140 OSSL_PROVIDER\-base \- OpenSSL base provider 143 The OpenSSL base provider supplies the encoding for OpenSSL's [all …]
|
/freebsd/contrib/nvi/vi/ |
H A D | v_increment.c | 55 int base, isempty, rval; in v_increment() local 103 * Look for 0[Xx], or leading + or - signs, guess at the base. in v_increment() 111 base = 16; in v_increment() 117 base = 8; in v_increment() 123 base = 10; in v_increment() 129 decimal: base = 10; in v_increment() 138 /* Find the end of the word, possibly correcting the base. */ in v_increment() 140 switch (base) { in v_increment() 145 base = 10; in v_increment() 150 case 10: in v_increment() [all …]
|