Home
last modified time | relevance | path

Searched +full:8 +full:kb (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/freebsd/tools/diag/prtblknos/
H A DREADME16 lbn 8-11 blkno 3217864-3217895 distance 216
18 lbn 12-19 blkno 3217904-3217967 distance 8
30 size blocks which by today's default is 32Kb.
34 fragment. Since the default size for fragments today is 4Kb, the
35 physical block numbers reference 4Kb blocks. The distances listed
36 above are also in physical block size units. Thus a distance of 8
37 means a separation of just one 32Kb block. For example lbn 11, ends
38 at 3217895, the 32Kb first level indirect immediately follows it at
39 3217896-3217903, and lbn 12 starts distance 8 after lbn 11 immediately
43 half the block size (say 32Kb blocks with 16Kb fragments) then the
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c46 #define KB (1024UL) macro
204 (((sc->vga_crtc.crtc_overflow & CRTC_OF_VDE8) >> CRTC_OF_VDE8_SHIFT) << 8) | in vga_check_size()
219 offset = (y * sc->gc_width / 8) + (x / 8); in vga_get_pixel()
220 bit = 7 - (x % 8); in vga_get_pixel()
222 data = (((sc->vga_ram[offset + 0 * 64*KB] >> bit) & 0x1) << 0) | in vga_get_pixel()
223 (((sc->vga_ram[offset + 1 * 64*KB] >> bit) & 0x1) << 1) | in vga_get_pixel()
224 (((sc->vga_ram[offset + 2 * 64*KB] >> bit) & 0x1) << 2) | in vga_get_pixel()
225 (((sc->vga_ram[offset + 3 * 64*KB] >> bit) & 0x1) << 3); in vga_get_pixel()
269 ch = sc->vga_ram[offset + 0 * 64*KB]; in vga_get_text_pixel()
270 attr = sc->vga_ram[offset + 1 * 64*KB]; in vga_get_text_pixel()
[all …]
/freebsd/share/man/man4/
H A Dsym.495 for a maximum of 446 outstanding commands per bus, 8 LUNs per target
206 .It "sym53c810 10MHz 8Bit N N Y"
207 .It "sym53c810a 10MHz 8Bit N N Y"
208 .It "sym53c815 10MHz 8Bit N N Y"
210 .It "sym53c825a 10MHz 16Bit 4KB N Y"
211 .It "sym53c860 20MHz 8Bit N N Y"
212 .It "sym53c875 20MHz 16Bit 4KB N Y"
213 .It "sym53c876 20MHz 16Bit 4KB N Y"
214 .It "sym53c885 20MHz 16Bit 4KB N Y"
215 .It "sym53c895 40MHz 16Bit 4KB N Y"
[all …]
H A Dfdc.491 possible to use either a 720 KB medium or a 1440 KB medium in a
124 (like 1200 KB for 5.25 inch HD drives or 1440 KB for 3.5 inch HD
128 .Xr fdcontrol 8 .
135 5.25 inch double-density device with 40 cylinders (360 KB native
138 5.25 inch high-density device with 80 cylinders (1200 KB native
141 3.5 inch double-density device with 80 cylinders (720 KB native
144 3.5 inch high-density device with 80 cylinders (1440 KB native
147 3.5 inch extra-density device with 80 cylinders (2880 KB native
148 capacity, usage currently restricted to at most 1440 KB media)
353 threshold setting. The default is 8 bytes.
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-arcfour.c71 krb5_keyblock kb; in _krb5_HMAC_MD5_checksum() local
90 ksign.key = &kb; in _krb5_HMAC_MD5_checksum()
91 kb.keyvalue = ksign_c.checksum; in _krb5_HMAC_MD5_checksum()
94 t[1] = (usage >> 8) & 0xFF; in _krb5_HMAC_MD5_checksum()
136 krb5_keyblock kb; in ARCFOUR_subencrypt() local
143 t[1] = (usage >> 8) & 0xFF; in ARCFOUR_subencrypt()
159 ke.key = &kb; in ARCFOUR_subencrypt()
160 kb.keyvalue = k2_c.checksum; in ARCFOUR_subencrypt()
169 ke.key = &kb; in ARCFOUR_subencrypt()
170 kb.keyvalue = k1_c.checksum; in ARCFOUR_subencrypt()
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcireg.h37 * BAR0 size: 8KB
49 * BAR0 size: 16KB
60 * BAR0 size: 16KB
71 * BAR0 size: 32KB
84 * 4KB mapping, newer devices will vary.
131 #define BHNDB_PCI_V0_BAR0_SIZE 0x2000 /* 8KB BAR0 */
146 #define BHNDB_PCI_V1_BAR0_SIZE 0x4000 /* 16KB BAR0 */
151 #define BHNDB_PCI_V1_BAR0_PCIREG_OFFSET 0x2000 /* bar0 + 8K accesses pci/pcie core registers */
161 #define BHNDB_PCI_V2_BAR0_SIZE 0x4000 /* 16KB BAR0 */
166 #define BHNDB_PCI_V2_BAR0_PCIREG_OFFSET 0x2000 /* bar0 + 8K accesses pci/pcie core registers */
[all …]
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h76 * are always 64KB. Logical file buffers are typically 16KB. All data
85 * to optimize storage efficiency. The minimum fragment size is 1KB.
94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB
95 * buffer. Indirect blocks down to 1KB are supported to keep small
99 * using 64KB indirect blocks (128 byte refs, 512 or radix 9 per indblk).
165 * <= 512KB. Up to 4 directory entries can be referenced from a directory
168 * Indirect blocks are typically either 4KB (64 blockrefs / ~4MB represented),
169 * or 64KB (1024 blockrefs / ~64MB represented).
205 * 8 level
[all...]
/freebsd/sys/x86/x86/
H A Didentcpu.c185 #define MAX_BRAND_INDEX 8
575 if ((cyrix_did & 0x0f) < 8) in printcpuinfo()
1148 printf(" Revision=%u", (cyrix_did & 0x0f00) >> 8); in printcpuinfo()
1291 * F E D C B A 9 8 7 6 5 4 3 2 1 0
1322 cyrix_did = read_cyrix_reg(DIR1) << 8; in identifycyrix()
1390 * http://kb.vmware.com/kb/1009458 in identify_hypervisor_cpuid_base()
1727 if ((cyrix_did & 0x000f) < 8) in finishidentcpu()
1817 case 6: printf(", 8-way associative\n"); break; in print_AMD_l2_assoc()
1818 case 8: printf(", 16-way associative\n"); break; in print_AMD_l2_assoc()
1838 print_AMD_assoc((regs[0] >> 8) & 0xff); in print_AMD_info()
[all …]
/freebsd/share/man/man4/man4.i386/
H A Dsbni.424 .Dd January 8, 2002
75 0 baud rate (2Mb in fast mode/500kb in slow)
77 1 baud rate (1Mb/250kb)
79 2 baud rate (500kb/125kb)
81 3 baud rate (250kb/62.5kb)
106 .Xr ifconfig 8
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_lfsr.c60 char kb[256]; in main() local
74 key.data = kb; in main()
84 c = len >> 8; in main()
85 memset(kb, c, key.size); in main()
106 c = len >> 8; in main()
107 memset(kb, c, key.size); in main()
123 if (memcmp(key.data, kb, key.size) != 0) in main()
137 c = len >> 8; in main()
138 memset(kb, c, key.size); in main()
159 c = len >> 8; in main()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual19 #>8 ubelong !0x00000002 \b, Features %#x
21 #>8 ubelong &0x00000002 \b, Reserved %#x
28 #>(16.Q) string x "%-.8s"
83 # VHDX_HEADER signature. 1 header is stored at offset 64KB and the other at 128KB
89 >>8 lestring16 x \b, by %.256s
90 # The Checksum field is a CRC-32C hash over the entire 4 KB structure
116 # Log Entry Length must be a multiple of 4 KB
117 >>>(0x10048.q+8) ulelong/1024 >4 \b, EntryLength %u KB
118 # Log Entry Tail must be a multiple of 4 KB
122 # Log Entry DescriptorCount may be zero. only 4 bytes in other docs instead 8
[all …]
H A Dconsole110 >>8 byte&0x09 =1 [H-mirror]
111 >>8 byte&0x09 =2 [V-mirror]
112 >>8 byte&0x02 =3 [VRAM]
177 >0 byte 5 \b, ROM: 8Mbit
321 >8 beshort 0xAABB Sega Mega Drive / Genesis ROM image (SMD format):
327 >8 beshort 0xAABB Sega Mega Drive / Genesis ROM image (SMD format):
364 >0x0E ubyte&0xF0 0x80 8
380 >0x0F ubyte&0x0F 0x0A (8 KB)
381 >0x0F ubyte&0x0F 0x0B (16 KB)
382 >0x0F ubyte&0x0F 0x0C (32 KB)
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-sm-k26-revA.dts88 gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
97 <&xilinx_ams 6>, <&xilinx_ams 7>, <&xilinx_ams 8>,
160 reg = <0x0 0x80000>; /* 512KB */
166 reg = <0x80000 0x80000>; /* 512KB */
172 reg = <0x100000 0x20000>; /* 128KB */
176 reg = <0x120000 0x20000>; /* 128KB */
180 reg = <0x140000 0xC0000>; /* 768KB */
188 reg = <0xF00000 0x80000>; /* 512KB */
198 reg = <0x1C80000 0x80000>; /* 512KB */
220 reg = <0x2200000 0x20000>; /* 128KB */
[all …]
/freebsd/sys/dev/cesa/
H A Dcesa.h36 * CESA is able to process data only in CESA SRAM, which is quite small (2 kB).
39 * packets and each packet can hold about 1.75 kB of data.
42 * descriptors. However there are cases when we use 2 SA and 8 TDMA descriptors
49 * Expected average request size: 1.5 kB (Ethernet MTU)
50 * Packets per average request: (1.5 kB / 1.75 kB) = 1
52 * TDMA desctiptors per average request (worst case): 1 * 8 = 8
60 /* Values below are optimized for requests containing about 1.5 kB of data */
62 #define CESA_TDMA_DESC_PER_REQ 8
289 #define CESA_CSHD_DES (1 << 8)
290 #define CESA_CSHD_3DES (2 << 8)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp56 GISelKnownBits &KB, GISelCSEInfo *CSEInfo,
132 GISelKnownBits &KB, GISelCSEInfo *CSEInfo, in AMDGPUPostLegalizerCombinerImpl() argument
135 : Combiner(MF, CInfo, TPC, &KB, CSEInfo), RuleConfig(RuleConfig), STI(STI), in AMDGPUPostLegalizerCombinerImpl()
137 Helper(Observer, B, /*IsPreLegalize*/ false, &KB, MDT, LI), in AMDGPUPostLegalizerCombinerImpl()
220 const APInt Mask = APInt::getHighBitsSet(SrcSize, SrcSize - 8); in matchUCharToFloat()
330 unsigned ShiftOffset = 8 * Offset; in matchCvtF32UByteN()
338 return ShiftOffset < 32 && ShiftOffset >= 8 && (ShiftOffset % 8) == 0; in matchCvtF32UByteN()
347 unsigned NewOpc = AMDGPU::G_AMDGPU_CVT_F32_UBYTE0 + MatchInfo.ShiftOffset / 8; in applyCvtF32UByteN()
353 assert(SrcTy.isScalar() && SrcTy.getSizeInBits() >= 8); in applyCvtF32UByteN()
389 return Width == 8; in matchCombineSignExtendInReg()
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb.h45 #define IXGBE_DCB_MAX_CREDIT 4095 /* Maximum credit supported: 256KB * 1024 / 64B */
47 /* 513 for 32KB TSO packet */
52 #define IXGBE_DCB_MAX_USER_PRIORITY 8
53 #define IXGBE_DCB_MAX_BW_GROUP 8
70 * If 8 traffic classes can be configured, the value is 0x80. */
110 /* PBA[0-7] each use 64KB FIFO */
112 /* PBA[0-3] each use 80KB, PBA[4-7] each use 48KB */
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h30 AddrMode32B = 1, // ld32.b, ld32.bs, st32.b, st32.bs, +4kb
31 AddrMode32H = 2, // ld32.h, ld32.hs, st32.h, st32.hs, +8kb
32 AddrMode32WD = 3, // ld32.w, st32.w, ld32.d, st32.d, +16kb
35 AddrMode16W = 6, // ld16.w, +128b or +1kb
36 AddrMode32SDF = 7, // flds, fldd, +1kb
/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni.c122 const unsigned char *kb; in x86ni_keysched() local
152 kb = key; in x86ni_keysched()
157 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched()
166 KEXP128(t1, 8, 0x80); in x86ni_keysched()
172 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched()
173 t3 = _mm_loadu_si128((const void *)(kb + 8)); in x86ni_keysched()
183 t1 = _mm_loadu_si128((const void *)kb); in x86ni_keysched()
184 t3 = _mm_loadu_si128((const void *)(kb + 16)); in x86ni_keysched()
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_KDF-KB.730 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
75 . ds #V .8m
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#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'
121 . ds 8 ss
133 .IX Title "EVP_KDF-KB 7ossl"
134 .TH EVP_KDF-KB 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 EVP_KDF\-KB \- The Key\-Based EVP_KDF implementation
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Dfacebook-bmc-flash-layout-128.dtsi10 * u-boot partition: 896KB.
18 * u-boot environment variables: 64KB.
26 * image metadata partition (64KB), used by Facebook internal
43 * "data0" partition (8MB) is used by Facebook BMC platforms as
/freebsd/lib/geom/part/
H A Dgpart.8222 .Xr boot0cfg 8
530 .Xr geom 8 .
533 .Xr geom 8 .
536 .Xr geom 8 .
539 .Xr geom 8 .
553 .Xr disklabel 8 ,
603 .Xr glabel 8
657 .Qq Li "!516e7cb4-6ecf-11d6-8ff8-00022d09712b"
673 .Qq Li "!516e7cb5-6ecf-11d6-8ff8-00022d09712b"
682 .Qq Li "!516e7cb6-6ecf-11d6-8ff8-00022d09712b"
[all …]
/freebsd/share/termcap/
H A Dtermcap60 # 2p Has two pages of memory. Likewise 4p, 8p, etc.
116 :bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\
121 :kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
152 :kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
167 :ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\
171 :kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
214 :KM=/usr/lib/ua/kmap.5410:is=\E[0m^O\E[?6l:kn#8:\
219 :am:da:db:ms:bs:co#80:it#8:li#60:lm#0:\
227 :kb=\b:kC=\E[2J:kh=\E[H:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dclevels.h26 { /* "default" - for any srcSize > 256 KB */
35 { 21, 19, 20, 4, 5, 8, ZSTD_lazy }, /* level 7 */
36 { 21, 19, 20, 4, 5, 16, ZSTD_lazy2 }, /* level 8 */
52 { /* for srcSize <= 256 KB */
62 { 18, 18, 19, 4, 4, 8, ZSTD_lazy2 }, /* level 8 */
63 { 18, 18, 19, 5, 4, 8, ZSTD_lazy2 }, /* level 9 */
64 { 18, 18, 19, 6, 4, 8, ZSTD_lazy2 }, /* level 10 */
71 { 18, 19, 19, 8, 3,256, ZSTD_btultra }, /* level 17.*/
73 { 18, 19, 19, 8, 3,256, ZSTD_btultra2}, /* level 19.*/
78 { /* for srcSize <= 128 KB */
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_max_cert_list.330 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
75 . ds #V .8m
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#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'
121 . ds 8 ss
175 The default value for the maximum certificate chain size is 100kB (30kB
179 without special extensions have a typical size of 1\-2kB).
/freebsd/usr.bin/limits/
H A Dlimits.c79 { " cputime%-4s %8s", " secs\n", 1 },
80 { " filesize%-4s %8s", " kB\n", 1024 },
81 { " datasize%-4s %8s", " kB\n", 1024 },
82 { " stacksize%-4s %8s", " kB\n", 1024 },
83 { " coredumpsize%-4s %8s", " kB\n", 1024 },
84 { " memoryuse%-4s %8s", " kB\n", 1024 },
85 { " memorylocked%-4s %8s", " kB\n", 1024 },
86 { " maxprocesses%-4s %8s", "\n", 1 },
87 { " openfiles%-4s %8s", "\n", 1 },
88 { " sbsize%-4s %8s", " bytes\n", 1 },
[all …]

12345678910>>...27