Home
last modified time | relevance | path

Searched +defs:f +defs:c (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c174 HiviewFile *f = NULL; in CloseEventOutputFile() local
232 HiviewFile *f = NULL; in OutputEvent() local
283 HiviewFile *f = NULL; in OutputEventRealtime() local
324 HiviewFile *f = NULL; in Output2Flash() local
380 HiviewFile *f = NULL; in GetEventFileSize() local
389 HiviewFile *f = NULL; in ReadEventFile() local
448 static void GetEventCache(uint8 type, HiviewCache **c, HiviewFile **f) in GetEventCache()
513 HiviewFile *f = NULL; in FlushFaultEvent() local
525 HiviewFile *f = NULL; in FlushUeEvent() local
537 HiviewFile *f = NULL; in FlushStatEvent() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h29 const float c = 2.43f; in TonemapAces() local
43 float c = 1.2f; in TonemapAcesFilmRec2020() local
57 const float c = 0.10f; in TonemapFilmic() local
60 const float f = 0.30f; in TonemapFilmic() local
67 const float c = 0.10f; in TonemapFilmic() local
70 const float f = 0.30f; in TonemapFilmic() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_status.h48 #define ASSERT_ARGS(c) if (!(c)) { CM_LOG_W("Invalid args: %s\n", #c); return CMR_ERROR_INVALID_ARG… argument
49 #define ASSERT_FUNC(f) if (CMR_OK != (f)) { CM_LOG_W("Failed: %s\n", #f); return CMR_ERROR; } argument
51 #define ASSERT_CM_CALL(f) do {int32_t _rc = (f); if ((_rc) != CM_SUCCESS) { return CM_ERROR((_rc));… argument
53 #define TRY_FUNC(f, rc) do { \ argument
62 #define TRY_HKS_CALL(f, rc) do {int32_t _rc = (f); if ((_rc) != HKS_SUCCESS) { \ argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp73 float c = GetObject<float>(); in ColorSpaceFuzzTest002() local
76 float f = GetObject<float>(); in ColorSpaceFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp55 Color c(Drawing::Color::COLOR_YELLOW); in TestPenColor() local
121 Point c(rect.GetLeft() + rect.GetWidth() / 2.0f, in TestPenMiterLimit() local
161 Point c(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 2.0f); in TestPenCapStyle() local
170 Point f(rect.GetRight() - rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenCapStyle() local
242 Point f(rect.GetRight() - rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenAntiAlias() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp89 for (auto& c : path) { in CleanPath() local
200 for (auto& f : files_) { in GetMonitoredFiles() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_color_filter.cpp37 void SkiaColorFilter::InitWithBlendMode(ColorQuad c, BlendMode mode) in InitWithBlendMode()
73 void SkiaColorFilter::Compose(const ColorFilter& f) in Compose()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dcolor_space.h52 float g, a, b, c, d, e, f; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_mgr_impl.cpp33 RetCode HostStreamMgrImpl::CreateHostStream(const HostStreamInfo& info, BufferCb c) in CreateHostStream()
74 std::sort(s.begin(), s.end(), [](const int32_t& f, const int32_t& n) { in GetStreamTypes()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.cpp274 if (auto f = META_ACCESS_PROPERTY(KeyframeHandlers)->GetValueAt(index)) { in UpdateCurrentTrack() local
284 ReturnError TrackAnimation::Import(IImportContext& c) in Import()
288 ReturnError TrackAnimation::Finalize(IImportFunctions& f) in Finalize()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dbind.cpp56 auto f = GetObjectRegistry().Create<IFunction>(META_NS::ClassId::PropertyFunction); in SetTarget() local
117 ReturnError Bind::Import(IImportContext& c) in Import()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer_base.cpp248 for (const auto& c : children_) { in Move() local
294 if (auto c = interface_cast<IMutableContainable>(child)) { in InternalRemoveAll() local
392 auto f = params.function.GetInterface<IIterableCallable<IObject::Ptr>>(); in Iterate() local
402 auto f = params.function.GetInterface<IIterableConstCallable<IObject::Ptr>>(); in Iterate() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js56 constructor(a, b, c, d = -1, e = undefined, f) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js681 const c = b.creaseRects; constant
684 let f = 0; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp185 std::sort(types.begin(), types.end(), [](const int32_t& f, const int32_t& n) { return f < n; }); in CheckStreamsSupported()
199 …:shared_ptr<IStreamPipelineCore> IStreamPipelineCore::Create(const std::shared_ptr<NodeContext>& c) in Create()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"u… constant
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/export/
H A Dcolor_space.h117 float c; member
120 float f; member
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c153 void SecWriteMultiChar(char ch, int num, SecPrintfStream *f, int *pnumwritten) in SecWriteMultiChar()
166 void SecWriteString(const char *string, int len, SecPrintfStream *f, int *pnumwritten) in SecWriteString()
298 #define SECUREC_FMT_TYPE(c, fmtTable) \ argument
300 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
304 #define SECUREC_DECODE_STATE(c, fmtTable, laststate) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_brdf_common.h82 const float c = 1.0 - NoV; in EnvBRDFApproxSheen() local
110 const float f = (NoH * alpha2 - NoH) * NoH + 1.0; in dGGX() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js26 let f; variable
905 async function c(i1) { function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp345 void CanvasPath2D::SetTransform(double a, double b, double c, double d, double e, double f) in SetTransform()
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp120 … .WillByDefault([this](const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) { in SetMockFunDefaultBehaviorPartOne()
798 …*__wrap_OPENSSL_sk_deep_copy(const OPENSSL_STACK *st, OPENSSL_sk_copyfunc c, OPENSSL_sk_freefunc f) in __wrap_OPENSSL_sk_deep_copy()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp52 SHA512_CTX c; variable
228 std::ifstream f("/data/test/media/hash_val.json", ios::in); in LoadHashFile() local
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp310 for (char &c : sysname) { in SetSyspath() local
340 std::ifstream f(realPath, std::ios_base::in); in ReadUeventFile() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h568 T c = static_cast<T>(Sin(angle + QUARTER_IN_DEGREE)); in Rotate() local
947 inline int64_t FloatToInt64(float f) in FloatToInt64()

12