| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | poly1305-x86_64-cryptogams.pl | 420 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 715 vmovd $h0#d,$H2 817 vmovd $h0#d,$H2 847 vmovd 4*2($ctx),$H2 982 vmovdqa $H2,0x20(%r11) # offload hash 984 vmovdqa 0x10(%rsp),$H2 # r1^2 991 vpmuludq $T3,$H2,$H1 # h3*r1 995 vpmuludq $T2,$H2,$H0 # h2*r1 996 vpmuludq $T1,$H2,$H1 # h1*r1 1001 vpmuludq $T0,$H2,$H2 # h0*r1 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | poly1305-armv4.pl | 496 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14)); 800 vld4.32 {$H0#lo[0],$H1#lo[0],$H2#lo[0],$H3#lo[0]},[$inp]! 809 vrev32.8 $H2,$H2 814 vsri.u32 $H3#lo,$H2#lo,#14 815 vshl.u32 $H2#lo,$H2#lo,#12 819 vsri.u32 $H2#lo,$H1#lo,#20 822 vbic.i32 $H2#lo,#0xfc000000 828 vadd.i32 $H2#hi,$H2#lo,$D2#lo 846 vld4.32 {$H0#lo,$H1#lo,$H2#lo,$H3#lo},[$inp] @ inp[0:1] 848 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191026.patch.gz | 1# ncurses 6.1 - patch 20191026 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190720.patch.gz | |
| HD | ncurses-6.1-20190713.patch.gz | 1# ncurses 6.1 - patch 20190713 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191207.patch.gz | 1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191214.patch.gz | 1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191012.patch.gz | 1# ncurses 6.1 - patch 20191012 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190921.patch.gz | 1# ncurses 6.1 - patch 20190921 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190615.patch.gz | 1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191130.patch.gz | 1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | poly1305-armv8.pl | 266 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28)); 437 fmov ${H2},x12 467 fmov ${H2},x12 618 add $IN01_2,$IN01_2,$H2 723 xtn $H2,$ACC2 727 bic $H2,#0xfc,lsl#24 741 add $IN01_2,$IN01_2,$H2
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | renesas,jpu.txt | 10 - "renesas,jpu-r8a7790" for R-Car H2 19 Example: R8A7790 (R-Car H2) JPU node
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/maki-4.0.0/ |
| H A D | defibrillator.svg | 3 ….6047,0.6047,0,0,1,7,10.1094a0.6251,0.6251,0,0,1-.4419-0.1826L4.7412,8.1094H2.7358a42.67,42.67,0,0…
|
| H A D | home.svg | 3 ….7478c0,0.13807,0.11193,0.25,0.25,0.25h3.749v-3h3v3h3.749c0.13807,0,0.25-0.11193,0.25-0.25V7.9987H2
|
| H A D | landuse.svg | 3 …5A.25.25,0,0,1,8.75,8H6.25A.25.25,0,0,1,6,7.75V6H5V7.75A.25.25,0,0,1,4.75,8H2.25A.25.25,0,0,1,2,7.…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | unordered_set | 130 template<class H2, class P2> 131 void merge(unordered_set<Key, H2, P2, Allocator>& source); // C++17 132 template<class H2, class P2> 133 void merge(unordered_set<Key, H2, P2, Allocator>&& source); // C++17 134 template<class H2, class P2> 135 void merge(unordered_multiset<Key, H2, P2, Allocator>& source); // C++17 136 template<class H2, class P2> 137 void merge(unordered_multiset<Key, H2, P2, Allocator>&& source); // C++17 294 template<class H2, class P2> 295 void merge(unordered_multiset<Key, H2, P2, Allocator>& source); // C++17 [all …]
|
| H A D | unordered_map | 156 template<class H2, class P2> 157 void merge(unordered_map<Key, T, H2, P2, Allocator>& source); // C++17 158 template<class H2, class P2> 159 void merge(unordered_map<Key, T, H2, P2, Allocator>&& source); // C++17 160 template<class H2, class P2> 161 void merge(unordered_multimap<Key, T, H2, P2, Allocator>& source); // C++17 162 template<class H2, class P2> 163 void merge(unordered_multimap<Key, T, H2, P2, Allocator>&& source); // C++17 337 template<class H2, class P2> 338 void merge(unordered_multimap<Key, T, H2, P2, Allocator>& source); // C++17 [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | unordered_set | 130 template<class H2, class P2> 131 void merge(unordered_set<Key, H2, P2, Allocator>& source); // C++17 132 template<class H2, class P2> 133 void merge(unordered_set<Key, H2, P2, Allocator>&& source); // C++17 134 template<class H2, class P2> 135 void merge(unordered_multiset<Key, H2, P2, Allocator>& source); // C++17 136 template<class H2, class P2> 137 void merge(unordered_multiset<Key, H2, P2, Allocator>&& source); // C++17 294 template<class H2, class P2> 295 void merge(unordered_multiset<Key, H2, P2, Allocator>& source); // C++17 [all …]
|
| H A D | unordered_map | 156 template<class H2, class P2> 157 void merge(unordered_map<Key, T, H2, P2, Allocator>& source); // C++17 158 template<class H2, class P2> 159 void merge(unordered_map<Key, T, H2, P2, Allocator>&& source); // C++17 160 template<class H2, class P2> 161 void merge(unordered_multimap<Key, T, H2, P2, Allocator>& source); // C++17 162 template<class H2, class P2> 163 void merge(unordered_multimap<Key, T, H2, P2, Allocator>&& source); // C++17 337 template<class H2, class P2> 338 void merge(unordered_multimap<Key, T, H2, P2, Allocator>& source); // C++17 [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun8i-h2-plus-libretech-all-h3-cc.dts | 11 model = "Libre Computer Board ALL-H3-CC H2+";
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | Kconfig | 66 bool "TI H2 Support" 69 TI OMAP 1610/1611B H2 board support. Say Y here if you have such
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | renesas,du.txt | 16 - "renesas,du-r8a7790" for R8A7790 (R-Car H2) compatible DU 84 R8A7790 (R-Car H2) DPAD 0 LVDS 0 LVDS 1 -
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/pic32/ |
| H A D | pic32mzda_sk.dts | 107 pins = "H0", "H1", "H2";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | renesas,mmcif.txt | 43 Example: R8A7790 (R-Car H2) MMCIF0
|