/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A 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() 135 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 140 const char (&S4)[N4], const char (&S5)[N5], in Cases() 145 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 150 const char (&S4)[N4], const char (&S5)[N5], in Cases() 155 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 160 const char (&S4)[N4], const char (&S5)[N5], in Cases() 166 template <unsigned N0, unsigned N1, unsigned N2, unsigned N3, unsigned N4, 171 const char (&S4)[N4], cons in Cases() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A 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 in build_map() [all...] |
H A D | vf_xbr.c | 127 N0, N1, N2, N3, N4, N5, N6, N7, N8) do { \ 169 N15, N14, N11, N3, N7, N10, N13, N12, N9, N6, N2, N1, N5, N8, N4, N0) do { \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A 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/pulseaudio/speex/tmv/ |
H A D | preprocess_tm.h | 45 register int N4 = framesize - N3; in preprocess_analysis() local 86 for ( i=0,j=0,ptr=(int*)(x+N4) ; i<N3 ; i+=2,j+=8 ) in preprocess_analysis() 332 register int N4 = framesize - N3; in preprocess_analysis() local 368 for ( i=0,x+=N4 ; i<N3 ; ++i ) in preprocess_analysis() 1013 register int N4 = (framesize) - N3; in preprocess_update() local 1034 for ( i=0;i<N4;i++) in preprocess_update()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | preprocess.c | 394 int N, N3, N4, M; in speex_preprocess_state_init() local 423 N4 = st->frame_size - N3; in speex_preprocess_state_init() 473 if (N4>0) in speex_preprocess_state_init() 477 st->window[i+N3+N4]=st->window[i+N3]; in speex_preprocess_state_init() 619 int N4 = st->frame_size - N3; in preprocess_analysis() local 630 st->inbuf[i]=x[N4+i]; in preprocess_analysis() 728 int N4 = st->frame_size - N3; in speex_preprocess_run() local 984 for (i=0;i<N4;i++) in speex_preprocess_run()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | intersectionReduction.js | 19 type N4 = string & number;
|
H A D | intersectionReductionStrict.js | 19 type N4 = string & number;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A 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/ |
H A D | SelectionDAG.cpp | 5683 SDValue N1, SDValue N2, SDValue N3, SDValue N4) { 5684 SDValue Ops[] = { N1, N2, N3, N4 }; 5689 SDValue N1, SDValue N2, SDValue N3, SDValue N4, 5691 SDValue Ops[] = { N1, N2, N3, N4, N5 }; 7517 SDValue N1, SDValue N2, SDValue N3, SDValue N4) { 7518 SDValue Ops[] = { N1, N2, N3, N4 }; 7523 SDValue N1, SDValue N2, SDValue N3, SDValue N4, 7525 SDValue Ops[] = { N1, N2, N3, N4, N5 };
|
H A 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/ |
H A D | RunGrepTest.bat | 642 echo ---------------------------- Test N4 ------------------------------>>testtrygrep
|