/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | police.json | 17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1", 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 40 "$TC actions add action police rate 4Mbit burst 120k index 9" 42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9", 66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98", 69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", 90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde… 93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit", 114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9", 117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb", [all …]
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | on26.c | 193 int k, a, b; in on26_read_block() local 198 udelay(10); in on26_read_block() 199 for (k = 0; k < count; k++) { in on26_read_block() 202 buf[k] = j44(a, b); in on26_read_block() 208 udelay(10); in on26_read_block() 209 for (k = 0; k < count / 2; k++) { in on26_read_block() 210 w2(0x26); buf[2 * k] = r0(); in on26_read_block() 211 w2(0x24); buf[2 * k + 1] = r0(); in on26_read_block() 218 udelay(10); in on26_read_block() 219 for (k = 0; k < count; k++) in on26_read_block() [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/atm/ |
H A D | iphase.rst | 24 - Supports 4K VCs for the server board (with 512K control memory) and 1K 25 VCs for the client board (with 128K control memory). 31 including x575 (OC3, control memory 128K , 512K and packet memory 128K, 32 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See 93 The (i)Chip boards have 3 different packet RAM size variants: 128K, 512K and 101 128K 64K 64K 10K 10K 6 6 102 512K 256K 256K 10K 10K 25 25 103 1M 512K 512K 10K 10K 51 51 115 - RX_SIZE = size of receive buffers in the range (48-64K) 117 - TX_SIZE = size of transmit buffers in the range (48-64K)
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | bindec.S | 12 | value in memory; d0 contains the k-factor sign-extended 23 | The k-factor is saved for use in d7. Clear the 31 | ILOG is the log base 10 of the input value. It is 45 | k-factor can dictate either the total number of digits, 53 | SCALE is equal to 10^ISCALE, where ISCALE is the number 57 | 10^^(abs(ISCALE)) using a rounding mode which is a 89 | result is exactly 10^LEN, decrement ILOG and divide 90 | the mantissa by 10. 95 | to be a fraction; i.e. (mantissa)/10^LEN and adjusted 119 | d7: k-factor [all …]
|
/openbmc/linux/net/ceph/ |
H A D | ceph_hash.c | 19 b = b - c; b = b - a; b = b ^ (a << 10); \ 25 const unsigned char *k = (const unsigned char *)str; in ceph_str_hash_rjenkins() local 37 a = a + (k[0] + ((__u32)k[1] << 8) + ((__u32)k[2] << 16) + in ceph_str_hash_rjenkins() 38 ((__u32)k[3] << 24)); in ceph_str_hash_rjenkins() 39 b = b + (k[4] + ((__u32)k[5] << 8) + ((__u32)k[6] << 16) + in ceph_str_hash_rjenkins() 40 ((__u32)k[7] << 24)); in ceph_str_hash_rjenkins() 41 c = c + (k[8] + ((__u32)k[9] << 8) + ((__u32)k[10] << 16) + in ceph_str_hash_rjenkins() 42 ((__u32)k[11] << 24)); in ceph_str_hash_rjenkins() 44 k = k + 12; in ceph_str_hash_rjenkins() 52 c = c + ((__u32)k[10] << 24); in ceph_str_hash_rjenkins() [all …]
|
/openbmc/linux/crypto/ |
H A D | serpent_generic.c | 25 ({ b ^= d; b ^= c; b ^= a; b ^= PHI ^ i; b = rol32(b, 11); k[j] = b; }) 28 ({ x0 = k[i]; x1 = k[i+1]; x2 = k[i+2]; x3 = k[i+3]; }) 31 ({ k[i] = x0; k[i+1] = x1; k[i+2] = x2; k[i+3] = x3; }) 36 #define K(x0, x1, x2, x3, i) ({ \ macro 37 x3 ^= k[4*(i)+3]; x2 ^= k[4*(i)+2]; \ 38 x1 ^= k[4*(i)+1]; x0 ^= k[4*(i)+0]; \ 48 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \ 49 x1 ^= k[4*i+1]; x0 = rol32(x0, 5); x2 = rol32(x2, 22);\ 50 x0 ^= k[4*i+0]; x2 ^= k[4*i+2]; \ 54 x0 ^= k[4*i+0]; x1 ^= k[4*i+1]; x2 ^= k[4*i+2]; \ [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | keyboard.h | 39 #define KT_LOCK 10 45 #define K(t,v) (((t)<<8)|(v)) macro 49 #define K_F1 K(KT_FN,0) 50 #define K_F2 K(KT_FN,1) 51 #define K_F3 K(KT_FN,2) 52 #define K_F4 K(KT_FN,3) 53 #define K_F5 K(KT_FN,4) 54 #define K_F6 K(KT_FN,5) 55 #define K_F7 K(KT_FN,6) 56 #define K_F8 K(KT_FN,7) [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | color.py | 40 input_string = "[01;35m[K~~~~~~~~~~~~^~~~~~~~[m[K" 45 input_string = "[01;35m[K~~~~~~~~~~~~^~~~~~~~[m[K" 65 handler.write("Progress: [01;35m[K10[m[K%\n") # 10% 67 handler.write("[01;35m[KProgress: 50[m[K%\n") # 50% 68 handler.write("[01;35m[KProgress: 60[m[K%\n") # 60% 71 expected = [(10, None), (50, None), (60, None), (100, None)] 79 handler.write("[01;35m[K1[m[K%\n") # 1% 80 handler.write("[01;35m[K2[m[K%\n") # 2% 81 handler.write("[01;35m[K10[m[K%\n") # 10% 82 handler.write("[01;35m[K100[m[K%\n") # 100% [all …]
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | cmd_ioloop.c | 24 STATE_RX_FCS_ERR = 1<<10, 90 unsigned int k; in io_send() local 98 for (k = 0; k < sizeof(packet) / 2; ++k) in io_send() 101 for (k = 0; k < (size + 1) / 2; ++k) in io_send() 102 FPGA_SET_REG(fpga, ep.transmit_data, k); in io_send() 112 unsigned int k = 0; in io_receive() local 127 ++k; in io_receive() 135 unsigned int k = 0; in io_reflect() local 142 FPGA_GET_REG(fpga, ep.receive_data, &buffer[k++]); in io_reflect() 149 if (!k) in io_reflect() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/debian/pool/main/d/db5.3/ |
H A D | index.html | 12 …b">db5.3-doc_5.3.28+dfsg1-0.5_all.deb</a></td><td align="right">2019-02-26 10:57 </td><td align="… 16 …8+dfsg1-0.5_amd64.deb</a></td><td align="right">2019-02-26 10:11 </td><td align="right"> 21K</td>… 17 …sg1-0.5_arm64.deb</a></td><td align="right">2019-02-26 09:56 </td><td align="right"> 19K</td></tr> 18 …8+dfsg1-0.5_armel.deb</a></td><td align="right">2019-02-26 10:57 </td><td align="right"> 20K</td>… 19 …8+dfsg1-0.5_armhf.deb</a></td><td align="right">2019-02-26 10:57 </td><td align="right"> 19K</td>… 20 …fsg1-0.5_i386.deb</a></td><td align="right">2019-02-26 09:46 </td><td align="right"> 22K</td></tr> 21 …28+dfsg1-0.5_mips.deb</a></td><td align="right">2019-02-26 10:57 </td><td align="right"> 19K</td>… 22 …-0.5_mips64el.deb</a></td><td align="right">2019-02-26 12:42 </td><td align="right"> 19K</td></tr> 23 …g1-0.5_mipsel.deb</a></td><td align="right">2019-02-26 12:42 </td><td align="right"> 19K</td></tr> 24 …1-0.5_ppc64el.deb</a></td><td align="right">2019-02-26 09:56 </td><td align="right"> 23K</td></tr> [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 73 …K`tSS_��������������������������������������������������������������������������������������������… 74 …K=MZ8HQ(;B7FM?OVGW^BRYBRY=MT/?F0AH4=F@IR5=D@HO(-5.59,/41498=DFNUFPX?KN>NPAMQBNR<IJBJQ<FM<GM;IOy��~… 75 …6<ABGL/9<ENR=HL3=A?KO;FJ>JNAMQGVYFUWIW]JZ`HX^HX^P[cR]eS^fVahU`hWbjYdkYdl:T`5K[4JY1CT5GX<M`8H[;Pa��… 76 …k��[q�AXhF\fO`gI[a@RX%7>&;B(9A)<C-@G5HO7JP?QX@RYBRZ<QX1@Ks����ǐ��k��Tl���ꑮ�5NZ<LX@ITAISALR>KR9LM@M… 77 …K.:F1;E")35;@JOR"'*"''46-/$"!=:Xurs�~r��Z��:�u^��o��M~zg��y��o��Nfx?VfAXhF\nf~����t��~… 79 …GP?QY;KW;KW<KX9MT3EP>P[2DO6GT2CP6GT3EQ3CS3CS4DT7GW4DT5EU3CS->N2AQ.=M0?O.=M.;K+8H2?O#1A"0*& &… 81 …/(%$OD=k��y�ċ�Ӏ���Ƒ����Ë�����ȏ�ʍ�͍��{����Dž��{��r��o����ń��g��|����������w��E\dCV]7FT>K[9FM3C… 131 + -10, -10, 10, 132 + 10, -10, 10, 133 + -10, 10, 10, [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | camellia_asm.S | 13 CAMELLIA_F(KEY_BASE + 10, I0, I1, I0) 36 ld [%o0 + 0x00], %f0 ! i0, k[0] 37 ld [%o0 + 0x04], %f1 ! i1, k[1] 38 ld [%o0 + 0x08], %f2 ! i2, k[2] 39 ld [%o0 + 0x0c], %f3 ! i3, k[3] 40 std %f0, [%o1 + 0x00] ! k[0, 1] 42 std %f2, [%o1 + 0x08] ! k[2, 3] 44 be 10f 49 std %f0, [%o1 + 0x20] ! k[8, 9] 57 std %f2, [%o1 + 0x28] ! k[10, 11] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Asturias | 9 TRANSMISSION_MODE = 8K 22 TRANSMISSION_MODE = 8K 35 TRANSMISSION_MODE = 8K 47 TRANSMISSION_MODE = 8K 59 TRANSMISSION_MODE = 8K 71 TRANSMISSION_MODE = 8K 77 [Canal 38: Muy Muy TV, Canal 10, Astrocanal] 84 TRANSMISSION_MODE = 8K 97 TRANSMISSION_MODE = 8K 109 TRANSMISSION_MODE = 8K [all …]
|
/openbmc/u-boot/include/zfs/ |
H A D | vdev_impl.h | 14 #define VDEV_SKIP_SIZE (8 << 10) 15 #define VDEV_BOOT_HEADER_SIZE (8 << 10) 16 #define VDEV_PHYS_SIZE (112 << 10) 17 #define VDEV_UBERBLOCK_RING (128 << 10) 37 char vl_pad[VDEV_SKIP_SIZE]; /* 8K */ 38 vdev_boot_header_t vl_boot_header; /* 8K */ 39 vdev_phys_t vl_vdev_phys; /* 112K */ 40 char vl_uberblock[VDEV_UBERBLOCK_RING]; /* 128K */ 41 } vdev_label_t; /* 256K total */
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 202 # 10 kOhm digital potentiometer with I2C interface 208 # 10 kOhm digital potentiometer with I2C interface 214 # 10-bit 10 kOhm linear programmable voltage divider 216 # 10-bit 50 kOhm linear programmable voltage divider 218 # 10-bit 10 kOhm linear programmable variable resistor 220 # 10-bit 50 kOhm linear programmable variable resistor 276 # Microchip 7-bit Single I2C Digital POT (5k) 278 # Microchip 7-bit Single I2C Digital POT (10 [all...] |
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 34 #define RBDR_SIZE0 0ULL /* 8K entries */ 35 #define RBDR_SIZE1 1ULL /* 16K entries */ 36 #define RBDR_SIZE2 2ULL /* 32K entries */ 37 #define RBDR_SIZE3 3ULL /* 64K entries */ 38 #define RBDR_SIZE4 4ULL /* 126K entries */ 39 #define RBDR_SIZE5 5ULL /* 256K entries */ 40 #define RBDR_SIZE6 6ULL /* 512K entries */ 42 #define SND_QUEUE_SIZE0 0ULL /* 1K entries */ 43 #define SND_QUEUE_SIZE1 1ULL /* 2K entries */ 44 #define SND_QUEUE_SIZE2 2ULL /* 4K entries */ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.34/ |
H A D | index.html | 5 <a href="libblkid-docs/">libblkid-docs/</a> 14-Jun-2019 10:45 … 6 <a href="libfdisk-docs/">libfdisk-docs/</a> 14-Jun-2019 10:45 … 7 <a href="libmount-docs/">libmount-docs/</a> 14-Jun-2019 10:45 … 8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 14-Jun-2019 10:… 9 <a href="sha256sums.asc">sha256sums.asc</a> 14-Jun-2019 10:51 … 10 …x-2.34-rc1.tar.gz">util-linux-2.34-rc1.tar.gz</a> 30-Apr-2019 10:24 10M 11 …2.34-rc1.tar.sign">util-linux-2.34-rc1.tar.sign</a> 30-Apr-2019 10:24 833 12 …x-2.34-rc1.tar.xz">util-linux-2.34-rc1.tar.xz</a> 30-Apr-2019 10:24 5M 13 …x-2.34-rc2.tar.gz">util-linux-2.34-rc2.tar.gz</a> 30-May-2019 10:24 10M 14 …2.34-rc2.tar.sign">util-linux-2.34-rc2.tar.sign</a> 30-May-2019 10:24 833 [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/ |
H A D | index.html | 13 …x-2.30-rc2.tar.gz">util-linux-2.30-rc2.tar.gz</a> 23-May-2017 10:42 9M 14 …2.30-rc2.tar.sign">util-linux-2.30-rc2.tar.sign</a> 23-May-2017 10:42 819 15 …x-2.30-rc2.tar.xz">util-linux-2.30-rc2.tar.xz</a> 23-May-2017 10:42 4M 22 …linux-2.30.tar.gz">util-linux-2.30.tar.gz</a> 02-Jun-2017 10:44 9M 23 …nux-2.30.tar.sign">util-linux-2.30.tar.sign</a> 02-Jun-2017 10:44 819 24 …linux-2.30.tar.xz">util-linux-2.30.tar.xz</a> 02-Jun-2017 10:44 4M 25 …="v2.30-ChangeLog">v2.30-ChangeLog</a> 02-Jun-2017 10:44 28K 26 …30-ChangeLog.sign">v2.30-ChangeLog.sign</a> 02-Jun-2017 10:44 819 27 …2.30-ReleaseNotes">v2.30-ReleaseNotes</a> 02-Jun-2017 10:44 34K 28 …ReleaseNotes.sign">v2.30-ReleaseNotes.sign</a> 02-Jun-2017 10:44 819 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch | 26 -#define _HASH_MIX(h,k,m) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } 42 + b = b - c; b = b - a; b = b ^ (a << 10); \ 60 - uint32_t k = *(uint32_t *)data; /* We don't care about the byte order */ 62 - _HASH_MIX(hash, k, m); 100 - uint32_t k; 103 - k = (t >> sr) | (d << sl); 105 - _HASH_MIX(hash, k, m); 117 - uint32_t k; 126 - k = (t >> sr) | (d << sl); 127 - _HASH_MIX(hash, k, m); [all …]
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 256 unsigned int i, j, k, mutate_amount, cidr; in randomized_test() local 304 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test() 305 mutate_mask[k] = 0xff; in randomized_test() 306 mutate_mask[k] = 0xff in randomized_test() 308 for (; k < 4; ++k) in randomized_test() 309 mutate_mask[k] = 0; in randomized_test() 310 for (k = 0; k < 4; ++k) in randomized_test() 311 mutated[k] = (mutated[k] & mutate_mask[k]) | in randomized_test() 312 (~mutate_mask[k] & in randomized_test() 348 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_jhash.h | 39 const unsigned char *k = key; in jhash() local 44 a += *(volatile u32 *)(k); in jhash() 45 b += *(volatile u32 *)(k + 4); in jhash() 46 c += *(volatile u32 *)(k + 8); in jhash() 49 k += 12; in jhash() 52 case 12: c += (u32)k[11]<<24; in jhash() 53 case 11: c += (u32)k[10]<<16; in jhash() 54 case 10: c += (u32)k[9]<<8; in jhash() 55 case 9: c += k[8]; in jhash() 56 case 8: b += (u32)k[7]<<24; in jhash() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/ |
H A D | index.html | 5 <a href="libblkid-docs/">libblkid-docs/</a> 30-Apr-2015 10:38 … 6 <a href="libfdisk-docs/">libfdisk-docs/</a> 30-Apr-2015 10:40 … 7 <a href="libmount-docs/">libmount-docs/</a> 30-Apr-2015 10:42 … 8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 30-Apr-2015 10:… 9 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:54 … 19 …nux-2.26.2.tar.gz">util-linux-2.26.2.tar.gz</a> 30-Apr-2015 10:44 8M 20 …x-2.26.2.tar.sign">util-linux-2.26.2.tar.sign</a> 30-Apr-2015 10:44 819 21 …nux-2.26.2.tar.xz">util-linux-2.26.2.tar.xz</a> 30-Apr-2015 10:44 4M 25 …="v2.26-ChangeLog">v2.26-ChangeLog</a> 19-Feb-2015 12:47 30K 27 …2.26-ReleaseNotes">v2.26-ReleaseNotes</a> 19-Feb-2015 12:47 51K [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/ |
H A D | index.html | 7 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:53 … 12 <a href="util-linux-2.23-rc2.tar.bz2">util-linux-2.23-rc2.tar.bz2</a> 10-Apr… 13 <a href="util-linux-2.23-rc2.tar.gz">util-linux-2.23-rc2.tar.gz</a> 10-Apr-… 14 <a href="util-linux-2.23-rc2.tar.sign">util-linux-2.23-rc2.tar.sign</a> 10-Ap… 15 <a href="util-linux-2.23-rc2.tar.xz">util-linux-2.23-rc2.tar.xz</a> 10-Apr-… 24 …inux-2.23.tar.bz2">util-linux-2.23.tar.bz2</a> 25-Apr-2013 10:48 5M 25 …linux-2.23.tar.gz">util-linux-2.23.tar.gz</a> 25-Apr-2013 10:48 7M 26 …nux-2.23.tar.sign">util-linux-2.23.tar.sign</a> 25-Apr-2013 10:48 836 27 …linux-2.23.tar.xz">util-linux-2.23.tar.xz</a> 25-Apr-2013 10:48 3M 28 …="v2.23-ChangeLog">v2.23-ChangeLog</a> 25-Apr-2013 10:48 19K [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/ |
H A D | index.html | 8 <a href="sha256sums.asc">sha256sums.asc</a> 12-May-2017 10:53 … 12 …x-2.25-rc2.tar.gz">util-linux-2.25-rc2.tar.gz</a> 02-Jul-2014 10:02 7M 13 …2.25-rc2.tar.sign">util-linux-2.25-rc2.tar.sign</a> 02-Jul-2014 10:02 819 14 …x-2.25-rc2.tar.xz">util-linux-2.25-rc2.tar.xz</a> 02-Jul-2014 10:02 3M 18 …nux-2.25.1.tar.gz">util-linux-2.25.1.tar.gz</a> 03-Sep-2014 10:41 8M 19 …x-2.25.1.tar.sign">util-linux-2.25.1.tar.sign</a> 03-Sep-2014 10:41 819 20 …nux-2.25.1.tar.xz">util-linux-2.25.1.tar.xz</a> 03-Sep-2014 10:41 4M 27 …="v2.25-ChangeLog">v2.25-ChangeLog</a> 22-Jul-2014 09:50 41K 29 …2.25-ReleaseNotes">v2.25-ReleaseNotes</a> 22-Jul-2014 09:50 61K 31 ….25-rc1-ChangeLog">v2.25-rc1-ChangeLog</a> 18-Jun-2014 13:33 489K [all …]
|
/openbmc/linux/include/linux/ |
H A D | drbd_limits.h | 63 #define DRBD_DISK_TIMEOUT_MAX 6000U /* 10 Minutes */ 70 #define DRBD_CONNECT_INT_DEF 10U /* seconds */ 76 #define DRBD_PING_INT_DEF 10U 91 /* I don't think that a tcp send buffer of more than 10M is useful */ 93 #define DRBD_SNDBUF_SIZE_MAX (10U<<20) 98 #define DRBD_RCVBUF_SIZE_MAX (10U<<20) 102 /* @4k PageSize -> 128kB - 512MB */ 108 /* @4k PageSize -> 4kB - 512MB */ 125 /* channel bonding 10 GbE, or other hardware */ 128 #define DRBD_RESYNC_RATE_SCALE 'k' /* kilobytes */ [all …]
|