Home
last modified time | relevance | path

Searched +defs:k +defs:t (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/watchdog/
H A Dwatchdog.h47 #define PLACE_A_WATCHDOG(t, f, k) do { \ argument
52 #define PLACE_A_WATCHDOG_DEFAULT_TIME(f, k) PLACE_A_WATCHDOG(WATCHDOG_TIMEOUT, f, k) argument
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp54 const uint64_t t = s_[1] << 17; in GetRandom() local
65 inline uint64_t Rotl(const uint64_t x, int k) in Rotl()
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c40 int k = i / START_CALC_PRIME_NUM; in CalcNextPrime() local
74 ListNode *t = p->list[i]; in DestroyHashTable() local
105 ListNode *t = p->list[i]; in RebuildHashTable() local
126 ListNode *t = p->list[slot]; in FindContext() local
144 ListNode *t = p->list[slot]; in InsertHashTable() local
181 ListNode *t = p->list[slot]; in DeleteHashTable() local
/ohos5.0/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/
H A Dhiview_event.h177 #define IS_COMPILE_EVENT(t) (((HIEVENT_COMPILE_TYPE) & (t)) == (t)) argument
187 #define HIEVENT_FAULT_REPORT(id, k, v) HiEventPrintf(HIEVENT_FAULT, (id), (k), (v)) argument
189 #define HIEVENT_FAULT_REPORT(id, k, v) argument
193 #define HIEVENT_UE_REPORT(id, k, v) HiEventPrintf(HIEVENT_UE, (id), (k), (v)) argument
195 #define HIEVENT_UE_REPORT(id, k, v) argument
199 #define HIEVENT_STAT_REPORT(id, k, v) HiEventPrintf(HIEVENT_STAT, (id), (k), (v)) argument
201 #define HIEVENT_STAT_REPORT(id, k, v) argument
213 #define HIEVENT_PUT_INT_VALUE(pEvent, k, v) HiEventPutInteger(pEvent, k, v) argument
217 #define HIEVENT_PUT_INT_VALUE(pEvent, k, v) argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js80 let k; variable
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
[all …]
/ohos5.0/base/update/updater/services/script/threadpool/
H A Dthreadpool.cpp60 for (size_t t = 0; t < taskQueue_.size(); ++t) { in Init() local
78 for (int32_t k = 0; k < threadPoolMaxTasks; ++k) { in ThreadRun() local
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwm_math.cpp134 int i, j, k; in Invert() local
136 float t = mat_[k][k]; in Invert() local
356 float t = end.z_ / (end.z_ - start.z_); in GetOriginScreenPoint() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… constant
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… constant
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i… constant
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …s"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThi… variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2142 updateStateVars(t) { argument
2156 onPlaceChildren(k, l, m) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1288 constructor(t, u, v, w) { argument
1326 constructor(k, l, m, n) { argument
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_native_test.cpp631 std::string k = "k"; variable
1198 std::thread t([&ret, &args, &queryRules, &querier] () { in __anon8cf1a60d0202() variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp904 struct tm *t; in GetTime() local
1090 for (int16_t k = 1; k < channels; k++) { in InitSignalData() local