Home
last modified time | relevance | path

Searched refs:thiz (Results 26 - 41 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/util/
H A Doptions.hh92 post_parse_ (void *thiz, GError **error) {} in post_parse_()
95 post_parse_ (Type *thiz, GError **error) -> decltype (thiz->post_parse (error))
96 { thiz->post_parse (error); }
H A Dhb-subset.cc693 face_options_t *thiz = (face_options_t *) data; in collect_face() local
695 if (!thiz->font_file) in collect_face()
697 thiz->font_file = g_strdup (arg); in collect_face()
710 subset_main_t *thiz = (subset_main_t *) data; in collect_rest() local
712 if (!thiz->font_file) in collect_rest()
714 thiz->font_file = g_strdup (arg); in collect_rest()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences.cpp133 napi_value thiz = nullptr; in New() local
134 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in New()
135 if (thiz == nullptr) { in New()
139 return thiz; in New()
396 napi_value thiz = nullptr; in RegisterObserver() local
400 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thiz, nullptr)); in RegisterObserver()
427 auto [obj, instance] = GetSelfInstance(env, thiz); in RegisterObserver()
438 napi_value thiz = nullptr; in UnregisterObserver() local
442 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thiz, nullptr)); in UnregisterObserver()
475 auto [obj, instance] = GetSelfInstance(env, thiz); in UnregisterObserver()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_predicates_utils.cpp33 napi_value thiz = nullptr; in CreateRdbPredicates() local
34 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thiz, nullptr)); in CreateRdbPredicates()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp137 napi_value thiz = nullptr; in New() local
138 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in New()
139 if (thiz == nullptr) { in New()
143 return thiz; in New()
410 napi_value thiz = nullptr; in RegisterObserver() local
414 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thiz, nullptr)); in RegisterObserver()
428 return RegisterDataObserver(env, argc, args, thiz); in RegisterObserver()
436 auto [obj, instance] = GetSelfInstance(env, thiz); in RegisterObserver()
447 napi_value thiz = nullptr; in UnRegisterObserver() local
451 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, args, &thiz, nullpt in UnRegisterObserver()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dfsmc_nand.c108 u8 thiz; member
266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
270 thiz = (tims->thiz & FSMC_THIZ_MASK) << FSMC_THIZ_SHIFT; in fsmc_nand_setup()
279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
280 writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB); in fsmc_nand_setup()
289 u32 thiz, thold, twait, tset, twait_min; in fsmc_calc_timings() local
301 thiz = sdrt->tCS_min - sdrt->tWP_min; in fsmc_calc_timings()
302 tims->thiz = DIV_ROUND_UP(thiz / 100 in fsmc_calc_timings()
[all...]
H A Dstm32_fmc2_nand.c224 u8 thiz; member
292 /* Set tset/twait/thold/thiz timings in common bank */ in stm32_fmc2_nfc_timings_init()
296 pmem |= FIELD_PREP(FMC2_PMEM_MEMHIZ, timings->thiz); in stm32_fmc2_nfc_timings_init()
299 /* Set tset/twait/thold/thiz timings in attribut bank */ in stm32_fmc2_nfc_timings_init()
303 patt |= FIELD_PREP(FMC2_PATT_ATTHIZ, timings->thiz); in stm32_fmc2_nfc_timings_init()
1397 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local
1408 tims->thiz = FMC2_THIZ; in stm32_fmc2_nfc_calc_timings()
1409 thiz = (tims->thiz + 1) * hclkp; in stm32_fmc2_nfc_calc_timings()
1432 if (twait > thiz in stm32_fmc2_nfc_calc_timings()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dfsmc_nand.c108 u8 thiz; member
266 u32 tclr, tar, thiz, thold, twait, tset; in fsmc_nand_setup() local
270 thiz = (tims->thiz & FSMC_THIZ_MASK) << FSMC_THIZ_SHIFT; in fsmc_nand_setup()
279 writel_relaxed(thiz | thold | twait | tset, host->regs_va + COMM); in fsmc_nand_setup()
280 writel_relaxed(thiz | thold | twait | tset, host->regs_va + ATTRIB); in fsmc_nand_setup()
289 u32 thiz, thold, twait, tset, twait_min; in fsmc_calc_timings() local
301 thiz = sdrt->tCS_min - sdrt->tWP_min; in fsmc_calc_timings()
302 tims->thiz = DIV_ROUND_UP(thiz / 100 in fsmc_calc_timings()
[all...]
H A Dstm32_fmc2_nand.c225 u8 thiz; member
294 /* Set tset/twait/thold/thiz timings in common bank */ in stm32_fmc2_nfc_timings_init()
298 pmem |= FIELD_PREP(FMC2_PMEM_MEMHIZ, timings->thiz); in stm32_fmc2_nfc_timings_init()
301 /* Set tset/twait/thold/thiz timings in attribut bank */ in stm32_fmc2_nfc_timings_init()
305 patt |= FIELD_PREP(FMC2_PATT_ATTHIZ, timings->thiz); in stm32_fmc2_nfc_timings_init()
1403 unsigned long timing, tar, tclr, thiz, twait; in stm32_fmc2_nfc_calc_timings() local
1414 tims->thiz = FMC2_THIZ; in stm32_fmc2_nfc_calc_timings()
1415 thiz = (tims->thiz + 1) * hclkp; in stm32_fmc2_nfc_calc_timings()
1438 if (twait > thiz in stm32_fmc2_nfc_calc_timings()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudioplayer_adapter.cpp245 IOHBufferQueue *thiz = (IOHBufferQueue *)itf; in RegisterCallbackAdapter() local
246 AudioRenderer *audioRenderer = GetAudioRenderById(thiz->mId); in RegisterCallbackAdapter()
254 callbackMap_.insert(make_pair(thiz->mId, callbackPtr_)); in RegisterCallbackAdapter()
H A Daudiocapturer_adapter.cpp190 IOHBufferQueue *thiz = (IOHBufferQueue *)itf; in RegisterCallbackAdapter() local
191 AudioCapturer *audioCapturer = GetAudioCapturerById(thiz->mId); in RegisterCallbackAdapter()
197 callbackMap_.insert(make_pair(thiz->mId, callbackPtr_)); in RegisterCallbackAdapter()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp606 napi_value thiz = nullptr; in GetSharedBlockName() local
607 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in GetSharedBlockName()
610 NAPI_CALL(env, napi_unwrap(env, thiz, reinterpret_cast<void **>(&proxy))); in GetSharedBlockName()
619 napi_value thiz = nullptr; in GetSharedBlockAshmemFd() local
620 NAPI_CALL(env, napi_get_cb_info(env, info, nullptr, nullptr, &thiz, nullptr)); in GetSharedBlockAshmemFd()
623 NAPI_CALL(env, napi_unwrap(env, thiz, reinterpret_cast<void **>(&proxy))); in GetSharedBlockAshmemFd()
H A Dnapi_rdb_store.cpp1091 napi_value thiz = nullptr; in SetVersion() local
1094 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in SetVersion()
1096 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thiz); in SetVersion()
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/
H A Dpulse_audio_service_adapter_impl.h67 PulseAudioServiceAdapterImpl *thiz; member
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_adapter_manager.h202 AudioAdapterManager *thiz; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp1290 napi_value thiz = nullptr; in SetVersion() local
1293 napi_get_cb_info(env, info, &argc, args, &thiz, nullptr); in SetVersion()
1294 RdbStoreProxy *rdbStoreProxy = GetNativeInstance(env, thiz); in SetVersion()

Completed in 22 milliseconds

12