/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | parser.c | 197 gst_parser_test_init (GstParserTest * ptest, const guint8 * data, guint size, in gst_parser_test_init() argument 206 memset (ptest, 0, sizeof (*ptest)); in gst_parser_test_init() 207 ptest->factory = ctx_factory; in gst_parser_test_init() 208 ptest->factory_setup = ctx_setup; in gst_parser_test_init() 209 ptest->sink_template = ctx_sink_template; in gst_parser_test_init() 210 ptest->src_template = ctx_src_template; in gst_parser_test_init() 211 ptest->framed = TRUE; in gst_parser_test_init() 213 ptest->src_caps = ctx_input_caps; in gst_parser_test_init() 214 ptest->sink_caps = ctx_output_caps; in gst_parser_test_init() 215 memcpy (ptest->headers, ctx_headers, sizeof (ptest->headers)); in gst_parser_test_init() [all …]
|
D | parser.h | 101 void gst_parser_test_init (GstParserTest * ptest, const guint8 * data, guint size, guint num);
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | parser.c | 197 gst_parser_test_init (GstParserTest * ptest, guint8 * data, guint size, in gst_parser_test_init() argument 206 memset (ptest, 0, sizeof (*ptest)); in gst_parser_test_init() 207 ptest->factory = ctx_factory; in gst_parser_test_init() 208 ptest->sink_template = ctx_sink_template; in gst_parser_test_init() 209 ptest->src_template = ctx_src_template; in gst_parser_test_init() 210 ptest->framed = TRUE; in gst_parser_test_init() 212 ptest->src_caps = ctx_input_caps; in gst_parser_test_init() 213 ptest->sink_caps = ctx_output_caps; in gst_parser_test_init() 214 memcpy (ptest->headers, ctx_headers, sizeof (ptest->headers)); in gst_parser_test_init() 215 ptest->discard = ctx_discard; in gst_parser_test_init() [all …]
|
D | amrparse.c | 162 GstParserTest ptest; in GST_START_TEST() local 170 gst_parser_test_init (&ptest, frame_hdr_nb, sizeof (frame_hdr_nb), 1); in GST_START_TEST() 172 ptest.series[2].data = frame_data_nb; in GST_START_TEST() 173 ptest.series[2].size = sizeof (frame_data_nb); in GST_START_TEST() 174 ptest.series[2].num = 10; in GST_START_TEST() 177 ptest.framed = FALSE; in GST_START_TEST() 179 ptest.dropped = sizeof (frame_hdr_nb); in GST_START_TEST() 182 ptest.sink_caps = gst_caps_from_string (SINK_CAPS_NB); in GST_START_TEST() 184 gst_parser_test_run (&ptest, NULL); in GST_START_TEST() 186 gst_caps_unref (ptest.sink_caps); in GST_START_TEST() [all …]
|
D | aacparse.c | 83 GstParserTest ptest; in GST_START_TEST() local 86 gst_parser_test_init (&ptest, adif_header, sizeof (adif_header), 1); in GST_START_TEST() 88 ptest.series[2].size = 100; in GST_START_TEST() 89 ptest.series[2].num = 3; in GST_START_TEST() 91 ptest.framed = FALSE; in GST_START_TEST() 94 ptest.sink_caps = in GST_START_TEST() 97 gst_parser_test_run (&ptest, NULL); in GST_START_TEST() 99 gst_caps_unref (ptest.sink_caps); in GST_START_TEST()
|
D | parser.h | 77 void gst_parser_test_init (GstParserTest * ptest, guint8 * data, guint size, guint num);
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_atadenoise.asm | 114 ptest m12, m12 206 ptest m12, m12 239 ptest m12, m12
|
/third_party/optimized-routines/string/aarch64/ |
D | strchr-sve.S | 50 ptest p4, p2.b /* was first in c? */
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | sse-instr.h | 122 V(ptest, 66, 0F, 38, 17)
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | sse-instr.h | 185 V(ptest, 66, 0F, 38, 17) \
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 422 MNE(ptest)
|
D | x86_64.mnemonics | 410 MNE(ptest)
|
D | ChangeLog | 208 pmovzxdq, pmuldq, pmulld, popcnt, ptest, roundss, roundps, roundpd,
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 390 AVX_OP_SSE4_1(Ptest, ptest)
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 962 01100110,00001111,00111000,00010111,{Mod}{xmmreg}{R_m}:ptest {Mod}{R_m},{xmmreg}
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | ChangeLog | 3828 pmovsxbq, pmovsxwd, pmovsxwq, pmovsxdq, pmuldq, pmulld, popcnt, ptest, 4614 * dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 308 def PTEST_PP : sve_int_ptest<0b010000, "ptest">;
|
/third_party/vixl/test/aarch64/ |
D | test-disasm-sve-aarch64.cc | 5962 COMPARE(ptest(p15, p0.VnB()), "ptest p15, p0.b"); in TEST() 5963 COMPARE(ptest(p0, p15.VnB()), "ptest p0, p15.b"); in TEST() 5964 COMPARE(ptest(p6, p6.VnB()), "ptest p6, p6.b"); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 5605 // ptest instruction we'll lower to this in X86ISelLowering primarily from 5631 "ptest\t{$src2, $src1|$src1, $src2}", 5635 "ptest\t{$src2, $src1|$src1, $src2}",
|
/third_party/elfutils/libdwfl/ |
D | ChangeLog | 3545 * ptest.c: Moved to ../tests/dwflmodtest.c.
|
/third_party/vixl/src/aarch64/ |
D | assembler-aarch64.h | 5215 void ptest(const PRegister& pg, const PRegisterWithLaneSize& pn);
|
D | macro-assembler-aarch64.h | 5665 ptest(pg, pn); in Ptest()
|
D | assembler-sve-aarch64.cc | 6291 void Assembler::ptest(const PRegister& pg, const PRegisterWithLaneSize& pn) { in ptest() function in vixl::aarch64::Assembler
|