/linux-6.1.9/drivers/tty/vt/ |
D | cp437.uni | 16 0x00 U+0000 17 0x01 U+263a 18 0x02 U+263b 19 0x03 U+2665 20 0x04 U+2666 U+25c6 21 0x05 U+2663 22 0x06 U+2660 23 0x07 U+2022 24 0x08 U+25d8 25 0x09 U+25cb [all …]
|
/linux-6.1.9/arch/alpha/lib/ |
D | ev6-csum_ipv6_magic.S | 65 inslh $18,7,$4 # U : 0000000000AABBCC 67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00 71 zapnot $20,15,$20 # U : zero extend incoming csum 72 ldq_u $2,0($17) # L : U L U L : Latency: 3 74 extql $0,$6,$0 # U : 75 extqh $1,$6,$22 # U : 77 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000 81 inswl $18,3,$18 # U : 000000CCDD000000 82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00 85 extql $1,$6,$1 # U : [all …]
|
D | ev6-copy_user.S | 52 beq $18, $zerolength # U .. .. .. : U L U L 55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data 56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall) 57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 67 nop # E .. .. .. : U L U L 76 bne $3, $aligndest # U .. .. .. : U L U L 86 beq $1,$quadaligned # U .. .. .. : U L U L 97 extql $3,$17,$3 # .. U .. .. : 98 extqh $2,$17,$1 # U .. .. .. : U U L L 103 subq $0,8,$0 # E .. .. .. : U L L U [all …]
|
D | ev6-clear_user.S | 54 beq $0, $zerolength # U .. .. .. : U L U L 61 beq $4, $headalign # U .. .. .. : U L U L 68 beq $1, $onebyte # .. .. U .. : sub-word store? 69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head 70 addq $16, 8, $16 # E .. .. .. : L U U L 75 subq $0, 8, $0 # E .. .. .. : U L U L 89 blt $4, $trailquad # U .. .. .. : U L U L 101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64 107 nop # E .. .. .. : U L U L 112 blt $3, $alignmod64 # U .. .. .. : U L U L [all …]
|
D | ev6-memchr.S | 47 zap $18, 0x80, $5 # U : Bound length 48 beq $18, $not_found # U : 50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch 52 insbl $17, 1, $2 # U : 000000000000ch00 55 lda $3, -1($31) # E : U L L U 57 sll $17, 16, $2 # U : 00000000chch0000 60 sll $17, 32, $2 # U : U L L U : chchchch00000000 63 extql $1, $16, $7 # U : $7 is upper bits 64 beq $4, $first_quad # U : 65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3 [all …]
|
D | ev6-divide.S | 115 stq $2, 8($30) # L : L U L U 120 LONGIFY(divisor) # E : U L L U 125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 147 bne compare,1b # U : U L U L 152 blt divisor, 2f # U : U L U L 157 bne compare,1b # U : U L U L 171 srl mask,1,mask # U : 178 srl divisor,1,divisor # U : 179 nop # E : L U L U 184 bne mask,2b # U : U L U L [all …]
|
D | ev6-memset.S | 54 insbl $17,1,$2 # U : 000000000000ch00 56 ble $18,end_b # U : zero length requested? 60 insbl $1,2,$3 # U : 0000000000ch0000 61 insbl $1,3,$4 # U : 00000000ch000000 64 inswl $17,4,$5 # U : 0000chch00000000 66 inswl $17,6,$2 # U : chch000000000000 74 beq $1,within_quad_b # U : 76 beq $3,aligned_b # U : target is 0mod8 83 insql $17,$16,$2 # U : Insert new bytes 87 mskql $4,$16,$4 # U : clear relevant parts of the quad [all …]
|
D | ev6-stxncpy.S | 67 mskqh t2, a1, t2 # U : detection in the src word (stall) 68 mskqh t1, a1, t3 # U : 71 mskql t0, a1, t0 # U : assemble the first output word 74 beq a2, $a_eoc # U : 76 bne t8, $a_eos # U : 98 beq a2, $a_eoc # U : 100 beq t8, $a_loop # U : 118 bne t6, 1f # U : (stall) 125 zapnot t0, t8, t0 # U : clear src bytes > null (stall) 161 srl a2, 3, a2 # U : a2 = loop counter = (count - 1)/8 (stall) [all …]
|
D | ev6-stxcpy.S | 59 mskqh t2, a1, t2 # U : detection in the src word (stall) 60 mskqh t1, a1, t3 # U : 63 mskql t0, a1, t0 # U : assemble the first output word 66 bne t8, $a_eos # U : (stall) 82 beq t8, $a_loop # U : (stall for t8) 94 bne t6, 1f # U : (stall) 100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 126 bne t0, $unaligned # U : (stall) 132 beq t0, stxcpy_aligned # U : ... if we wont need it (stall) 157 extql t1, a1, t1 # U : (stall on a1) [all …]
|
D | ev6-memcpy.S | 35 ble $18, $nomoredata # U : done with the copy? 39 bne $1, $misaligned # U : Nope - gotta do this the slow way 42 beq $1, $both_0mod8 # U : Yes 58 ble $18, $nomoredata # U : done with the copy? 59 bne $1, $head_align # U : 63 bne $1, $no_unroll # U : 65 beq $1, $do_unroll # U : no single quads to fiddle 76 bne $1, $single_head_quad # U : still not fully aligned 81 bne $1, $tail_quads # U : Nope 141 blt $18, $less_than_8 # U : Nope [all …]
|
D | ev67-strncat.S | 35 beq $18, $zerocount # U : 40 insqh $2, $0, $2 # U : 48 bne $2, $found # U : 53 beq $2, $loop # U : 62 zapnot $1, $27, $2 # U : was last byte a null? 64 bne $2, 0f # U : 69 bne $2, 2f # U : 73 bne $3, 1f # U : 78 2: zap $1, $24, $1 # U :
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/ |
D | unicode.rst | 33 IBMPC_MAP IBM code page 437 ESC ( U 37 特别是 ESC ( U 不再是“直通字体”,因为字体可能与IBM字符集完全不同。 43 根据Unicode标准/ISO 10646,U+F000到U+F8FF被保留用于操作系统范围内的分配 45 的,所以我们称之为“Linux区域”)。选择U+F000作为起点,因为它允许直接映射 46 区域以2的大倍数开始(以防需要1024或2048个字符的字体)。这就留下U+E000到 47 U+EFFF作为最终用户区。 49 [v1.2]:Unicodes范围从U+F000到U+F7FF已经被硬编码为直接映射到加载的字体, 50 绕过了翻译表。用户定义的映射现在默认为U+F000到U+F0FF,模拟前述行为。实际上, 51 此范围可能较短;例如,vgacon只能处理256字符(U+F000..U+F0FF)或512字符 52 (U+F000..U+F1FF)字体。 [all …]
|
/linux-6.1.9/Documentation/translations/zh_TW/admin-guide/ |
D | unicode.rst | 36 IBMPC_MAP IBM code page 437 ESC ( U 40 特別是 ESC ( U 不再是「直通字體」,因爲字體可能與IBM字符集完全不同。 46 根據Unicode標準/ISO 10646,U+F000到U+F8FF被保留用於作業系統範圍內的分配 48 的,所以我們稱之爲「Linux區域」)。選擇U+F000作爲起點,因爲它允許直接映射 49 區域以2的大倍數開始(以防需要1024或2048個字符的字體)。這就留下U+E000到 50 U+EFFF作爲最終用戶區。 52 [v1.2]:Unicodes範圍從U+F000到U+F7FF已經被硬編碼爲直接映射到加載的字體, 53 繞過了翻譯表。用戶定義的映射現在默認爲U+F000到U+F0FF,模擬前述行爲。實際上, 54 此範圍可能較短;例如,vgacon只能處理256字符(U+F000..U+F0FF)或512字符 55 (U+F000..U+F1FF)字體。 [all …]
|
/linux-6.1.9/drivers/comedi/drivers/ni_routing/ni_route_values/ |
D | ni_eseries.c | 230 [B(NI_PFI(0))] = U(1), 231 [B(NI_PFI(1))] = U(2), 232 [B(NI_PFI(2))] = U(3), 233 [B(NI_PFI(3))] = U(4), 234 [B(NI_PFI(4))] = U(5), 235 [B(NI_PFI(5))] = U(6), 236 [B(NI_PFI(6))] = U(7), 237 [B(NI_PFI(7))] = U(8), 238 [B(NI_PFI(8))] = U(9), 239 [B(NI_PFI(9))] = U(10), [all …]
|
D | ni_660x.c | 122 [B(NI_PFI(11))] = U(9), 123 [B(NI_PFI(15))] = U(8), 124 [B(NI_PFI(19))] = U(7), 125 [B(NI_PFI(23))] = U(6), 126 [B(NI_PFI(27))] = U(5), 127 [B(NI_PFI(31))] = U(4), 128 [B(NI_PFI(35))] = U(3), 129 [B(NI_PFI(39))] = U(2 /* or 1 */), 130 [B(TRIGGER_LINE(0))] = U(11), 131 [B(TRIGGER_LINE(1))] = U(12), [all …]
|
D | ni_mseries.c | 810 [B(NI_PFI(0))] = U(1), 811 [B(NI_PFI(1))] = U(2), 812 [B(NI_PFI(2))] = U(3), 813 [B(NI_PFI(3))] = U(4), 814 [B(NI_PFI(4))] = U(5), 815 [B(NI_PFI(5))] = U(6), 816 [B(NI_PFI(6))] = U(7), 817 [B(NI_PFI(7))] = U(8), 818 [B(NI_PFI(8))] = U(9), 819 [B(NI_PFI(9))] = U(10), [all …]
|
/linux-6.1.9/Documentation/admin-guide/ |
D | unicode.rst | 28 IBMPC_MAP IBM code page 437 ESC ( U 32 In particular, ESC ( U is no longer "straight to font", since the font 41 In accordance with the Unicode standard/ISO 10646 the range U+F000 to 42 U+F8FF has been reserved for OS-wide allocation (the Unicode Standard 44 Linux we call it the "Linux Zone"). U+F000 was picked as the starting 47 This leaves U+E000 to U+EFFF as End User Zone. 49 [v1.2]: The Unicodes range from U+F000 and up to U+F7FF have been 51 translation table. The user-defined map now defaults to U+F000 to 52 U+F0FF, emulating the previous behaviour. In practice, this range 54 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts. [all …]
|
/linux-6.1.9/drivers/media/i2c/ccs/ |
D | ccs-regs.h | 24 #define CCS_PIXEL_ORDER_GRBG 0U 33 #define CCS_MIPI_CCS_VERSION_MINOR_SHIFT 0U 42 #define CCS_MODULE_DATE_PHASE_SHIFT 0U 44 #define CCS_MODULE_DATE_PHASE_TS 0U 58 #define CCS_FRAME_FORMAT_MODEL_SUBTYPE_ROWS_SHIFT 0U 63 #define CCS_LIM_FRAME_FORMAT_DESCRIPTOR_MIN_N 0U 66 #define CCS_FRAME_FORMAT_DESCRIPTOR_PIXELS_SHIFT 0U 82 #define CCS_LIM_FRAME_FORMAT_DESCRIPTOR_4_MIN_N 0U 84 #define CCS_FRAME_FORMAT_DESCRIPTOR_4_PIXELS_SHIFT 0U 101 #define CCS_ANALOG_GAIN_CAPABILITY_GLOBAL 0U [all …]
|
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_a0.c | 23 .irq_mask = ~0U, \ 92 hw_atl_pci_pci_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset() 93 hw_atl_rx_rx_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset() 94 hw_atl_tx_tx_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset() 106 hw_atl_itr_irq_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset() 127 unsigned int i_priority = 0U; in hw_atl_a0_hw_qos_set() 128 u32 buff_size = 0U; in hw_atl_a0_hw_qos_set() 129 u32 tc = 0U; in hw_atl_a0_hw_qos_set() 136 hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set(self, 0U); in hw_atl_a0_hw_qos_set() 139 hw_atl_tps_tx_pkt_shed_desc_tc_arb_mode_set(self, 0U); in hw_atl_a0_hw_qos_set() [all …]
|
D | hw_atl_b0.c | 25 .irq_mask = ~0U, \ 147 hw_atl_rpb_rx_xoff_en_per_tc_set(self, 0U, AQ_HW_PTP_TC); in hw_atl_b0_tc_ptp_set() 157 unsigned int prio = 0U; in hw_atl_b0_hw_qos_set() 158 u32 tc = 0U; in hw_atl_b0_hw_qos_set() 170 hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set(self, 0U); in hw_atl_b0_hw_qos_set() 175 u32 threshold = 0U; in hw_atl_b0_hw_qos_set() 213 unsigned int addr = 0U; in hw_atl_b0_hw_rss_hash_set() 214 unsigned int i = 0U; in hw_atl_b0_hw_rss_hash_set() 218 for (i = 10, addr = 0U; i--; ++addr) { in hw_atl_b0_hw_rss_hash_set() 220 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_b0_hw_rss_hash_set() [all …]
|
/linux-6.1.9/rust/alloc/vec/ |
D | partial_eq.rs | 12 impl<T, U, $($vars)*> PartialEq<$rhs> for $lhs 14 T: PartialEq<U>, 25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust… 26 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &[U], #[stable(feature = "rust1", since = "1.0.0")] } 27 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &mut [U], #[stable(feature = "rust1", since = "1.0.0"… 28 __impl_slice_eq1! { [A: Allocator] &[T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice… 29 __impl_slice_eq1! { [A: Allocator] &mut [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_s… 30 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, [U], #[stable(feature = "partialeq_vec_for_slice", si… 31 __impl_slice_eq1! { [A: Allocator] [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_slice", si… 33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust… [all …]
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | pixfmt-meta-vsp1-hgt.rst | 50 5U 0L 0U 1L 1U 2L 2U 3L 3U 4L 4U 5L 5U 0L 72 0L <= 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U 76 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U <= 0L
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | slogn.S | 346 |--NOTE THAT U = (Y-F)/F IS VERY SMALL AND THUS APPROXIMATING 347 |--LOG(1+U) CAN BE VERY EFFICIENT. 381 fmulx (%a0),%fp0 | ...FP0 IS U = (Y-F)/F 384 fmulx %fp2,%fp2 | ...FP2 IS V=U*U 387 |--LOG(1+U) IS APPROXIMATED BY 388 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS 389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))] 410 fmulx %fp0,%fp1 | ...U*V*(A2+V*(A4+V*A6)) 411 faddx %fp2,%fp0 | ...U+V*(A1+V*(A3+V*A5)), FP2 RELEASED 413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6)) [all …]
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_namespacing.c | 12 int U; member 17 union U { union 19 int U; member 22 typedef union U U; typedef 57 union U _3; in f() 58 U _4; in f()
|
/linux-6.1.9/arch/x86/crypto/ |
D | curve25519-x86_64.c | 1017 a1[0U] = c[0U]; in point_add_and_double() 1041 a[0U] = c[0U]; in point_double() 1053 u64 tmp2[16U] = { 0U }; in montgomery_ladder() 1054 u64 p01_tmp1_swap[33U] = { 0U }; in montgomery_ladder() 1069 memcpy(p11, init1, (u32)8U * sizeof(init1[0U])); in montgomery_ladder() 1072 x0[0U] = (u64)1U; in montgomery_ladder() 1073 x0[1U] = (u64)0U; in montgomery_ladder() 1074 x0[2U] = (u64)0U; in montgomery_ladder() 1075 x0[3U] = (u64)0U; in montgomery_ladder() 1076 z0[0U] = (u64)0U; in montgomery_ladder() [all …]
|