Home
last modified time | relevance | path

Searched defs:curr (Results 1 - 25 of 287) sorted by relevance

12345678910>>...12

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h72 const vec3 curr = ((x * (a * x + c * b) + d * e) / (x * (a * x + b) + d * f)) - e / f; in TonemapFilmic() local
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_binding_test.cpp60 uint64_t curr = Tmspsec(); in HWTEST() local
108 uint64_t curr = Tmspsec(); in HWTEST() local
/third_party/node/deps/v8/third_party/zlib/
H A Dfill_window_sse.c152 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window_sse() local
/third_party/mesa3d/src/util/
H A Dos_time.h90 os_time_timeout(int64_t start, int64_t end, int64_t curr) os_time_timeout() argument
/third_party/skia/third_party/externals/zlib/
H A Dfill_window_sse.c152 ulg curr = s->strstart + (ulg)(s->lookahead); in fill_window_sse() local
/base/security/device_security_level/services/dslm/
H A Ddslm_inner_process.c44 uint64_t curr = GetMillisecondSinceBoot(); in CheckAndGenerateChallenge() local
105 uint64_t curr = GetMillisecondSinceBoot(); in VerifyDeviceInfoResponse() local
/base/useriam/user_auth_framework/common/utils/
H A Diam_time.cpp37 struct tm curr; in GetNowTimeString() local
/third_party/libwebsockets/lib/misc/lwsac/
H A Dprivate-lib-misc-lwsac.h57 struct lwsac *curr; member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D4-1.c60 void *curr; in child() local
/base/security/device_security_level/baselib/utils/src/
H A Dutils_tlv.c76 uint8_t *curr = buff; in Serialize() local
/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp101 struct timespec curr = {0}; in HWTEST_F() local
118 struct timespec curr = {0}; in HWTEST_F() local
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga2_mmu_info.h28 int32_t curr; member
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/
H A Dres_sched_exe_service_proxy.cpp109 uint64_t curr = ResSchedExeCommonUtils::GetCurrentTimestampUs(); in SendDebugCommand() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_core.cpp79 EglWrapperFuncPointer *curr = reinterpret_cast<EglWrapperFuncPointer*>(&gWrapperHook.wrapper); variable
/third_party/lame/misc/
H A Dscalartest.c34 double curr = 0; in test() local
67 double curr = 0; in testn() local
[all...]
/third_party/toybox/toys/other/
H A Dacpi.c63 int cap = 0, curr = 0, max = 0; in acpi_callback() local
/third_party/rust/crates/nix/src/
H A Dfeatures.rs30 let mut curr: usize = 0; in parse_kernel_version() variables
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dprocess.c211 struct task_struct *curr = current; in thaw_processes() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c180 struct _mali_osk_lock_debug_s *curr; in remove_lock_from_log() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_locks.c182 struct _mali_osk_lock_debug_s *curr; in remove_lock_from_log() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dparallel_recognizer.cpp179 RefPtr<ParallelRecognizer> curr = AceType::DynamicCast<ParallelRecognizer>(recognizer); in ReconcileFrom() local
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dparallel_recognizer.cpp176 RefPtr<ParallelRecognizer> curr = AceType::DynamicCast<ParallelRecognizer>(recognizer); in ReconcileFrom() local
H A Dexclusive_recognizer.cpp229 RefPtr<ExclusiveRecognizer> curr = AceType::DynamicCast<ExclusiveRecognizer>(recognizer); in ReconcileFrom() local
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp106 auto curr = std::chrono::system_clock::now().time_since_epoch(); in ReconnectExtAbility() local
/third_party/backends/include/sane/
H A Dsanei_wire.h81 char *curr; member

Completed in 9 milliseconds

12345678910>>...12