/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/snippets/ |
H A D | core_lerp_blocks.h | 15 void GenericLerp(in vec2 a, in vec2 b, in float t, out vec2 c) in GenericLerp() 20 void GenericLerp(in vec3 a, in vec3 b, in float t, out vec3 c) in GenericLerp() 25 void GenericLerp(in vec4 a, in vec4 b, in float t, out vec4 c) in GenericLerp()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/rect_fuzzer/ |
H A D | rect_fuzzer.cpp | 63 int t = GetObject<int>(); in RectFuzzTest001() local 65 int b = GetObject<int>(); in RectFuzzTest001() local 88 scalar t = GetObject<scalar>(); in RectFuzzTest002() local 90 scalar b = GetObject<scalar>(); in RectFuzzTest002() local 127 scalar t = GetObject<scalar>(); in RectFuzzTest003() local 129 scalar b = GetObject<scalar>(); in RectFuzzTest003() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/ |
H A D | render_roi.h | 49 double b; variable 50 double t; variable
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | running_lock_mgr.c | 94 for (int32_t t = RUNNINGLOCK_SCREEN; t < RUNNINGLOCK_BUTT; t++) { in ShowLocks() local 153 for (int32_t t = RUNNINGLOCK_SCREEN; t < RUNNINGLOCK_BUTT; t++) { in RunningLockMgrGetTotalLockCount() local 166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_common.h | 54 uint32_t b; variable 72 float t = top + dy; in Inset() local 74 float b = bottom - dy; in Inset() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 211 unMarshallingSubInfo(t) { argument 225 unMarshallingUnSubInfo(t) { argument 245 unMarshallingDatabase(t) { argument 401 unMarshallingFiledArray(t) { argument 537 unMarshallingValuesBucket(t) { argument 551 unMarshallingValueType(t) { argument 632 unmarshallingAssets(t) { argument 779 unMarshallingParticipants(t) { argument 791 unMarshallingParticipant(t) { argument 806 unMarshallingPrivilege(t) { argument [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/ |
H A D | rsproxyrendernode_fuzzer.cpp | 70 float t = GetData<float>(); in DoSomethingInterestingWithMyAPI() local 72 float b = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_math_test.cpp | 59 const float t = 0.5f; variable 70 int a = 1, b = 2, c = 3, d = 4; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 58 float t = rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local 60 float b = t + rand.nextULessThan(bitmapHeight_); in OnTestPerformance() local 289 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local 291 int b = ((t + 100) > bitmapHeight_) ? bitmapHeight_ : (t + 100); // 100 用于高度计算 in OnTestPerformance() local 315 int t = (i + 100) % bitmapHeight_; // 100 用于高度计算 in OnTestPerformance() local 317 int b = ((t + 100) > bitmapHeight_) ? bitmapHeight_ : (t + 100); // 100 用于高度计算 in OnTestPerformance() local 447 float t; in OnTestPerformance() local 449 float b; in OnTestPerformance() local 470 float t; in OnTestPerformance() local 472 float b; in OnTestPerformance() local
|
H A D | text_blob_test.cpp | 48 float t; in OnTestPerformance() local 50 float b; in OnTestPerformance() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 36 #define BIND_MAP_4_4(a, b) (((a) << 4) | (b)) argument 91 for (const auto& t : plat.sbSets) { in ProcessStorageBlocks() local 112 for (const auto& t : plat.ubSets) { in ProcessUniformBlocks() local 156 for (const auto& t : plat.ciSets) { in ProcessImageTextures() local 179 for (const auto& t : plat.combSets) { in ProcessCombinedSamplers() local 215 for (const auto& t : plat.siSets) { in ProcessSubPassInputs() local 238 for (const auto& t : plat.cbSets) { in ProcessSamplers() local 404 for (const auto& b : s.bindings) { in BuildBindInfos() local 497 for (const auto& t : fragPlat.cbSets) { in PatchOesBinds() local 505 for (const auto& t : fragPlat.combSets) { in PatchOesBinds() local [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …"path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefine… constant
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | rect.h | 127 inline RectI::RectI(const int l, const int t, const int r, const int b) noexcept in RectI() 326 inline RectF::RectF(const scalar l, const scalar t, const scalar r, const scalar b) noexcept in RectF()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… property in Ts.t
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 264 for (auto t : buckets_) { in clear() local 267 auto b = next; in clear() local 288 for (auto b : other.buckets_) { variable 416 for (auto t : buckets_) { in begin() local 425 for (auto t : buckets_) { in begin() local 503 for (auto b : other.buckets_) { variable 624 auto b = buckets_[index]; in get_entry() local 682 for (auto b : tmp) { in rehash() local 749 if (auto b = base::get_entry(ind, key)) { variable
|
/ohos5.0/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_rsa.c | 167 static void lin_mul_word(unsigned long a, unsigned long b, unsigned long *res_hi, unsigned long *re… in lin_mul_word() 223 unsigned long t; in lin_sub() local 241 #define dword_add_word(a, b, r) \ argument 247 static void montgomery_mul_add(struct long_int_num *p_a, unsigned long b, struct long_int_num *p_n, in montgomery_mul_add()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_particle_noise_field.cpp | 152 float PerlinNoise2D::Fade(float t) in Fade() 158 float PerlinNoise2D::Lerp(float t, float a, float b) in Lerp()
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
H A D | dfx_crasher.c | 164 char b[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local 236 pthread_t t[2]; in MultiThreadCrash() local 353 pthread_t t; in DoActionOnSubThread() local
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
H A D | log_utils.cpp | 173 for (uint16_t t : types) { in ComboLogType2Str() local 177 for (uint16_t t: types) { in ComboLogType2Str() local 202 uint16_t t = Str2LogType(it); in Str2ComboLogType() local 222 return std::equal(l1.begin(), l1.end(), l2.begin(), [](char a, char b) { in __anon9d62ac760202() 302 uint16_t t = PrettyStr2LogLevel(it); in Str2ComboLogLevel() local
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent_c.h | 64 bool b; member 85 HiSysEventParamType t; member
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_vector4.h | 150 inline Quaternion Quaternion::Slerp(const Quaternion& to, float t) in Slerp() 241 void Vector4<T>::Min(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Min() 253 void Vector4<T>::Max(const Vector4<T>& a, const Vector4<T>& b, Vector4<T>& result) in Max()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/ |
H A D | rsblurfilter_fuzzer.cpp | 160 float t = GetData<float>(); in DoDrawImageRect() local 162 float b = GetData<float>(); in DoDrawImageRect() local
|