Home
last modified time | relevance | path

Searched full:257 (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/kernel/linux/linux-6.6/drivers/gpu/drm/vkms/
Dvkms_formats.c57 * 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 …]
/kernel/linux/linux-5.10/lib/
Dtest-kstrtox.c79 {"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()
/kernel/linux/linux-6.6/lib/
Dtest-kstrtox.c79 {"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()
/kernel/linux/linux-6.6/drivers/iio/potentiometer/
Dmcp4531.c14 * 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
Dmcp4131.c15 * 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
/kernel/linux/linux-5.10/drivers/iio/potentiometer/
Dmcp4531.c14 * 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
Dmcp4131.c15 * 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
/kernel/linux/linux-6.6/lib/zlib_inflate/
Dinftrees.c46 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()
/kernel/linux/linux-5.10/lib/zlib_inflate/
Dinftrees.c46 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()
Dinffast.c101 end = out + (strm->avail_out - 257); in inflate_fast()
322 257 + (end - out) : 257 - (out - end)); in inflate_fast()
/kernel/linux/linux-6.6/include/uapi/sound/
Dsnd_ar_tokens.h57 #define SND_SOC_AR_TPLG_VOL_CTL 257
229 #define AR_TKN_U32_MODULE_WS_SRC 257
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dsparsemem.h7 * zx1: 0-1, 257-260, 4-256
/kernel/linux/linux-6.6/arch/parisc/include/asm/
Dsparsemem.h7 * zx1: 0-1, 257-260, 4-256
/kernel/linux/linux-6.6/scripts/gdb/linux/
Dxarray.py24 return entry.cast(ulong_type) == xa_mk_internal(257)
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
Dpinctrl-mt2701.c207 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),
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
Dpinctrl-mt2701.c208 MTK_PIN_DRV_GRP(257, 0xce0, 0, 2),
267 MTK_PIN_PUPD_SPEC_SR(257, 0xf40, 0, 1, 2), /* ms0e dat0 */
340 MTK_PIN_IES_SMT_SPEC(249, 257, 0xfc0, 4),
430 MTK_PIN_IES_SMT_SPEC(257, 257, 0xf40, 3),
468 MTK_PINMUX_SPEC(257, 0xef0, 0),
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dasiliantfb.c136 * together with 3 <= n <= 257. */ in asiliant_calc_dclk2()
137 for (n = 3; n <= 257; n++) { in asiliant_calc_dclk2()
140 /* 3 <= m <= 257 */ in asiliant_calc_dclk2()
141 if (m >= 3 && m <= 257) { in asiliant_calc_dclk2()
163 if (best_m > 257) in asiliant_calc_dclk2()
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dasiliantfb.c135 * 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()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter_bridge/
Debt_among.h16 int table[257];
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/trigger/inter-event/
Dtrigger-synthetic_event_syntax_errors.tc26 check_error 'myevent char ^str[257]' # INVALID_ARRAY_SPEC
/kernel/linux/linux-5.10/include/dt-bindings/clock/
Dexynos5410.h36 #define CLK_UART0 257
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ivsrcid/vmc/
Dirqsrcs_vmc_1_0.h32 #define VMC_1_0__SRCID__VM_CONTEXT1_ALL 257
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
Diosm_ipc_wwan.h28 * @dss: Set to true if interafce id is from 257 to 261,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ivsrcid/vmc/
Dirqsrcs_vmc_1_0.h32 #define VMC_1_0__SRCID__VM_CONTEXT1_ALL 257
/kernel/linux/linux-6.6/include/dt-bindings/clock/
Dexynos5410.h36 #define CLK_UART0 257

12345678910>>...21