/openbmc/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_formats.c | 57 * The 257 is the "conversion ratio". This number is obtained by the in ARGB8888_to_argb_u16() 62 out_pixel->a = (u16)src_pixels[3] * 257; in ARGB8888_to_argb_u16() 63 out_pixel->r = (u16)src_pixels[2] * 257; in ARGB8888_to_argb_u16() 64 out_pixel->g = (u16)src_pixels[1] * 257; in ARGB8888_to_argb_u16() 65 out_pixel->b = (u16)src_pixels[0] * 257; in ARGB8888_to_argb_u16() 71 out_pixel->r = (u16)src_pixels[2] * 257; in XRGB8888_to_argb_u16() 72 out_pixel->g = (u16)src_pixels[1] * 257; in XRGB8888_to_argb_u16() 73 out_pixel->b = (u16)src_pixels[0] * 257; in XRGB8888_to_argb_u16() 165 dst_pixels[3] = DIV_ROUND_CLOSEST(in_pixel->a, 257); in argb_u16_to_ARGB8888() 166 dst_pixels[2] = DIV_ROUND_CLOSEST(in_pixel->r, 257); in argb_u16_to_ARGB8888() [all …]
|
/openbmc/linux/lib/ |
H A D | test-kstrtox.c | 79 {"257", 10, 257ULL}, in test_kstrtoull_ok() 248 {"257", 10, 257LL}, in test_kstrtoll_ok() 303 {"257", 10, 257}, in test_kstrtou64_ok() 357 {"257", 10, 257}, in test_kstrtos64_ok() 406 {"257", 10, 257}, in test_kstrtou32_ok() 460 {"257", 10, 257}, in test_kstrtos32_ok() 509 {"257", 10, 257}, in test_kstrtou16_ok() 565 {"257", 10, 257}, in test_kstrtos16_ok() 623 {"257", 10}, in test_kstrtou8_fail() 677 {"257", 10}, in test_kstrtos8_fail()
|
/openbmc/openbmc/poky/meta-poky/recipes-core/psplash/files/ |
H A D | psplash-poky-img.h | 84 "\377\313\314\315\377\254\257\257\377\224\227\230\377\214\220\221\377" \ 88 "\345\377\315\316\317\377\257\262\263\377\225\230\231\377\216\221\222" \ 96 "\265\266\377\253\256\257\377\247\252\253\377\244\235\240\241\377\1}\200" \ 104 "\377\272\350\354\340\377\6\324\325\325\377\257\261\262\377\213\217\220" \ 110 "\264\266\266\377V[]\377\234.46\377\2PUV\377\253\256\257\377\264\350\354" \ 116 "\377\231\233\234\377\257\350\354\340\377\3\325\326\327\377\214\220\221" \ 117 "\377EJL\377\325.46\377\1\265\267\270\377\231\350\354\340\377\2\255\257" \ 122 "\267\377\253\350\354\340\377\2\253\256\257\377PUV\377\330.46\377\1\265" \ 175 "\257\257\377\225\350\354\340\377\1y|~\377\222.46\377\4/57\377]ac\377" \ 176 "\247\252\253\377\346\347\347\377\257\350\354\340\377\1\302\303\304\377" \ [all …]
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | 11.json | 319 "id": 257, 342 "id": 257, 365 "id": 257, 388 "id": 257, 411 "id": 257, 434 "id": 257, 457 "id": 257, 480 "id": 257,
|
/openbmc/linux/drivers/iio/potentiometer/ |
H A D | mcp4531.c | 14 * mcp4551 1 257 5, 10, 50, 100 010111x 15 * mcp4552 1 257 5, 10, 50, 100 01011xx 16 * mcp4561 1 257 5, 10, 50, 100 010111x 17 * mcp4562 1 257 5, 10, 50, 100 01011xx 22 * mcp4651 2 257 5, 10, 50, 100 0101xxx 23 * mcp4652 2 257 5, 10, 50, 100 01011xx 24 * mcp4661 2 257 5, 10, 50, 100 0101xxx 25 * mcp4662 2 257 5, 10, 50, 100 01011xx
|
H A D | mcp4131.c | 15 * mcp4151 1 257 5, 10, 50, 100 16 * mcp4152 1 257 5, 10, 50, 100 17 * mcp4161 1 257 5, 10, 50, 100 18 * mcp4162 1 257 5, 10, 50, 100 23 * mcp4251 2 257 5, 10, 50, 100 24 * mcp4252 2 257 5, 10, 50, 100 25 * mcp4261 2 257 5, 10, 50, 100 26 * mcp4262 2 257 5, 10, 50, 100
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | 11.json | 2354 "id": 257, 2377 "id": 257, 2400 "id": 257, 2423 "id": 257, 2446 "id": 257, 2469 "id": 257, 2492 "id": 257, 2515 "id": 257, 2538 "id": 257, 2561 "id": 257, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | strncpy-truncation.patch | 15 @@ -257,10 +257,15 @@ static void cli_rl_display_wrapped_text(
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
H A D | 0003-check-whether-password-expired-with-pam.patch | 33 @@ -257,6 +257,10 @@ int lxdm_auth_user_authenticate(LXDM_AUTH *a,const char *user,const char *pass…
|
/openbmc/qemu/audio/ |
H A D | spiceaudio.c | 200 svol[0] = vol->vol[0] * 257; in line_out_volume() 201 svol[1] = vol->vol[1] * 257; in line_out_volume() 287 svol[0] = vol->vol[0] * 257; in line_in_volume() 288 svol[1] = vol->vol[1] * 257; in line_in_volume()
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | 11.json | 3647 "id": 257, 3670 "id": 257, 3693 "id": 257, 3716 "id": 257, 3739 "id": 257, 3762 "id": 257, 3785 "id": 257, 3808 "id": 257, 3831 "id": 257, 3854 "id": 257, [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/ |
H A D | psplash-raspberrypi-img.h | 24 ")\377\0\0\0\0\350\0\0\0\0\4\0\0\0\1\0\0\0F\0\0\0\257\0\0\0\374\221\0" \ 51 "\0\33\377\0\0\0\0\257\0\0\0\0\2\0\0\0""3\0\0\0\300\321\0\0\0\377\7\0" \ 142 "\4\0\0\0\30\0\0\0d\0\0\0\257\0\0\0\351\272\0\0\0\377\11\2\3\1\377Ij\31" \ 279 "\3\5\1\377\253\0\0\0\377\1\0\0\0\257\277\0\0\0\0\1\0\0\0\40\257\0\0\0" \ 294 "\377\1o\240&\377\374u\251(\377\2Z\203\37\377\6\10\2\377\257\0\0\0\377" \ 721 "\2\3\1\377\244\0\0\0\377\1Gf\30\377\257u\251(\377\2Pt\33\377\13\17\4" \ 769 "\2\10\14\3\377Rv\34\377\234u\251(\377\2t\250(\377'8\15\377\257\0\0\0" \ 789 "\15\3\377\231\0\0\0\377\2\0\0\0\257\0\0\0\7\345\0\0\0\0\2\0\0\0\35\0" \ 1016 "\257\0\0\0\377\1\0\0\0\303\377\0\0\0\0\307\0\0\0\0\1\0\0\0\230\264\0" \ 1031 "\0\0\0\0\313\0\0\0\0\2\0\0\0\40\0\0\0\352\257\0\0\0\377\2\13\21\4\377" \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 13 @@ -257,6 +257,7 @@ 56 @@ -257,6 +257,7 @@ fn wait_on_child(
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0001-linux-syslinux-support-ext2-3-4-device.patch | 25 @@ -257,6 +257,23 @@ int do_open_file(char *name)
|
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | 11.json | 3875 "id": 257, 3898 "id": 257, 3921 "id": 257, 3944 "id": 257, 3967 "id": 257, 3990 "id": 257, 4013 "id": 257, 4036 "id": 257, 4059 "id": 257, 4082 "id": 257, [all …]
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inftrees.c | 46 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in zlib_inflate_table() 49 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in zlib_inflate_table() 54 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, in zlib_inflate_table() 175 base -= 257; in zlib_inflate_table() 177 extra -= 257; in zlib_inflate_table()
|
/openbmc/u-boot/lib/zlib/ |
H A D | inftrees.c | 56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() 59 static const unsigned short lext[31] = { /* Length codes 257..285 extra */ in inflate_table() 64 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, in inflate_table() 185 base -= 257; in inflate_table() 187 extra -= 257; in inflate_table()
|
/openbmc/linux/include/uapi/sound/ |
H A D | snd_ar_tokens.h | 57 #define SND_SOC_AR_TPLG_VOL_CTL 257 229 #define AR_TKN_U32_MODULE_WS_SRC 257
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | sparsemem.h | 7 * zx1: 0-1, 257-260, 4-256
|
/openbmc/libpldm/include/libpldm/ |
H A D | state_set.h | 104 PLDM_STATE_SET_DEVICE_POWER_STATE = 257, 262 /* @brief List of states for Device Power State set (ID 257).
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 62 "\x02\x82\x01\x01" /* INTEGER, offset: 7, length: 257 */ 81 "\x02\x82\x01\x01" /* INTEGER, offset 273, length 257 */ 305 test_rsa2048_priv_key + 7 + 4, 257 }, 309 test_rsa2048_priv_key + 273 + 4, 257 },
|
/openbmc/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt2701.c | 207 MTK_PIN_DRV_GRP(257, 0xce0, 0, 2), 266 MTK_PIN_PUPD_SPEC_SR(257, 0xf40, 0, 1, 2), /* ms0e dat0 */ 332 MTK_PIN_IES_SMT_SPEC(249, 257, 0xfc0, 4), 422 MTK_PIN_IES_SMT_SPEC(257, 257, 0xf40, 3), 448 MTK_PINMUX_SPEC(257, 0xef0, 0),
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | asiliantfb.c | 135 * together with 3 <= n <= 257. */ in asiliant_calc_dclk2() 136 for (n = 3; n <= 257; n++) { in asiliant_calc_dclk2() 139 /* 3 <= m <= 257 */ in asiliant_calc_dclk2() 140 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2() 162 if (best_m > 257) in asiliant_calc_dclk2()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
H A D | trigger-synthetic_event_syntax_errors.tc | 26 check_error 'myevent char ^str[257]' # INVALID_ARRAY_SPEC
|
/openbmc/linux/drivers/gpu/drm/amd/include/ivsrcid/vmc/ |
H A D | irqsrcs_vmc_1_0.h | 32 #define VMC_1_0__SRCID__VM_CONTEXT1_ALL 257
|