/third_party/vixl/test/aarch64/ |
D | test-simulator-traces-aarch64.h | 29 // test-simulator-aarch64. 31 // If you update input lists in test-simulator-inputs-aarch64.h, or add a new 32 // test to test-simulator-aarch64.cc, please run 41 #include <stdint.h> 44 // To add a new simulator test to test-simulator-aarch64.cc, add placeholder 45 // array(s) below to build test-simulator-aarch64 for reference platform. Then, 49 // --------------------------------------------------------------------- 51 // --------------------------------------------------------------------- 58 // --------------------------------------------------------------------- 60 // --------------------------------------------------------------------- [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | cavs.c | 2 * Chinese AVS video (AVS1-P2, JiZhun profile) decoder. 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * Chinese AVS video (AVS1-P2, JiZhun profile) decoder 28 #include "libavutil/mem_internal.h" 30 #include "avcodec.h" 31 #include "get_bits.h" 32 #include "golomb.h" 33 #include "h264chroma.h" 34 #include "idctdsp.h" 35 #include "internal.h" [all …]
|
D | h264_slice.c | 2 * H.26L/H.264/AVC/JVT/14496-10/... decoder 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * H.264 / AVC / MPEG-4 part10 codec. 28 #include "libavutil/avassert.h" 29 #include "libavutil/display.h" 30 #include "libavutil/imgutils.h" 31 #include "libavutil/stereo3d.h" 32 #include "internal.h" 33 #include "cabac.h" 34 #include "cabac_functions.h" [all …]
|
D | h264dec.c | 2 * H.26L/H.264/AVC/JVT/14496-10/... decoder 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * H.264 / AVC / MPEG-4 part10 codec. 30 #include "libavutil/avassert.h" 31 #include "libavutil/display.h" 32 #include "libavutil/imgutils.h" 33 #include "libavutil/opt.h" 34 #include "libavutil/stereo3d.h" 35 #include "libavutil/video_enc_params.h" 37 #include "internal.h" [all …]
|
D | vdpau_vp9.c | 20 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 #include <vdpau/vdpau.h> 24 #include "libavutil/pixdesc.h" 25 #include "avcodec.h" 26 #include "internal.h" 27 #include "vp9data.h" 28 #include "vp9dec.h" 29 #include "hwconfig.h" 30 #include "vdpau.h" 31 #include "vdpau_internal.h" [all …]
|
D | nvdec_vp9.c | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 #include "libavutil/pixdesc.h" 25 #include "avcodec.h" 26 #include "nvdec.h" 27 #include "decode.h" 28 #include "internal.h" 29 #include "vp9shared.h" 33 VP9SharedContext *h = avctx->priv_data; in nvdec_vp9_start_frame() local 34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame() 36 NVDECContext *ctx = avctx->internal->hwaccel_priv_data; in nvdec_vp9_start_frame() [all …]
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | makefile.intel | 4 # Copyright (C) 2006, 2014 Glenn Randers-Pehrson 10 # and license in png.h 14 # ------------------- Intel C/C++ Compiler 4.0 and later ------------------- 32 # -------------------------------------------------------------------------- 34 CC=icl -c 35 CPPFLAGS=-I$(ZLIBINC) 36 CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -nologo 41 # Pre-built configuration 43 PNGLIBCONF_H_PREBUILT = scripts\pnglibconf.h.prebuilt 53 pnglibconf.h: $(PNGLIBCONF_H_PREBUILT) [all …]
|
D | makefile.bc32 | 2 # 32-bit Borland C++ (Note: All modules are compiled in C mode) 4 # "make -fmakefile.bc32" 6 # -------------------- 32-bit Borland C++ -------------------- 11 ## Where zlib.h, zconf.h and zlib.lib are 20 # -3 = 386, -4 = 486, -5 = Pentium etc. 22 #TARGET_CPU=-6 30 CDEBUG=-v 31 LDEBUG=-v 39 CDEBUG=$(CDEBUG) -N 40 LDEBUG=$(LDEBUG) -N [all …]
|
D | makefile.beos | 3 # Copyright (C) 2002, 2006, 2008, 2010-2014 Glenn Randers-Pehrson 9 # and license in png.h 24 MKDIR_P=mkdir -p 25 LN_SF=ln -sf 28 RM_F=/bin/rm -f 36 # ALIGN=-malign-loops=2 -malign-functions=2 38 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \ 39 -Wmissing-declarations -Wtraditional -Wcast-align \ 40 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion 42 # On BeOS, -O1 is actually better than -O3. This is a known bug but it's [all …]
|
D | makefile.sco | 4 # Copyright (C) 2002, 2006, 2010-2014 Glenn Randers-Pehrson 10 # and license in png.h 26 LN_SF=ln -f -s 29 RM_F=/bin/rm -f 31 # where make install puts libpng.a, $(OLDSO)*, and png.h 41 CPPFLAGS=-I$(ZLIBINC) 42 CFLAGS= -dy -belf -O3 43 LDFLAGS=-L. -L$(ZLIBLIB) -lpng16 -lz -lm 65 # Pre-built configuration 67 PNGLIBCONF_H_PREBUILT = scripts/pnglibconf.h.prebuilt [all …]
|
D | makefile.vcwin32 | 3 # Copyright (C) 2006,2009,2011,2014 Glenn Randers-Pehrson 7 # and license in png.h 9 # Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib 12 # -------- Microsoft Visual C++ 2.0 and later -------- 18 CPPFLAGS = -I..\zlib 19 CFLAGS = -nologo -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -MD -O2 -W3 20 LDFLAGS = -nologo 21 ARFLAGS = -nologo 25 # Pre-built configuration 27 PNGLIBCONF_H_PREBUILT = scripts\pnglibconf.h.prebuilt [all …]
|
D | makefile.hp64 | 2 # Copyright (C) 1999-2002, 2006, 2009, 2010-2014 Glenn Randers-Pehrson 8 # and license in png.h 17 # CFLAGS=-O1 -DHAVE_UNISTD -DUSE_MAP -fPIC \ 18 # LDSHARED=ld -b 34 MKDIR_P=mkdir -p 35 LN_SF=ln -sf 38 RM_F=/bin/rm -f 40 CPPFLAGS=-I$(ZLIBINC) \ 41 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_UNISTD_H -DUSE_MMAP 42 CFLAGS=-O -Ae -Wl,+vnocompatwarnings +DD64 +Z [all …]
|
D | makefile.sgi | 2 # Copyright (C) 2001-2002, 2006, 2007, 2010-2014 Glenn Randers-Pehrson 7 # and license in png.h 22 MKDIR_P=mkdir -p 23 LN_SF=ln -sf 26 RM_F=/bin/rm -f 28 # Where make install puts libpng.a, libpng16.so, and libpng16/png.h 42 # ABI can be blank to use default for your system, -32, -o32, -n32, or -64 46 WARNMORE=-fullwarn 47 # Note: -KPIC is the default anyhow 48 CPPFLAGS=-I$(ZLIBINC) # -DPNG_DEBUG=5 [all …]
|
D | makefile.darwin | 2 # Copyright (C) 2002, 2004, 2006, 2008, 2010-2014 Glenn Randers-Pehrson 10 # and license in png.h 12 # where "make install" puts libpng.a, libpng16.dylib, png.h, pngconf.h, 13 # and pnglibconf.h 34 MKDIR_P=mkdir -p 35 LN_SF=ln -sf 38 RM_F=/bin/rm -f 40 CPPFLAGS=-I$(ZLIBINC) 41 # CFLAGS=-W -Wall -O3 -funroll-loops 42 CFLAGS=-W -Wall -O -funroll-loops [all …]
|
D | makefile.dec | 2 # Copyright (C) 2000-2002, 2006, 2010-2014 Glenn Randers-Pehrson 7 # and license in png.h 23 LN_SF=ln -f -s 26 RM_F=/bin/rm -f 28 # where make install puts libpng.a and png.h 57 CPPFLAGS=-I$(ZLIBINC) # -DPNG_DEBUG=5 58 CFLAGS=-std -w1 -O # -g 59 LDFLAGS=-L$(ZLIBLIB) -rpath $(ZLIBLIB) libpng.a -lz -lm 61 # Pre-built configuration 63 PNGLIBCONF_H_PREBUILT = scripts/pnglibconf.h.prebuilt [all …]
|
D | makefile.linux | 2 # Copyright (C) 1998, 1999, 2002, 2006, 2008, 2010-2014 Greg Roelofs and 3 # Glenn Randers-Pehrson 8 # and license in png.h 24 MKDIR_P=mkdir -p 25 LN_SF=ln -sf 28 RM_F=/bin/rm -f 31 # libpng16/png.h, libpng16/pngconf.h, and libpng16/pnglibconf.h 44 #ALIGN=-malign-loops=2 -malign-functions=2 46 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \ 47 -Wmissing-declarations -Wtraditional -Wcast-align \ [all …]
|
D | makefile.sunos | 2 # Copyright (C) 2002, 2006, 2014 Glenn Randers-Pehrson 7 # and license in png.h 9 # where make install puts libpng.a and png.h 31 WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow -Wconversion \ 32 -Wmissing-declarations -Wtraditional -Wcast-align \ 33 -Wstrict-prototypes -Wmissing-prototypes 37 MKDIR_P=mkdir -p 38 LN_SF=ln -f -s 41 RM_F=/bin/rm -f 43 CPPFLAGS=-I$(ZLIBINC) # -DPNG_DEBUG=5 [all …]
|
/third_party/node/deps/v8/ |
D | BUILD.bazel | 2 # Use of this source code is governed by a BSD-style license that can be 21 load(":bazel/v8-non-pointer-compression.bzl", "v8_binary_non_pointer_compression") 116 # https://groups.google.com/a/google.com/g/c-toolchain-team/c/W4nmWonD0ow/m/rLGyIL4YIQAJ 155 # We use a string flag to create a 3 value-logic. 233 # We use a string flag to create a 3 value-logic. 289 # Enable -rdynamic. 419 srcs = glob(["include/**/*.h"]), 425 "third_party/wasm-api/wasm.h", 426 "third_party/wasm-api/wasm.hh", 433 "include/v8-platform.h", [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | all-objects-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 12 #include "src/objects/allocation-site-inl.h" 13 #include "src/objects/allocation-site-scopes-inl.h" 14 #include "src/objects/api-callbacks-inl.h" 15 #include "src/objects/arguments-inl.h" 16 #include "src/objects/bigint-inl.h" 17 #include "src/objects/call-site-info-inl.h" 18 #include "src/objects/cell-inl.h" 19 #include "src/objects/code-inl.h" 20 #include "src/objects/compilation-cache-table-inl.h" [all …]
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-header-compile | 11 set -e 14 #files=$(cd ${prefix}/include/gstreamer-1.0/ && find . -name '*.h') 16 files="allocators.h gstdmabuf.h" 18 files="app.h gstappsrc.h gstappsink.h" 20 files="audio.h audio-format.h audio-channels.h audio-info.h \ 21 gstaudioringbuffer.h gstaudioclock.h gstaudiofilter.h \ 22 gstaudiocdsrc.h gstaudiodecoder.h gstaudioencoder.h \ 23 gstaudiobasesink.h gstaudiobasesrc.h gstaudiometa.h \ 24 gstaudiosink.h gstaudiosrc.h streamvolume.h gstaudioiec61937.h" 26 files="fft.h gstfft.h gstffts16.h gstffts32.h gstfftf32.h gstfftf64.h" [all …]
|
/third_party/icu/icu4c/source/data/locales/ |
D | fr_CA.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 166 "H", 191 "al-nasi", 194 stand-alone{ 198 "H", 223 "al-nasi", 234 "H", 242 "H", 247 stand-alone{ 251 "H", [all …]
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | fr_CA.txt | 3 // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml 116 "H", 141 "al-nasi", 144 stand-alone{ 148 "H", 173 "al-nasi", 184 "H", 192 "H", 197 stand-alone{ 201 "H", [all …]
|
/third_party/libunwind/ |
D | Makefile.am | 1 include_HEADERS = include/libunwind-dynamic.h 4 include_HEADERS += include/libunwind-ptrace.h 8 include_HEADERS += include/libunwind-coredump.h 12 include_HEADERS += include/libunwind-aarch64.h 15 include_HEADERS += include/libunwind-arm.h 18 include_HEADERS += include/libunwind-ia64.h 21 include_HEADERS += include/libunwind-hppa.h 24 include_HEADERS += include/libunwind-mips.h 27 include_HEADERS += include/libunwind-tilegx.h 30 include_HEADERS += include/libunwind-x86.h [all …]
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 2 * lws-minimal-secure-streams-client 4 * Written in 2010-2020 by Andy Green <andy@warmcat.com> 20 #include <private-lib-core.h> 52 lwsl_sspc_notice(ss, "%s -> %s", in lws_ss_check_next_state_sspc() 62 lwsl_sspc_err(ss, "transition from %s -> %s is illegal", in lws_ss_check_next_state_sspc() 72 lws_sspc_event_helper(lws_sspc_handle_t *h, lws_ss_constate_t cs, in lws_sspc_event_helper() argument 77 if (!h) in lws_sspc_event_helper() 80 if (lws_ss_check_next_state_sspc(h, &h->prev_ss_state, cs)) in lws_sspc_event_helper() 83 if (!h->ssi.state) in lws_sspc_event_helper() 86 h->h_in_svc = h; in lws_sspc_event_helper() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | hashmap.c | 4 Copyright 2004-2008 Lennart Poettering 21 #include <config.h> 24 #include <stdlib.h> 26 #include <pulse/xmalloc.h> 27 #include <pulsecore/idxset.h> 28 #include <pulsecore/flist.h> 29 #include <pulsecore/macro.h> 31 #include "hashmap.h" 54 #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) argument 59 pa_hashmap *h; in pa_hashmap_new_full() local [all …]
|