/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 127 template<unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4> 131 const char (&S4)[N4], const T& Value) { in Cases() argument 135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 140 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument 145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 150 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument 155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 160 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument 166 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 171 const char (&S4)[N4], const char (&S5)[N5], in Cases() argument [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colormap.c | 258 const int N4 = N + 4; in build_map() local 265 A[j*N4+i] = A[i*N4+j] = s->kernel(s->source[i], s->source[j]); in build_map() 268 A[i*N4+N+0] = A[(N+0)*N4+i] = 1; in build_map() 270 A[i*N4+N+1] = A[(N+1)*N4+i] = s->source[i][0]; in build_map() 272 A[i*N4+N+2] = A[(N+2)*N4+i] = s->source[i][1]; in build_map() 274 A[i*N4+N+3] = A[(N+3)*N4+i] = s->source[i][2]; in build_map() 276 for (int j = N; j < N4; j++) in build_map() 277 for (int i = N;i < N4; i++) in build_map() 278 A[j * N4 + i] = 0.; in build_map() 280 if (gauss_make_triangular(A, pivot, N4)) { in build_map() [all …]
|
D | vf_xbr.c | 127 … N0, N1, N2, N3, N4, N5, N6, N7, N8) do { \ argument 169 … N15, N14, N11, N3, N7, N10, N13, N12, N9, N6, N2, N1, N5, N8, N4, N0) do { \ argument
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/ |
D | import_alias_declarations_1.ts | 44 export namespace N4 { 51 import n1 = N3.N4;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 113 const uint32_t N4 = allocate##MemorySize(); \ in TEST_F() 136 __ fld(IceType_f##Size, dwordAddress(N4)); \ in TEST_F() 161 test.set##MemorySize##To(N4, NewValue4); \ in TEST_F() 185 ASSERT_FLOAT_EQ(NewValue4, test.contentsOf##MemorySize<Type>(N4)) \ in TEST_F()
|
/third_party/ffmpeg/doc/ |
D | errno.txt | 90 ENODATA XSR +N4... No message available 105 ENOSR XSR +N4... No STREAM resources 106 ENOSTR XSR +N4... Not a STREAM 149 ETIME XSR +N4... Stream ioctl timeout
|
/third_party/pcre2/pcre2/testdata/ |
D | grepoutputN | 20 ---------------------------- Test N4 ------------------------------
|
/third_party/icu/icu4c/source/data/locales/ |
D | mgo.txt | 221 "N4", 265 "N4",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | mgo.txt | 201 "N4", 245 "N4",
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 20 type N4 = string & number; alias
|
D | intersectionReduction.ts | 20 type N4 = string & number; alias
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionReductionStrict.types | 51 type N4 = string & number; 52 >N4 : never
|
D | intersectionReductionStrict.symbols | 50 type N4 = string & number; 51 >N4 : Symbol(N4, Decl(intersectionReductionStrict.ts, 16, 36))
|
D | intersectionReductionStrict.js | 19 type N4 = string & number;
|
D | intersectionReduction.types | 51 type N4 = string & number; 52 >N4 : never
|
D | intersectionReduction.js | 19 type N4 = string & number;
|
D | intersectionReduction.symbols | 50 type N4 = string & number; 51 >N4 : Symbol(N4, Decl(intersectionReduction.ts, 16, 36))
|
D | intersectionReductionStrict.errors.txt | 25 type N4 = string & number;
|
D | intersectionReduction.errors.txt | 25 type N4 = string & number;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 941 SDValue N2, SDValue N3, SDValue N4); 943 SDValue N2, SDValue N3, SDValue N4, SDValue N5); 954 SDValue N2, SDValue N3, SDValue N4); 956 SDValue N2, SDValue N3, SDValue N4, SDValue N5);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5683 SDValue N1, SDValue N2, SDValue N3, SDValue N4) { in getNode() argument 5684 SDValue Ops[] = { N1, N2, N3, N4 }; in getNode() 5689 SDValue N1, SDValue N2, SDValue N3, SDValue N4, in getNode() argument 5691 SDValue Ops[] = { N1, N2, N3, N4, N5 }; in getNode() 7517 SDValue N1, SDValue N2, SDValue N3, SDValue N4) { in getNode() argument 7518 SDValue Ops[] = { N1, N2, N3, N4 }; in getNode() 7523 SDValue N1, SDValue N2, SDValue N3, SDValue N4, in getNode() argument 7525 SDValue Ops[] = { N1, N2, N3, N4, N5 }; in getNode()
|
D | DAGCombiner.cpp | 8987 SDValue N4 = N->getOperand(4); in visitSELECT_CC() local 8988 ISD::CondCode CC = cast<CondCodeSDNode>(N4)->get(); in visitSELECT_CC()
|
/third_party/pcre2/pcre2/ |
D | RunGrepTest.bat | 642 echo ---------------------------- Test N4 ------------------------------>>testtrygrep
|
/third_party/cups-filters/cupsfilters/ |
D | image.ppm | 525 /3LK/qbCmV4]@"P-V-j8r:#l2i/_'U!P"H"E%N4\G(p^6rf6uk8pi3c^&QPCD 965 _JaNbPWKVLFB.0&+"1"3=L+IS0QV.QM J<G2N4W;O8K:E;@<;>5B 4676 …>O<5P1,Q($N%#W78R89K3/=) 5%?4XT7jnK:BM]0Vl;Je2Ge1VwBa�N]�IV�AY�GO�N>~J2{N4�Z6�^4�W6�J=�A9u+,W+… 5100 …@d6Mi9Qc3KU#IMLO$>G(7G*/G'3S.CmEO�UB}M,j7)g42n:9r=>n:=e3<\-?Y,OS.];"e5![5N4@7:@7M&5Z.=l>;sDB}… 5262 +6!CL&RU,_`2nl0ws)xs%|t(�|0��7�x3~g+qW)hK*fD-g?,i?'k<6~N4}OL�iX�sEn\F_YblnrlxudwjWkQDV<:G=FKF\ZDdY6… 5322 …'S9(N<(M>+LA/KD1HF9DHG=FK:DN;GW;J_7E_/:V&0K,-I&!7:)9J/8H!"U& c-#XTU#X(V,S.O0N4O7G4G5I8 5485 …@=B?FFQN[#Tc*Tc*Ta)X_+`b0fe/`^%VRPHQHTLOGMJMKJMFMBM?K6L'M&N4Q7S<WE\NaVeZaZ… 5525 …*un)ylpa#k_/qe4n`,bR(]I-bH1bBAjBVmAce6mQ"u?�5�4�: �=p8V*9.5A+N4lO#pRhPp`"ic%X\Xf… 5582 …}Q.uK1oJ?uSQ|`Uw^IbL@K:2(4!/ *#()#".$-$-!2(=1 ND.`U:lc8kb-`Y$VK Q<N4J3"L4,R=6YC=\JA^JEbP… 5707 …]|�ic�Pp�]z�gz�fu�`m�VYo@DY.Pd?J_>EY=E\BKaLOfRNfVIdUB^P?`O>aM:`I4\A-X:)V5(U4I-N4#Z;+gE-iG$\9A * [all …]
|
/third_party/ffmpeg/tests/ |
D | reference.pnm | 1139 N4F,C(A(H. 1188 …fW)jZ-l`:znK�ɤ�Ը�ռ�Լ�־���������������������������������u_<�oNuX5nP+qP/}X2wO(kI hG_>T8Q4T5P5N4 1295 U3a=gBnGnJ!cCW:N4 1339 S7S8N4H*I+H-G*H+H+E'E&I'A$E'G%O.Y5\6[8[7b;hBnFqKwOwPyO!�S |P{L{R vT!fM…
|