/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | map_kptr.c | 104 __array(values, struct inner_map_type); \ 106 .values = { [0] = &inner_map_type }, \
|
H A D | xdp_synproxy_kern.c | 73 } values SEC(".maps"); 314 value = bpf_map_lookup_elem(&values, &key); in values_get_tcpipopts() 335 value = bpf_map_lookup_elem(&values, &key); in values_inc_synacks() 809 * verifier forgets its min and max values checked above in tcp_dissect. in syncookie_part2()
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 103 for manager in self._managers.values(): 125 for manager in self._managers.values():
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 404 values = {"module": module_name, "product": product_name} 405 xml_content = Template(tmpl_content).substitute(values)
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_data_ability.cpp | 275 int ContactsDataAbility::BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values) in BatchInsert() argument 281 unsigned int size = values.size(); in BatchInsert() 298 DataShare::DataShareValuesBucket rawContactValues = values[i]; in BatchInsert() 434 * @param predicates Conditions for deleting data values 518 * @param predicates Condition for querying data values
|
/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 252 std::vector<std::string> values; in HandleChrEvent() local 261 values.push_back(packageName); in HandleChrEvent() 263 WriteLocationInnerEvent(LBS_REQUEST_TOO_MUCH, names, values); in HandleChrEvent()
|
/base/hiviewdfx/hiappevent/test/unittest/common/native/ |
H A D | hiappevent_native_test.cpp | 310 std::vector<std::string> values(len); in HWTEST_F() 314 values[i] = "value" + std::to_string(i); in HWTEST_F() 315 OH_HiAppEvent_AddStringParam(list, keys[i].c_str(), values[i].c_str()); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 5 | input values X and Y. The entry point sREM computes the floating 6 | point (IEEE) REM of the input values X and Y. 11 | A0. Double-extended value X is located in -12(A0). The values
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | srem_mod.S | 5 | input values X and Y. The entry point sREM computes the floating 6 | point (IEEE) REM of the input values X and Y. 11 | A0. Double-extended value X is located in -12(A0). The values
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lcn.c | 49 u16 values[16]; member 69 /* Channel specific values in theory, in practice always the same */ in b43_radio_2064_channel_setup() 429 /* Table is from brcmsmac, values for type 25 were outdated, probably in b43_phy_lcn_load_tx_iir_cck_filter() 466 tx_iir_filters_cck[i].values[j]); in b43_phy_lcn_load_tx_iir_cck_filter() 494 tx_iir_filters_ofdm[i].values[j]); in b43_phy_lcn_load_tx_iir_ofdm_filter()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lcn.c | 49 u16 values[16]; member 69 /* Channel specific values in theory, in practice always the same */ in b43_radio_2064_channel_setup() 429 /* Table is from brcmsmac, values for type 25 were outdated, probably in b43_phy_lcn_load_tx_iir_cck_filter() 466 tx_iir_filters_cck[i].values[j]); in b43_phy_lcn_load_tx_iir_cck_filter() 494 tx_iir_filters_ofdm[i].values[j]); in b43_phy_lcn_load_tx_iir_ofdm_filter()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 175 # fill in the previous values 384 for r in self.parsed_rdesc.input_reports.values(): 403 for v in self.parsed_rdesc.feature_reports.values(): 417 for v in self.parsed_rdesc.feature_reports.values():
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
H A D | camera_stream_test_v1_2.cpp | 343 // cover OHOS_CONTROL_PREPARE_ZOOM and its values
in HWTEST_F() 352 // cover OHOS_CONTROL_SMOOTH_ZOOM_RATIOS, values type: uint32_t array
in HWTEST_F() 353 uint32_t values[] = { 10, 300, 20, 400, 30, 500 };
in HWTEST_F() local 355 meta->addEntry(OHOS_CONTROL_SMOOTH_ZOOM_RATIOS, values, sizeof(values) / sizeof(uint32_t));
in HWTEST_F()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 972 * values for other cpus. Otherwise, bpf program has no way to ensure in pcpu_init_value() 973 * known initial values for cpus other than current one in pcpu_init_value() 1687 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1688 void __user *uvalues = u64_to_user_ptr(attr->batch.values); in __htab_map_lookup_and_delete_batch() 1742 values = kvmalloc_array(value_size, bucket_size, GFP_USER | __GFP_NOWARN); in __htab_map_lookup_and_delete_batch() 1743 if (!keys || !values) { in __htab_map_lookup_and_delete_batch() 1753 dst_val = values; in __htab_map_lookup_and_delete_batch() 1796 kvfree(values); in __htab_map_lookup_and_delete_batch() 1876 copy_to_user(uvalues + total * value_size, values, in __htab_map_lookup_and_delete_batch() 1902 kvfree(values); in __htab_map_lookup_and_delete_batch() [all...] |
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 157 uint32 values[LOG_MULTI_PARA_MAX]; member
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/ |
H A D | generate_dat.py | 27 for item_val in val.values():
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_constructor.h | 48 void AddCustomType(const std::string &type, std::vector<std::string> values);
|
H A D | vcard_decoder_v21.h | 81 bool ContainValue(const std::string &value, const std::vector<std::string> values);
|
/base/update/updater/services/script/script_interpreter/ |
H A D | script_context.h | 158 void AddValues(const std::vector<UScriptValuePtr> values);
|
/base/useriam/user_auth_framework/services/ipc/inc/ |
H A D | user_auth_service.h | 107 void FillGetPropertyValue(AuthType authType, const std::vector<Attributes::AttributeKey> &keys, Attributes &values);
|
/base/useriam/user_auth_framework/test/fuzztest/services/coauthservice_fuzzer/ |
H A D | co_auth_service_fuzzer.cpp | 87 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | divu.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
H A D | remu.S | 22 ;; remi uses B2 and A5 to hold the input values during the
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | head-common.S | 117 str_l r10, cr_alignment, r4 @ Save control register values
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head-common.S | 116 strne r10, [r3] @ Save control register values
|