/third_party/vk-gl-cts/framework/platform/osx/ |
H A D | tcuOSXPlatform.cpp | 156 return glu::ApiType::core(major, minor); in getVersion()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1890 rm -f core conftest.err conftest.$ac_objext \ 1943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 1945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 2146 rm -f core *.core core.conftest.* && 3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 3637 rm -f core conftes [all...] |
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 78 #include <pulsecore/core-error.h> 79 #include <pulsecore/core-rtclock.h> 80 #include <pulsecore/core-scache.h> 81 #include <pulsecore/core.h> 85 #include <pulsecore/core-util.h> 1409 /* Ensure all the modules/samples are unloaded when the core is still ref'ed, in real_main() 1410 * as unlink callback hooks in modules may need the core to be ref'ed */ in real_main()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessXFBTests.cpp | 77 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 234 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 558 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 966 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 1574 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
|
H A D | gl4cDirectStateAccessBuffersTests.cpp | 84 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 215 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 931 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 1154 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 1298 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 1486 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 1651 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 1845 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 2112 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 2258 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core( in iterate() [all...] |
/third_party/rust/crates/minimal-lexical/src/ |
H A D | libm.rs | 394 use core::arch::x86::*; in sqrtf() 396 use core::arch::x86_64::*; in sqrtf() 1073 use core::arch::x86::*; in sqrtd() 1075 use core::arch::x86_64::*; in sqrtd() 1088 use core::num::Wrapping; in sqrtd()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_xll.c | 1097 // core decoding or mute its output until decoding delay expires. in parse_frame_no_pbr() 1250 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output() 1262 // Verify that core is compatible in combine_residual_frame() 1264 av_log(s->avctx, AV_LOG_ERROR, "Residual encoded channels are present without core\n"); in combine_residual_frame() 1268 if (c->freq != dca->core.output_rate) { in combine_residual_frame() 1269 av_log(s->avctx, AV_LOG_WARNING, "Sample rate mismatch between core (%d Hz) and XLL (%d Hz)\n", dca->core.output_rate, c->freq); in combine_residual_frame() 1273 if (nsamples != dca->core.npcmsamples) { in combine_residual_frame() 1274 av_log(s->avctx, AV_LOG_WARNING, "Number of samples per frame mismatch between core (%d) and XLL (%d)\n", dca->core in combine_residual_frame() [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 370 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_x11_create_surface() 427 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_x11_destroy_surface() 886 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_copy_region() 960 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_x11_swap_buffers() 1042 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_x11_copy_buffers() 1558 dri2_dpy->loader_dri3_ext.core = dri2_dpy->core; in dri2_initialize_x11_dri3()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 35 #include <pulsecore/core-util.h> 315 u->dbus_protocol = pa_dbus_protocol_get(u->sink->core); in dbus_init() 501 chunk->memblock = pa_memblock_new(i->sink->core->mempool, chunk->length); in sink_input_pop_cb() 1030 master = pa_namereg_get(m->core, master_name, PA_NAMEREG_SINK); in pa__init() 1215 u->block_size = pa_frame_align(pa_mempool_block_size_max(m->core->mempool), &ss); in pa__init() 1312 u->sink = pa_sink_new(m->core, &sink_data, in pa__init() 1350 pa_sink_input_new(&u->sink_input, m->core, &sink_input_data); in pa__init()
|
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ili9341-spi.c | 25 #include <private-lib-core.h>
|
/third_party/libwebsockets/lib/abstract/ |
H A D | test-sequencer.c | 31 #include <private-lib-core.h>
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_drmif.h | 98 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 122 uint32_t core; member
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
H A D | client-mqtt-handshake.c | 26 #include <private-lib-core.h>
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.h | 98 const __DRIcoreExtension *core; member
|
/third_party/libwebsockets/lib/system/ |
H A D | system.c | 25 #include <private-lib-core.h>
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genhash.c | 27 #include <private-lib-core.h>
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h2.c | 25 #include <private-lib-core.h>
|
H A D | ss-raw.c | 27 #include <private-lib-core.h>
|
/third_party/lz4/examples/ |
H A D | Makefile | 110 @rm -f core *.o *.dec *-0 *-9 *-8192 *.lz4s *.lz4 \
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | core_algorithm.c | 10 #include <openssl/core.h> 12 #include "internal/core.h"
|
/third_party/node/deps/openssl/openssl/providers/ |
H A D | legacyprov.c | 12 #include <openssl/core.h> 36 /* Parameters we provide to the core */ 172 /* Functions we provide to the core */
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | asn1.h | 21 #include <openssl/core.h>
|
H A D | rsa.h | 14 # include <openssl/core.h>
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | kdf_lib.c | 16 #include <openssl/core.h>
|