/third_party/rust/crates/rustix/src/backend/libc/process/ |
H A D | types.rs | 374 pub type RawNonZeroPid = core::num::NonZeroI32; 406 let mut set = unsafe { core::mem::zeroed() };
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | syscalls.rs | 27 use core::cmp; 28 use core::mem::MaybeUninit;
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | parse.rs | 6 use core::char; 7 use core::str::{Bytes, CharIndices, Chars};
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fInternalFormatQueryTests.cpp | 78 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init() 97 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate()
|
H A D | es31fSampleShadingTests.cpp | 54 contextSupports(contextType, glu::ApiType::core(4, 5)) || in checkSupport() 418 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5));
|
H A D | es31fShaderBuiltinConstantTests.cpp | 162 contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init() 205 contextSupports(renderCtx.getType(), glu::ApiType::core(4, 5)); in createGetConstantExecutor() 368 tcu::TestCaseGroup* const coreGroup = new tcu::TestCaseGroup(m_testCtx, "core", "Core Specification"); in init()
|
H A D | es31fShaderStateQueryTests.cpp | 102 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in iterate() 386 glu::contextSupports(ctxType, glu::ApiType::core(4, 5)); in init()
|
H A D | es31fShaderTextureSizeTests.cpp | 167 glu::contextSupports(rc.getType(), glu::ApiType::core(4, 5)); 364 glu::contextSupports(contextType, glu::ApiType::core(4, 5));
|
H A D | es31fTessellationGeometryInteractionTests.cpp | 60 glu::contextSupports(contextType, glu::ApiType::core(4, 5)); in specializeShader() 62 const bool supportsGL45 = glu::contextSupports(contextType, glu::ApiType::core(4, 5)); in specializeShader() 182 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init() 489 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); in init() 883 glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5)); 1802 if (glu::contextSupports(contextType, glu::ApiType::core(4, 5))) 2198 glu::contextSupports(contextType, glu::ApiType::core(4, 5)); 2867 const bool supportsCore40 = glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 0));
|
H A D | es31fOpaqueTypeIndexingTests.cpp | 367 hasExtension(m_context.getRenderContext().getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in init() 407 hasExtension(renderContext.getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in getShaderSpec() 744 hasExtension(m_context.getRenderContext().getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in init() 797 hasExtension(renderContext.getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in getShaderSpec() 994 hasExtension(m_context.getRenderContext().getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in init() 1031 hasExtension(renderContext.getFunctions(), glu::ApiType::core(4, 5), "GL_ARB_ES3_2_compatibility"); in getShaderSpec()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_drv.c | 514 //rga_scheduler->ops->soft_reset(job->core); in rga3_irq_handler() 708 rga_scheduler->core = RGA3_SCHEDULER_CORE0; in init_scheduler() 712 rga_scheduler->core = RGA3_SCHEDULER_CORE1; in init_scheduler() 716 rga_scheduler->core = RGA2_SCHEDULER_CORE0; in init_scheduler()
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.cpp | 755 bool core = n > 0 && runHistory.at(2) == n && runHistory.at(3) == n * 3 && runHistory.at(4) == n && runHistory.at(5) == n; in finderPenaltyCountPatterns() local 756 return (core && runHistory.at(0) >= n * 4 && runHistory.at(6) >= n ? 1 : 0) in finderPenaltyCountPatterns() 757 + (core && runHistory.at(6) >= n * 4 && runHistory.at(0) >= n ? 1 : 0); in finderPenaltyCountPatterns()
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen.py | 576 core: bool = n > 0 and (runhistory[2] == runhistory[4] == runhistory[5] == n) and runhistory[3] == n * 3 577 return (1 if (core and runhistory[0] >= n * 4 and runhistory[6] >= n) else 0) \ 578 + (1 if (core and runhistory[6] >= n * 4 and runhistory[0] >= n) else 0)
|
/third_party/pulseaudio/src/pulse/ |
H A D | mainloop.c | 44 #include <pulsecore/core-rtclock.h> 45 #include <pulsecore/core-util.h> 49 #include <pulsecore/core-error.h>
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilitySampleVariablesTests.cpp | 118 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 239 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate() 583 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | clk-provider.h | 293 * @core: pointer to the struct clk_core instance that points back to this
304 struct clk_core *core;
member 1026 int __clk_determine_rate(struct clk_hw *core, struct clk_rate_request *req);
1035 dst->core = src->core;
in __clk_hw_set_clk()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 37 #include <core/gpuobj.h> 38 #include <core/option.h> 39 #include <core/pci.h> 40 #include <core/tegra.h> 71 MODULE_PARM_DESC(config, "option string to pass to driver core"); 75 MODULE_PARM_DESC(debug, "debug string to pass to driver core");
|
H A D | nouveau_drv.h | 238 #include <nvkm/core/tegra.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-dbus.c | 28 #include <pulsecore/core-util.h> 40 pa_core *core; member 126 p->core = c; in dbus_protocol_new() 177 pa_assert_se(pa_shared_remove(p->core, "dbus-protocol") >= 0); in pa_dbus_protocol_unref()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
H A D | tennis_detect.cpp | 30 #include <opencv2/core.hpp>
|
/third_party/libwebsockets/lib/abstract/ |
H A D | abstract.c | 25 #include <private-lib-core.h>
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | lws-cache-ttl.c | 25 #include <private-lib-core.h>
|
/third_party/libwebsockets/lib/drivers/netdev/ |
H A D | netdev.c | 25 #include <private-lib-core.h>
|
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_drmif.h | 109 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
|
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/ |
H A D | auth.c | 27 #include <private-lib-core.h>
|