/third_party/typescript/tests/baselines/reference/ |
H A D | intTypeCheck.js | 42 interface i6 extends i2 { } 168 var obj55: i6; 169 var obj56: i6 = {}; 170 var obj57: i6 = new Object(); 171 var obj58: i6 = new obj55; 172 var obj59: i6 = new Base; 173 var obj60: i6 = null; 174 var obj61: i6 = function () { }; 175 //var obj62: i6 = function foo() { }; 176 var obj63: i6 [all...] |
H A D | commentsClass.js | 37 var i6 = new c6(); 116 var i6 = new c6();
178 declare var i6: c6;
|
H A D | complicatedPrivacy.js | 74 export class c_pr implements mglo5.i5, mglo5.i6 { 101 interface i6 {
|
/third_party/ltp/tools/sparse/sparse-src/validation/eval/ |
H A D | unqual02.c | 7 typeof(!x) i6; i6 = 0; // should be OK in test_const() 19 typeof(!x) i6; pp = &i6; // should be OK in test_volatile()
|
/third_party/lzma/CPP/Common/ |
H A D | MyCom.h | 301 #define Z7_COM_UNKNOWN_IMP_6(i1, i2, i3, i4, i5, i6) \
309 Z7_COM_QI_ENTRY(i6) \
312 #define Z7_COM_UNKNOWN_IMP_7(i1, i2, i3, i4, i5, i6, i7) \
320 Z7_COM_QI_ENTRY(i6) \
355 #define Z7_IFACES_IMP_UNK_6(i1, i2, i3, i4, i5, i6) \
356 Z7_COM_UNKNOWN_IMP_6(i1, i2, i3, i4, i5, i6) \
362 Z7_IFACE_COM7_IMP(i6) \
417 #define Z7_CLASS_IMP_COM_6(c, i1, i2, i3, i4, i5, i6) \
424 public i6, \
426 Z7_IFACES_IMP_UNK_6(i1, i2, i3, i4, i5, i6) \
[all...] |
/third_party/toybox/toys/net/ |
H A D | netstat.c | 124 struct {struct {unsigned a, b, c, d;} u; unsigned char b[16];} i6; in show_ip() member 132 &num, &laddr.i6.u.a, &laddr.i6.u.b, &laddr.i6.u.c, in show_ip() 133 &laddr.i6.u.d, &lport, &raddr.i6.u.a, &raddr.i6.u.b, in show_ip() 134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq, in show_ip()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | available_instructions_test.cpp | 156 opt::Instruction* i6 = context->get_def_use_mgr()->GetDef(30); in TEST() local 165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST() 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | available_instructions_test.cpp | 156 opt::Instruction* i6 = context->get_def_use_mgr()->GetDef(30); in TEST() local 165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST() 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp3dsp.asm | 223 movq m7, m5 ; r7 = i6 225 pmulhw m5, C(2) ; r5 = c2*i6 - i6 231 paddw m5, m7 ; r5 = c2*i6 233 pmulhw m7, C(6) ; r7 = c6*i6 236 psubsw m1, m5 ; r1 = H = c6*i2 - c2*i6 427 movdqa m5, I(6) ; xmm5 = i6 429 movdqa m7, m5 ; xmm7 = i6 431 pmulhw m5, C(2) ; xmm5 = c2 * i6 - i6 [all...] |
H A D | fft.asm | 95 ; in: %1 = {r0,i0,r2,i2,r4,i4,r6,i6} 99 ; %2 = {r4,r5,r6,r7,i4,i5,i6,i7} 129 ; in: %1={r0,i0,r2,i2,r4,i4,r6,i6} %2={r1,i1,r3,i3,r5,i5,r7,i7} 130 ; out: %1={r0,r1,r2,r3,r4,r5,r6,r7} %2={i0,i1,i2,i3,i4,i5,i6,i7} 144 ; in: %1={r0,r1,r2,r3} %2={i0,i1,i2,i3} %3={r4,i4,r6,i6} %4={r5,i5,r7,i7} 145 ; out: %1={r0,r1,r2,r3} %2={i0,i1,i2,i3} %1={r4,r5,r6,r7} %2={i4,i5,i6,i7} 149 ; %3={r4,i4,r6,i6,r12,i12,r14,i14} %4={r5,i5,r7,i7,r13,i13,r15,i15} 151 ; %3={r4,r5,r6,r7,r12,r13,r14,r15} %4={i4,i5,i6,i7,i12,i13,i14,i15} 167 subps %4, %2, %5 ; {i4,i5,i6,i7} 358 ; m2={r4,r5,r6,r7,r12,r13,r14,r15} m3={i4,i5,i6,i [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | available_instructions_test.cpp | 156 opt::Instruction* i6 = context->get_def_use_mgr()->GetDef(30); in TEST() local 165 for (auto i : {i1, i2, i3, i4, i5, i6, i7, i8, i9}) { in TEST() 203 auto available = all_instructions.GetAvailableBeforeInstruction(i6); in TEST() 241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
|
/third_party/glslang/Test/inc2/ |
H A D | foo.h | 1 float4 i6; variable
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | fft_neon.S | 63 vadd.f32 d5, d18, d19 @ r6+r7,i6+i7 65 vsub.f32 d19, d18, d19 @ r6-r7,i6-i7 140 vsub.f32 q11, q9, q1 @ {r6,r7,i6,i7} 197 vadd.f32 q11, q11, q1 @ {r6,r7,i6,i7}
|
H A D | fft_vfp.S | 66 vsub.f s10, s2, s10 @ i6
|
H A D | vp8dsp_armv6.S | 255 pkhbt r9, r6, lr, lsl #16 @ i6 | i2 = t0/t1 second half
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-ia64.pl | 232 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7)); 245 (p$i6) shr.u @y[2]=@x[$k],16 } 248 { .mfi; (p$i6) ld1 @z[2]=[$inp],1
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-ia64.pl | 230 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7)); 243 (p$i6) shr.u @y[2]=@x[$k],16 } 246 { .mfi; (p$i6) ld1 @z[2]=[$inp],1
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInst.h | 973 int32_t i5, int32_t i6, int32_t i7) const { 981 getIndexValue(6) == i6 && getIndexValue(7) == i7; 985 int32_t i5, int32_t i6, int32_t i7, int32_t i8, int32_t i9, 995 getIndexValue(6) == i6 && getIndexValue(7) == i7 &&
|
/third_party/python/Modules/clinic/ |
H A D | _cursesmodule.c.h | 3997 "tparm($module, str, i1=0, i2=0, i3=0, i4=0, i5=0, i6=0, i7=0, i8=0,\n" 4011 int i4, int i5, int i6, int i7, int i8, int i9); 4023 int i6 = 0; in _curses_tparm() local 4029 &str, &i1, &i2, &i3, &i4, &i5, &i6, &i7, &i8, &i9)) { in _curses_tparm() 4032 return_value = _curses_tparm_impl(module, str, i1, i2, i3, i4, i5, i6, i7, i8, i9); in _curses_tparm()
|
/third_party/elfutils/tests/ |
H A D | funcretval_test.c | 16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; member
|
H A D | run-allregs.sh | 2379 30: %i6 (i6), address 32 bits 2457 30: %i6 (i6), address 64 bits
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 4339 i6: int = 0 4350 int i4, int i5, int i6, int i7, int i8, int i9) in _curses_tparm_impl() 4357 result = tparm((char *)str,i1,i2,i3,i4,i5,i6,i7,i8,i9); in _curses_tparm_impl() 4349 _curses_tparm_impl(PyObject *module, const char *str, int i1, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) _curses_tparm_impl() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 3825 Int i6 = a6; 3842 result += (i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + i10 + i11 + i12);
|