/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/ |
H A D | tx3927.h | 58 #define endian_def_sb2(e1, e2, e3) \ 59 volatile unsigned short e1;volatile unsigned char e2, e3 60 #define endian_def_b2s(e1, e2, e3) \ 61 volatile unsigned char e1, e2;volatile unsigned short e3 62 #define endian_def_b4(e1, e2, e3, e4) \ 63 volatile unsigned char e1, e2, e3, e4 67 #define endian_def_sb2(e1, e2, e3) \ 68 volatile unsigned char e3, e2;volatile unsigned short e1 69 #define endian_def_b2s(e1, e2, e3) \ 70 volatile unsigned short e3;volatil [all...] |
/kernel/liteos_a/testsuites/unittest/libc/time/clock/full/ |
H A D | clock_test_010.cpp | 77 (void)SleepTest(40e3); // 40us in ClockTestThread() 78 (void)SleepTest(50e3); // 50us in ClockTestThread() 79 (void)SleepTest(50e3 + 1); // 50us+1ns in ClockTestThread() 80 (void)SleepTest(60e3); // 60us in ClockTestThread() 81 (void)SleepTest(65e3); // 65us in ClockTestThread()
|
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | board.c | 235 const struct bcm47xx_board_type_list3 *e3; in bcm47xx_board_get_nvram() local 302 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) { in bcm47xx_board_get_nvram() 303 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram() 304 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram() 305 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram() 306 return &e3->board; in bcm47xx_board_get_nvram()
|
/kernel/linux/linux-6.6/arch/mips/bcm47xx/ |
H A D | board.c | 243 const struct bcm47xx_board_type_list3 *e3; in bcm47xx_board_get_nvram() local 310 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) { in bcm47xx_board_get_nvram() 311 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram() 312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram() 313 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram() 314 return &e3->board; in bcm47xx_board_get_nvram()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-core.S | 376 e3 .req q12 467 vmov e3, ctr 470 aes_encrypt ip, r6, e0, e1, e2, e3 509 veor \in3, \in3, e3 521 veor e3, e3, \in3 524 vst1.8 {e2-e3}, [r4]! 585 vld1.8 {e3}, [r8] // permute vector for key stream 592 veor e0, e0, e3 641 vld1.8 {e3}, [r [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | bitmap.c | 365 struct e_node *e, *e3; in wnd_remove_free_ext() local 395 e3 = rb_entry(n3, struct e_node, start.node); in wnd_remove_free_ext() 396 if (e3->start.key >= end_in) in wnd_remove_free_ext() 399 if (e3->count.key == wnd->extent_max) in wnd_remove_free_ext() 402 end3 = e3->start.key + e3->count.key; in wnd_remove_free_ext() 404 e3->start.key = end_in; in wnd_remove_free_ext() 405 rb_erase(&e3->count.node, &wnd->count_tree); in wnd_remove_free_ext() 406 e3->count.key = end3 - end_in; in wnd_remove_free_ext() 407 rb_insert_count(&wnd->count_tree, e3); in wnd_remove_free_ext() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_formats.c | 33 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ 39 .element = { (e0), (e1), (e2), (e3) }, \ 52 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ 58 .element = { (e0), (e1), (e2), (e3) }, \ 72 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ 78 .element = { (e0), (e1), (e2), (e3)}, \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_formats.c | 34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ 40 .element = { (e0), (e1), (e2), (e3) }, \ 53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ 59 .element = { (e0), (e1), (e2), (e3) }, \ 73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ 79 .element = { (e0), (e1), (e2), (e3)}, \
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 63 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ 69 .unpack = { e0, e1, e2, e3 }, \ 86 /* name a r g b e0 e1 e2 e3 alpha tight cpp cnt ... */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.c | 65 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ 71 .unpack = { e0, e1, e2, e3 }, \ 88 /* name a r g b e0 e1 e2 e3 alpha tight cpp cnt ... */
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 71 .long R(52, 29, 29, 7b), R(dd, e3, e3, 3e) 75 .long R(40, 20, 20, 60), R(e3, fc, fc, 1f) 88 .long R(25, 9f, 9f, ba), R(4b, a8, a8, e3) 167 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93) 191 .long R(e3, 1f, 8f, 57), R(66, 55, ab, 2a) 239 .long R(0d, 86, 52, ec), R(77, c1, e3, d0) 270 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 71 .long R(52, 29, 29, 7b), R(dd, e3, e3, 3e) 75 .long R(40, 20, 20, 60), R(e3, fc, fc, 1f) 88 .long R(25, 9f, 9f, ba), R(4b, a8, a8, e3) 167 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93) 191 .long R(e3, 1f, 8f, 57), R(66, 55, ab, 2a) 239 .long R(0d, 86, 52, ec), R(77, c1, e3, d0) 270 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
|
/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | libgcc.h | 48 #define A3E e3
|
H A D | udivsi3.S | 65 sub.w r2,e3 ; dividend - 65536 * er2
|
/kernel/linux/linux-6.6/lib/ |
H A D | bch.c | 639 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 643 e3 = poly->c[3]; in find_poly_deg3_roots() 644 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 645 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 646 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 388 /* we multiply by 1e3/8 to get bytes/msec. We don't want the credits in bnx2x_init_min() 568 u32 e3; /* 578xx */ member 701 return bnx2x_blocks_parity_data[idx].reg_mask.e3; in bnx2x_parity_reg_mask()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 388 /* we multiply by 1e3/8 to get bytes/msec. We don't want the credits in bnx2x_init_min() 568 u32 e3; /* 578xx */ member 701 return bnx2x_blocks_parity_data[idx].reg_mask.e3; in bnx2x_parity_reg_mask()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | sca3300.c | 538 usleep_range(26e3, 50e3); in sca3300_init()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bch.c | 673 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 677 e3 = poly->c[3]; in find_poly_deg3_roots() 678 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 679 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 680 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 181 "ms": 1e3,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | i740fb.c | 646 freq = (((u32)1e9) / var->pixclock) * (u32)(1e3); in i740fb_decode_var()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | i740fb.c | 647 freq = (((u32)1e9) / var->pixclock) * (u32)(1e3); in i740fb_decode_var()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 227 { 1e3, "us" }, in lock_stat_key_print_time()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 245 e3, e3val, \ 262 ((u64)(e3val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e3##_SHIFT) | \
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 204 e3, e3val, \ 221 ((u64)(e3val) << DCC_CFG_SC_VL_TABLE_##range##_ENTRY##e3##_SHIFT) | \
|