/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | options.hh | 92 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 D | hb-subset.cc | 693 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 D | napi_preferences.cpp | 133 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 D | napi_predicates_utils.cpp | 33 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 D | napi_preferences.cpp | 137 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 D | fsmc_nand.c | 108 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 D | stm32_fmc2_nand.c | 224 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 D | fsmc_nand.c | 108 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 D | stm32_fmc2_nand.c | 225 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 D | audioplayer_adapter.cpp | 245 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 D | audiocapturer_adapter.cpp | 190 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 D | napi_result_set.cpp | 606 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 D | napi_rdb_store.cpp | 1091 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 D | pulse_audio_service_adapter_impl.h | 67 PulseAudioServiceAdapterImpl *thiz; member
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
H A D | audio_adapter_manager.h | 202 AudioAdapterManager *thiz; member
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_store.cpp | 1290 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()
|