/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _swizzle.hpp | 23 …template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, in… 28 …template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, b… 29 struct _swizzle_base1<2, T, P, vecType, E0,E1,-1,-2, Aligned> : public _swizzle_base0<T, 2> 31 …GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this-… in operator ()() 34 …template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, i… 35 struct _swizzle_base1<3, T, P, vecType, E0,E1,E2,-1, Aligned> : public _swizzle_base0<T, 3> 37 …GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this-… in operator ()() 40 …template <typename T, precision P, template <typename, precision> class vecType, int E0, int E1, i… 41 struct _swizzle_base1<4, T, P, vecType, E0,E1,E2,E3, Aligned> : public _swizzle_base0<T, 4> 43 …GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this-… in operator ()() [all …]
|
D | type_vec4.hpp | 153 template <int E0, int E1, int E2, int E3> 154 GLM_FUNC_DECL tvec4(detail::_swizzle<4, T, P, glm::tvec4, E0, E1, E2, E3> const & that) in tvec4() 159 template <int E0, int E1, int F0, int F1> 160 …GLM_FUNC_DECL tvec4(detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, detail::_swiz… in tvec4() 165 template <int E0, int E1> 166 …GLM_FUNC_DECL tvec4(T const & x, T const & y, detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2… in tvec4() 171 template <int E0, int E1> 172 …GLM_FUNC_DECL tvec4(T const & x, detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, … in tvec4() 177 template <int E0, int E1> 178 …GLM_FUNC_DECL tvec4(detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, T const & z, … in tvec4() [all …]
|
/third_party/pcre2/pcre2/maint/Unicode.tables/ |
D | emoji-data.txt | 25 0023 ; Emoji # E0.0 [1] (#️) hash sign 26 002A ; Emoji # E0.0 [1] (*️) asterisk 27 0030..0039 ; Emoji # E0.0 [10] (0️..9️) digit zero..digit nine 28 00A9 ; Emoji # E0.6 [1] (©️) copyright 29 00AE ; Emoji # E0.6 [1] (®️) registered 30 203C ; Emoji # E0.6 [1] (‼️) double exclamation mark 31 2049 ; Emoji # E0.6 [1] (⁉️) exclamation question mark 32 2122 ; Emoji # E0.6 [1] (™️) trade mark 33 2139 ; Emoji # E0.6 [1] (ℹ️) information 34 2194..2199 ; Emoji # E0.6 [6] (↔️..↙️) left-right arrow..down-left arrow [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.cldebug100_test.cpp | 274 #define CASE_IE(Enum, E0) \ argument 276 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #E0, { \ 277 4, uint32_t(OpenCLDebugInfo100##E0) \ 281 #define CASE_IEIILLI(Enum, E0, L1, L2) \ argument 284 " %4 " #E0 " %5 %6 " #L1 " " #L2 " %7", { \ 285 4, uint32_t(OpenCLDebugInfo100##E0), 5, 6, L1, L2, 7 \ 289 #define CASE_IIE(Enum, E0) \ argument 291 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 %5 " #E0, { \ 292 4, 5, uint32_t(OpenCLDebugInfo100##E0) \ 376 #define CASE_IEILLIIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
D | ext_inst.debuginfo_test.cpp | 142 #define CASE_IE(Enum, E0) \ argument 144 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #E0, { \ 145 4, uint32_t(DebugInfo##E0) \ 149 #define CASE_IIE(Enum, E0) \ argument 151 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 %5 " #E0, { \ 152 4, 5, uint32_t(DebugInfo##E0) \ 224 #define CASE_IEILLIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument 227 " %4 " #E0 " %5 " #L0 " " #L1 " %6 %7 " Fstr, { \ 228 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \ 232 #define CASE_IEILLIIFI(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | ext_inst.cldebug100_test.cpp | 274 #define CASE_IE(Enum, E0) \ argument 276 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #E0, { \ 277 4, uint32_t(OpenCLDebugInfo100##E0) \ 281 #define CASE_IEIILLI(Enum, E0, L1, L2) \ argument 284 " %4 " #E0 " %5 %6 " #L1 " " #L2 " %7", { \ 285 4, uint32_t(OpenCLDebugInfo100##E0), 5, 6, L1, L2, 7 \ 289 #define CASE_IIE(Enum, E0) \ argument 291 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 %5 " #E0, { \ 292 4, 5, uint32_t(OpenCLDebugInfo100##E0) \ 376 #define CASE_IEILLIIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
D | ext_inst.debuginfo_test.cpp | 142 #define CASE_IE(Enum, E0) \ argument 144 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #E0, { \ 145 4, uint32_t(DebugInfo##E0) \ 149 #define CASE_IIE(Enum, E0) \ argument 151 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 %5 " #E0, { \ 152 4, 5, uint32_t(DebugInfo##E0) \ 224 #define CASE_IEILLIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument 227 " %4 " #E0 " %5 " #L0 " " #L1 " %6 %7 " Fstr, { \ 228 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \ 232 #define CASE_IEILLIIFI(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
/third_party/spirv-tools/test/ |
D | ext_inst.cldebug100_test.cpp | 274 #define CASE_IE(Enum, E0) \ argument 276 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 " #E0, { \ 277 4, uint32_t(OpenCLDebugInfo100##E0) \ 281 #define CASE_IEIILLI(Enum, E0, L1, L2) \ argument 284 " %4 " #E0 " %5 %6 " #L1 " " #L2 " %7", { \ 285 4, uint32_t(OpenCLDebugInfo100##E0), 5, 6, L1, L2, 7 \ 289 #define CASE_IIE(Enum, E0) \ argument 291 uint32_t(OpenCLDebugInfo100Debug##Enum), EPREFIX #Enum, " %4 %5 " #E0, { \ 292 4, 5, uint32_t(OpenCLDebugInfo100##E0) \ 376 #define CASE_IEILLIIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
D | ext_inst.debuginfo_test.cpp | 142 #define CASE_IE(Enum, E0) \ argument 144 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 " #E0, { \ 145 4, uint32_t(DebugInfo##E0) \ 149 #define CASE_IIE(Enum, E0) \ argument 151 uint32_t(DebugInfoDebug##Enum), "Debug" #Enum, " %4 %5 " #E0, { \ 152 4, 5, uint32_t(DebugInfo##E0) \ 224 #define CASE_IEILLIIF(Enum, E0, L0, L1, Fstr, Fnum) \ argument 227 " %4 " #E0 " %5 " #L0 " " #L1 " %6 %7 " Fstr, { \ 228 4, uint32_t(DebugInfo##E0), 5, L0, L1, 6, 7, Fnum \ 232 #define CASE_IEILLIIFI(Enum, E0, L0, L1, Fstr, Fnum) \ argument [all …]
|
/third_party/boost/boost/proto/detail/preprocessed/ |
D | deduce_domain_n.hpp | 16 template<typename E0 , typename E1 , typename E2> 19 … typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type 30 template<typename E0 , typename E1 , typename E2 , typename E3> 33 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… 44 template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4> 47 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… 58 template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5> 61 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… 72 …template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5 , typen… 75 …typename domain_of<E0 >::type , typename domain_of<E1 >::type , typename domain_of<E2 >::type , ty… [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | numberformattestspecification.txt | 176 0.00E0 12345 1,23E4 177 000.00E0 12300 123,00E2 178 000.0#E0 12300 123,0E2 179 000.0#E0 12300.1 123,0E2 180 000.0#E0 12301.0 123,01E2 184 ##0.00E0 12345 12,3E3 K 186 ##0.0000E0 12300.1 12,300E3 K 188 ##0.000#E0 12300.1 12,30E3 K 189 ##0.000#E0 12301 12,301E3 190 0.05E0 12301.2 1,25E4 K [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | numberformattestspecification.txt | 176 0.00E0 12345 1,23E4 177 000.00E0 12300 123,00E2 178 000.0#E0 12300 123,0E2 179 000.0#E0 12300.1 123,0E2 180 000.0#E0 12301.0 123,01E2 184 ##0.00E0 12345 12,3E3 K 186 ##0.0000E0 12300.1 12,300E3 K 188 ##0.000#E0 12300.1 12,30E3 K 189 ##0.000#E0 12301 12,301E3 190 0.05E0 12301.2 1,25E4 K [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/ |
D | numberformattestspecification.txt | 176 0.00E0 12345 1,23E4 177 000.00E0 12300 123,00E2 178 000.0#E0 12300 123,0E2 179 000.0#E0 12300.1 123,0E2 180 000.0#E0 12301.0 123,01E2 184 ##0.00E0 12345 12,3E3 K 186 ##0.0000E0 12300.1 12,300E3 K 188 ##0.000#E0 12300.1 12,30E3 K 189 ##0.000#E0 12301 12,301E3 190 0.05E0 12301.2 1,25E4 K [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | NormalizationTest.txt | 113 00E0;00E0;0061 0300;00E0;0061 0300; 285 01E0;01E0;0041 0307 0304;01E0;0041 0307 0304; 372 02E0;02E0;02E0;0263;0263; 1359 22E0;22E0;227C 0338;22E0;227C 0338; 1497 24E0;24E0;24E0;0071;0071; 1533 2F0F;2F0F;2F0F;51E0;51E0; 1588 2F46;2F46;2F46;65E0;65E0; 2121 32E0;32E0;32E0;30C1;30C1; 2137 32F0;32F0;32F0;30E0;30E0; 2163 330A;330A;330A;30AA 30FC 30E0;30AA 30FC 30E0; [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationTest.txt | 113 00E0;00E0;0061 0300;00E0;0061 0300; 285 01E0;01E0;0041 0307 0304;01E0;0041 0307 0304; 372 02E0;02E0;02E0;0263;0263; 1359 22E0;22E0;227C 0338;22E0;227C 0338; 1497 24E0;24E0;24E0;0071;0071; 1533 2F0F;2F0F;2F0F;51E0;51E0; 1588 2F46;2F46;2F46;65E0;65E0; 2121 32E0;32E0;32E0;30C1;30C1; 2137 32F0;32F0;32F0;30E0;30E0; 2163 330A;330A;330A;30AA 30FC 30E0;30AA 30FC 30E0; [all …]
|
/third_party/icu/icu4c/source/data/unidata/ |
D | NormalizationTest.txt | 113 00E0;00E0;0061 0300;00E0;0061 0300; 285 01E0;01E0;0041 0307 0304;01E0;0041 0307 0304; 372 02E0;02E0;02E0;0263;0263; 1359 22E0;22E0;227C 0338;22E0;227C 0338; 1497 24E0;24E0;24E0;0071;0071; 1533 2F0F;2F0F;2F0F;51E0;51E0; 1588 2F46;2F46;2F46;65E0;65E0; 2121 32E0;32E0;32E0;30C1;30C1; 2137 32F0;32F0;32F0;30E0;30E0; 2163 330A;330A;330A;30AA 30FC 30E0;30AA 30FC 30E0; [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | NormalizationTest.txt | 113 00E0;00E0;0061 0300;00E0;0061 0300; 285 01E0;01E0;0041 0307 0304;01E0;0041 0307 0304; 372 02E0;02E0;02E0;0263;0263; 1359 22E0;22E0;227C 0338;22E0;227C 0338; 1497 24E0;24E0;24E0;0071;0071; 1533 2F0F;2F0F;2F0F;51E0;51E0; 1588 2F46;2F46;2F46;65E0;65E0; 2121 32E0;32E0;32E0;30C1;30C1; 2137 32F0;32F0;32F0;30E0;30E0; 2163 330A;330A;330A;30AA 30FC 30E0;30AA 30FC 30E0; [all …]
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-armv8.pl | 245 my ($ABCD,$E,$E0,$E1)=map("v$_.16b",(0..3)); 286 sha1h $E0,$ABCD // $i 294 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0); 298 sha1h $E0,$ABCD // $i 303 sha1p $ABCD,$E0,$W0 305 sha1h $E0,$ABCD // 19 308 add.i32 $E,$E,$E0
|
D | sha1-mb-x86_64.pl | 522 my ($ABCD0,$E0,$E0_,$BSWAP,$ABCD1,$E1,$E1_)=map("%xmm$_",(0..3,8..10)); 594 pshufd \$0b00111111,@MSG0[3],$E0 617 movdqa $E0,0x50(%rsp) # offload 618 paddd @MSG0[0],$E0 625 sha1rnds4 \$0,$E0,$ABCD0 # 0-3 637 movdqa $ABCD0,$E0 641 sha1nexte @MSG0[2],$E0 653 sha1rnds4 \$`int($i/5)`,$E0,$ABCD0 # 8-11 664 ($E0,$E0_)=($E0_,$E0); ($E1,$E1_)=($E1_,$E1); 670 sha1rnds4 \$3,$E0,$ABCD0 # 64-67 [all …]
|
D | sha1-armv4-large.pl | 612 my ($ABCD,$E,$E0,$E1)=map("q$_",(0..3)); 663 sha1h $E0,$ABCD @ $i 671 ($E0,$E1)=($E1,$E0); ($W0,$W1)=($W1,$W0); 675 sha1h $E0,$ABCD @ $i 680 sha1p $ABCD,$E0,$W0 682 sha1h $E0,$ABCD @ 19 685 vadd.i32 $E,$E,$E0
|
/third_party/openssl/crypto/des/ |
D | des_local.h | 125 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument 126 { DES_LONG tmp; LOAD_DATA(R,S,u,t,E0,E1,tmp); } 128 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 130 u=t&E0; t&=E1; \ 135 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument 147 LOAD_DATA_tmp(R,S,u,t,E0,E1); \
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationTest.txt | 113 00E0;00E0;0061 0300;00E0;0061 0300; 285 01E0;01E0;0041 0307 0304;01E0;0041 0307 0304; 372 02E0;02E0;02E0;0263;0263; 1359 22E0;22E0;227C 0338;22E0;227C 0338; 1497 24E0;24E0;24E0;0071;0071; 1533 2F0F;2F0F;2F0F;51E0;51E0; 1588 2F46;2F46;2F46;65E0;65E0; 2121 32E0;32E0;32E0;30C1;30C1; 2137 32F0;32F0;32F0;30E0;30E0; 2162 330A;330A;330A;30AA 30FC 30E0;30AA 30FC 30E0; [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | zh.txt | 96 scientificFormat{"#E0"} 120 scientificFormat{"#E0"} 147 scientificFormat{"#E0"} 160 scientificFormat{"#E0"} 173 scientificFormat{"#E0"} 186 scientificFormat{"#E0"} 199 scientificFormat{"#E0"} 213 scientificFormat{"#E0"} 227 scientificFormat{"#E0"} 240 scientificFormat{"#E0"} [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_epx.c | 73 uint32_t E0, E1, E2, E3; in epx2_slice() local 83 E0 = D == B ? D : E; in epx2_slice() 88 E0 = E; in epx2_slice() 94 dst_line[0][x*2] = E0; in epx2_slice() 141 uint32_t E0, E1, E2, E3, E4, E5, E6, E7, E8; in epx3_slice() local 155 E0 = D == B ? D : E; in epx3_slice() 165 E0 = E; in epx3_slice() 176 dst_line[0][x*3] = E0; in epx3_slice()
|
/third_party/boost/boost/proto/detail/ |
D | deduce_domain.hpp | 107 template<typename E0> 109 : domain_of<E0> 187 template<typename E0, typename E1> 190 typename domain_of<E0>::type
|