/openbmc/qemu/tests/tcg/alpha/system/ |
H A D | boot.S | 213 .frame $sp, 48, $23 258 ret $31, ($23), 1 278 .frame $sp, 16, $23 280 stq $23, 0($sp) 283 bsr $23, __divqu 285 ldq $23, 0($sp) 288 ret $31, ($23), 1 306 stq $23, 0($sp) 316 bsr $23, __divqu 322 subq $31, $27, $23 [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.23.rst | 3 Release notes for Yocto-4.0.23 (Kirkstone) 6 Security Fixes in Yocto-4.0.23 23 Fixes in Yocto-4.0.23 64 - poky.conf: bump version for 4.0.23 99 Known Issues in Yocto-4.0.23 105 Contributors to Yocto-4.0.23 139 Repositories / Downloads for Yocto-4.0.23 146 - Tag: :yocto_git:`yocto-4.0.23 </poky/log/?h=yocto-4.0.23>` 151 …https://downloads.yoctoproject.org/releases/yocto/yocto-4.0.23/poky-8e092852b63e998d990b8f8e1aa912… 152 …https://mirrors.kernel.org/yocto/yocto/yocto-4.0.23/poky-8e092852b63e998d990b8f8e1aa91297dec4430f.… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/ |
H A D | fontawesome-webfont.svg | 34 … -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4… 51 …23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -2… 52 …23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q… 53 …23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t… 54 … 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l21… 57 …23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 … 58 …1632 512q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-1600q-14 0 -23 9t-9 23v576q0 14 9 23 t23 9h192… 59 …9 -9 -23 -9t-23 9l-320 320q-9 9 -9 23q0 13 9.5 22.5t22.5 9.5h192v352q0 13 9.5 22.5t22.5 9.5h192q13… 60 …2q-13 0 -22.5 9.5t-9.5 22.5v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q9 9 23 9t23 -9l320 -320q… 63 …-198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q169 0 304 99.5t185 261.5q7 23 30 23h199 q16 0 25 -12q… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.23/ |
H A D | index.html | 2 <head><title>Index of /pub/linux/utils/util-linux/v2.23/</title></head> 4 <h1>Index of /pub/linux/utils/util-linux/v2.23/</h1><hr><pre><a href="../">../</a> 28 <a href="v2.23-ChangeLog">v2.23-ChangeLog</a> 25-Apr-2013 10:48 … 29 <a href="v2.23-ChangeLog.sign">v2.23-ChangeLog.sign</a> 25-Apr-2013 1… 30 <a href="v2.23-ReleaseNotes">v2.23-ReleaseNotes</a> 25-Apr-2013 10:… 31 <a href="v2.23-ReleaseNotes.sign">v2.23-ReleaseNotes.sign</a> 25-Apr-201… 32 <a href="v2.23-rc1-ChangeLog">v2.23-rc1-ChangeLog</a> 22-Mar-2013 12… 33 <a href="v2.23-rc1-ChangeLog.sign">v2.23-rc1-ChangeLog.sign</a> 22-Mar-20… 34 <a href="v2.23-rc2-ChangeLog">v2.23-rc2-ChangeLog</a> 10-Apr-2013 22… 35 <a href="v2.23-rc2-ChangeLog.sign">v2.23-rc2-ChangeLog.sign</a> 10-Apr-20… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/ |
H A D | 0001-fix-negative-shift-constants.patch | 46 -static const int32_t kMinInt24 = -1<<23; 47 +static const int32_t kMinInt24 = 0-(1U<<23); 48 static const int32_t kMaxInt24 = (1<<23) - 1; 59 -static const int32_t kMinInt24 = -1<<23; 60 +static const int32_t kMinInt24 = 0-(1U<<23); 61 static const int32_t kMaxInt24 = (1<<23) - 1; 72 -static const int32_t kMinInt24 = -1<<23; 73 +static const int32_t kMinInt24 = 0-(1U<<23); 74 static const int32_t kMaxInt24 = (1<<23) - 1;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0001-Do-not-use-bundled-packages.patch | 46 @@ -23,5 +23,8 @@ function(get_bzip2 SOURCE_DIR BINARY_DIR) 59 @@ -23,5 +23,9 @@ function(get_catch2) 99 @@ -23,5 +23,8 @@ function(get_curl SOURCE_DIR BINARY_DIR) 112 @@ -23,5 +23,8 @@ function(get_libxml2 SOURCE_DIR BINARY_DIR) 125 @@ -23,5 +23,8 @@ function(get_openssl SOURCE_DIR BINARY_DIR) 166 @@ -23,5 +23,8 @@ function(get_zlib SOURCE_DIR BINARY_DIR) 179 @@ -23,5 +23,9 @@ function(get_zstd)
|
/openbmc/u-boot/include/configs/ |
H A D | ethernut5.h | 117 #define GPIO_I2C_SDA AT91_PIO_PORTA, 23 120 at91_set_pio_periph(AT91_PIO_PORTA, 23, 0); \ 121 at91_set_pio_multi_drive(AT91_PIO_PORTA, 23, 1); \ 127 #define I2C_ACTIVE at91_set_pio_output(AT91_PIO_PORTA, 23, 0) 128 #define I2C_TRISTATE at91_set_pio_input(AT91_PIO_PORTA, 23, 0) 130 #define I2C_SDA(bit) at91_set_pio_value(AT91_PIO_PORTA, 23, bit) 132 #define I2C_READ at91_get_pio_value(AT91_PIO_PORTA, 23)
|
/openbmc/openbmc/meta-google/recipes-google/networking/dhcp-done/ |
H A D | 50-dhcp-done.rules | 3 tcp dport 23 accept 6 counter comment "tcp-server-23-synack" 8 add element inet filter port_to_chain_map { 23 : jump count_port_23 }
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/ |
H A D | scsirastools_1.6.6.bb | 49 # scsirastools-1.6.6/src/sgdiag.c:238:23: error: passing argument 1 of 'ctime' from incompatible po… 53 # scsirastools-1.6.6/src/sgdefects.c:214:23: error: passing argument 1 of 'ctime' from incompatible… 54 # scsirastools-1.6.6/src/sgmode.c:290:23: error: passing argument 1 of 'ctime' from incompatible po… 55 # scsirastools-1.6.6/src/sgdiskmon.c:1278:23: error: passing argument 1 of 'ctime' from incompatibl… 56 # scsirastools-1.6.6/src/sgdskfl.c:318:23: error: passing argument 1 of 'ctime' from incompatible p… 58 # scsirastools-1.6.6/src/sgraidmon.c:1641:23: error: passing argument 1 of 'ctime' from incompatibl… 59 # scsirastools-1.6.6/src/sgsafte.c:1298:23: error: passing argument 1 of 'ctime' from incompatible …
|
/openbmc/openpower-hw-diags/test/ |
H A D | pdbg-test.dts | 12 ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 3A 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 24 ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 113 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 4B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 131 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 155 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 4B 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 173 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 03 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 207 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 4B 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 225 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 03 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 249 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 4B 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; 267 … ATTR_PHYS_BIN_PATH = [ 23 01 00 02 00 03 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]; [all …]
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.h | 45 {{359},{ 9}}, {{231},{ 9}}, {{487},{ 9}}, {{ 23},{ 9}}, {{279},{ 9}}, 70 {{19},{ 5}}, {{11},{ 5}}, {{27},{ 5}}, {{ 7},{ 5}}, {{23},{ 5}} 88 23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 108 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 23, 23, 109 23, 23, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24,
|
/openbmc/phosphor-webui/app/assets/icons/ |
H A D | icon-more.svg | 1 …iewBox="0 0 24.3 24.6"><path d="M12.1 23c-6 0-10.8-4.8-10.8-10.7S6.1 1.6 12.1 1.6s10.7 4.8 10.7 10…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/files/ |
H A D | ac-prog-cxx.patch | 3 Date: Mon, 30 Jul 2012 23:52:49 +0200 15 @@ -23,7 +23,7 @@ AM_CONFIG_HEADER(config.h)
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | multi.its | 13 description = "vanilla-2.6.23"; 30 description = "2.6.23-denx"; 31 data = /incbin/("./2.6.23-denx.bin.gz"); 114 description = "tqm5200 vanilla-2.6.23 configuration"; 121 description = "tqm5200s denx-2.6.23 configuration";
|
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r1_extr_rs_w.c | 20 dsp = (dsp >> 23) & 0x01; in main() 43 dsp = (dsp >> 23) & 0x01; in main() 66 dsp = (dsp >> 23) & 0x01; in main() 89 dsp = (dsp >> 23) & 0x01; in main() 112 dsp = (dsp >> 23) & 0x01; in main()
|
H A D | test_dsp_r1_extr_s_h.c | 20 dsp = (dsp >> 23) & 0x01; in main() 35 dsp = (dsp >> 23) & 0x01; in main() 58 dsp = (dsp >> 23) & 0x01; in main() 81 dsp = (dsp >> 23) & 0x01; in main()
|
H A D | test_dsp_r1_extr_r_w.c | 20 dsp = (dsp >> 23) & 0x01; in main() 43 dsp = (dsp >> 23) & 0x01; in main() 66 dsp = (dsp >> 23) & 0x01; in main() 89 dsp = (dsp >> 23) & 0x01; in main()
|
H A D | test_dsp_r1_extr_w.c | 20 dsp = (dsp >> 23) & 0x01; in main() 43 dsp = (dsp >> 23) & 0x01; in main() 66 dsp = (dsp >> 23) & 0x01; in main() 89 dsp = (dsp >> 23) & 0x01; in main()
|
H A D | test_dsp_r1_extrv_s_h.c | 24 dsp = (dsp >> 23) & 0x01; in main() 41 dsp = (dsp >> 23) & 0x01; in main() 66 dsp = (dsp >> 23) & 0x01; in main() 83 dsp = (dsp >> 23) & 0x01; in main()
|
/openbmc/qemu/include/hw/misc/ |
H A D | aspeed_scu.h | 109 * 25:23 APB PCLK divider selection 123 #define SCU_CLK_GET_PCLK_DIV(x) (((x) >> 23) & 0x7) 168 * 23 Enable 25 MHz reference clock input 173 * 23,18 Clock source selection 206 /* bit 23, 18 [1,0] */ 207 #define SCU_AST2400_HW_STRAP_SET_CLK_SOURCE(x) (((((x) & 0x3) >> 1) << 23) \ 209 #define SCU_AST2400_HW_STRAP_GET_CLK_SOURCE(x) (((((x) >> 23) & 0x1) << 1) \ 211 #define SCU_AST2400_HW_STRAP_CLK_SOURCE_MASK ((0x1 << 23) | (0x1 << 18)) 212 #define SCU_HW_STRAP_CLK_25M_IN (0x1 << 23) 277 * 23 Select 25 MHz reference clock input mode [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hdf5/files/ |
H A D | 0001-cmake-remove-build-flags.patch | 20 @@ -23,23 +23,23 @@ Linking Options:
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | usage.rst | 1464 drwxr-xr-x 38 root root 0 Nov 14 23:19 . 1465 drwxr-xr-x 5 root root 0 Nov 14 23:19 .. 1466 drwxr-xr-x 19 root root 0 Nov 14 23:19 block 1467 drwxr-xr-x 32 root root 0 Nov 14 23:19 btrfs 1468 drwxr-xr-x 5 root root 0 Nov 14 23:19 drm 1469 -rw-r--r-- 1 root root 0 Nov 14 23:19 enable 1470 drwxr-xr-x 40 root root 0 Nov 14 23:19 ext3 1471 drwxr-xr-x 79 root root 0 Nov 14 23:19 ext4 1472 drwxr-xr-x 14 root root 0 Nov 14 23:19 ftrace 1473 drwxr-xr-x 8 root root 0 Nov 14 23:19 hda [all …]
|
/openbmc/entity-manager/configurations/nuvoton/ |
H A D | nuvoton_npcm8xx_evb.json | 4 "EntityId": 23, 39 "EntityId": 23, 74 "EntityId": 23, 109 "EntityId": 23, 144 "EntityId": 23, 179 "EntityId": 23, 214 "EntityId": 23, 249 "EntityId": 23,
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.26/ |
H A D | index.html | 16 …nux-2.26.1.tar.gz">util-linux-2.26.1.tar.gz</a> 13-Mar-2015 14:23 8M 17 …x-2.26.1.tar.sign">util-linux-2.26.1.tar.sign</a> 13-Mar-2015 14:23 819 18 …nux-2.26.1.tar.xz">util-linux-2.26.1.tar.xz</a> 13-Mar-2015 14:23 4M 33 …v2.26.1-ChangeLog">v2.26.1-ChangeLog</a> 13-Mar-2015 14:23 32K 34 ….1-ChangeLog.sign">v2.26.1-ChangeLog.sign</a> 13-Mar-2015 14:23 819 35 …26.1-ReleaseNotes">v2.26.1-ReleaseNotes</a> 13-Mar-2015 14:23 2944 36 …ReleaseNotes.sign">v2.26.1-ReleaseNotes.sign</a> 13-Mar-2015 14:23 819
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/ |
H A D | index.html | 13 <a href="util-linux-2.30-rc2.tar.gz">util-linux-2.30-rc2.tar.gz</a> 23-May-… 14 <a href="util-linux-2.30-rc2.tar.sign">util-linux-2.30-rc2.tar.sign</a> 23-Ma… 15 <a href="util-linux-2.30-rc2.tar.xz">util-linux-2.30-rc2.tar.xz</a> 23-May-… 29 <a href="v2.30-rc1-ChangeLog">v2.30-rc1-ChangeLog</a> 23-May-2017 10… 30 <a href="v2.30-rc1-ChangeLog.sign">v2.30-rc1-ChangeLog.sign</a> 23-May-20… 31 <a href="v2.30-rc2-ChangeLog">v2.30-rc2-ChangeLog</a> 23-May-2017 10… 32 <a href="v2.30-rc2-ChangeLog.sign">v2.30-rc2-ChangeLog.sign</a> 23-May-20…
|