/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer_scarlett_gen2.c | 150 /* some gui mixers can't handle negative ctl values */ 1456 * and put the values into private->mix[] 1499 * (values obtained from private->mix[]) 2087 static const char *const values[2] = { in scarlett2_sw_hw_enum_ctl_info() local 2091 return snd_ctl_enum_info(uinfo, 1, 2, values); in scarlett2_sw_hw_enum_ctl_info() 2259 static const char *const values[2] = { in scarlett2_level_enum_ctl_info() local 2263 return snd_ctl_enum_info(uinfo, 1, 2, values); in scarlett2_level_enum_ctl_info() 2702 static const char *const values[3] = { in scarlett2_direct_monitor_stereo_enum_ctl_info() local 2706 return snd_ctl_enum_info(uinfo, 1, 3, values); in scarlett2_direct_monitor_stereo_enum_ctl_info() 2752 static const char *const values[ in scarlett2_speaker_switch_enum_ctl_info() local 2913 static const char *const values[3] = { scarlett2_talkback_enum_ctl_info() local [all...] |
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 180 * @param values 183 int32_t ParseStringArray(const char *buffer, uint32_t &offset, std::vector<std::string> &values) in ParseStringArray() argument 199 values.push_back(value); in ParseStringArray()
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_utils.cpp | 532 bool VCardUtils::IsAllEmpty(std::vector<std::string> values) in IsAllEmpty() argument 534 for (auto value : values) { in IsAllEmpty()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | slogn.S | 38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated 51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s 52 | need to be tabulated. Moreover, the values of 1/F are also
|
H A D | stwotox.S | 12 | Output: The function values are returned in Fp0.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | slogn.S | 38 | by k*log(2) + (log(F) + poly). The values of log(F) are calculated 51 | Note 1. There are 64 different possible values for F, thus 64 log(F)'s 52 | need to be tabulated. Moreover, the values of 1/F are also
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chp.c | 175 } while (reference_buf.values[0] != buf->values[0]); in chp_measurement_copy_block()
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 87 # init ubv and lbv to invalid values 543 return sum(self.alltotalcnt.values()) != sum(self.allpassedcnt.values())
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat.c | 275 *ps->aggr[0].counts.values = avg_stats(&ps->res_stats); in evsel__copy_res_stats() 335 * not read the values from the second CPU. in check_per_pkg() 500 count = ps->aggr[0].counts.values; in perf_stat_process_counter()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | verifier_ref_tracking.c | 71 __array(values, void (void)); 73 .values = {
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chp.c | 175 } while (reference_buf.values[0] != buf->values[0]); in chp_measurement_copy_block()
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | services.c | 119 /* Store the raw class and permission values */ in selinux_set_mapping() 177 * Get real, policy values from mapped values 1809 /* Set the role to default values. */ in security_compute_sid() 1821 /* Set the type to default values. */ in security_compute_sid() 2007 * Convert the values in the security context 2008 * structure `oldc' from the values specified 2009 * in the policy `p->oldp' to the values specified 2319 /* Preserve active boolean values from the old policy */ in security_load_policy() 3008 u32 *len, char ***names, int **values) in security_get_bools() 3007 security_get_bools(struct selinux_policy *policy, u32 *len, char ***names, int **values) security_get_bools() argument 3060 security_set_bools(struct selinux_state *state, u32 len, int *values) security_set_bools() argument [all...] |
/kernel/linux/linux-6.6/drivers/soc/tegra/ |
H A D | pmc.c | 1865 u32 value, values[2]; in tegra_pmc_parse_dt() local 1902 values, ARRAY_SIZE(values))) in tegra_pmc_parse_dt() 1905 pmc->core_osc_time = values[0]; in tegra_pmc_parse_dt() 1906 pmc->core_pmu_time = values[1]; in tegra_pmc_parse_dt() 1925 if (of_property_read_u32_array(np, "nvidia,lp0-vec", values, in tegra_pmc_parse_dt() 1926 ARRAY_SIZE(values))) in tegra_pmc_parse_dt() 1930 pmc->lp0_vec_phys = values[0]; in tegra_pmc_parse_dt() 1931 pmc->lp0_vec_size = values[1]; in tegra_pmc_parse_dt()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | services.c | 114 /* Store the raw class and permission values */ in selinux_set_mapping() 173 * Get real, policy values from mapped values 1785 /* Set the role to default values. */ in security_compute_sid() 1797 /* Set the type to default values. */ in security_compute_sid() 1984 * Convert the values in the security context structure @oldc from the values 1985 * specified in the policy @args->oldp to the values specified in the policy 2284 /* Preserve active boolean values from the old policy */ in security_load_policy() 2963 u32 *len, char ***names, int **values) in security_get_bools() 2962 security_get_bools(struct selinux_policy *policy, u32 *len, char ***names, int **values) security_get_bools() argument 3015 security_set_bools(u32 len, int *values) security_set_bools() argument [all...] |
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/ |
H A D | rdb_store_test.cpp | 130 static void RdbSubscribeBriefCallback(void *context, const char *values[], uint32_t count)
in RdbSubscribeBriefCallback() argument 1966 OH_VObject *values = OH_Rdb_CreateValueObject();
in SUB_DDM_RDB_4100() local 1968 values->putInt64(values, keys, 1);
in SUB_DDM_RDB_4100() 1971 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "rdbstoreimpltest_integer", "ROWID", values);
in SUB_DDM_RDB_4100() 2016 OH_VObject *values = OH_Rdb_CreateValueObject();
in SUB_DDM_RDB_4200() local 2018 values->putInt64(values, keys, 1);
in SUB_DDM_RDB_4200() 2022 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "", "data_key", values);
in SUB_DDM_RDB_4200()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_worker.c | 462 fb->values[i] = value; in fifo_set() 469 ov = fb->values[fb->head_index]; in fifo_push() 470 fb->values[fb->head_index++] = value; in fifo_push() 483 fb->values[i] += value; in fifo_add_val() 490 fb = kzalloc(struct_size(fb, values, fifo_size), GFP_NOIO); in fifo_alloc()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-si5341.c | 1091 const struct si5341_reg_default *values, unsigned int num_values) in si5341_write_multiple() 1098 values[i].address, values[i].value); in si5341_write_multiple() 1102 values[i].address, values[i].value); in si5341_write_multiple() 1128 /* For revision 2 and up, the values are slightly different */ in si5341_send_preamble() 1642 * We intend to send all 'final' register values in a single in si5341_probe() 1090 si5341_write_multiple(struct clk_si5341 *data, const struct si5341_reg_default *values, unsigned int num_values) si5341_write_multiple() argument
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-i801.c | 253 unsigned values[3]; member 1335 .values = { 0x02, 0x03 }, 1344 .values = { 0x02, 0x03, 0x01 }, 1434 gpio_data.values = mux_config->values; in i801_add_mux()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | prog.c | 1094 /* Hexadecimal values */ in hex_print() 1101 /* ASCII values (if relevant), '.' otherwise */ in hex_print() 1785 struct bpf_perf_event_value values[num_cpu]; in profile_read_values() local 1790 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in profile_read_values() 1797 metrics[m].val.counter += values[cpu].counter; in profile_read_values() 1798 metrics[m].val.enabled += values[cpu].enabled; in profile_read_values() 1799 metrics[m].val.running += values[cpu].running; in profile_read_values()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-si5341.c | 1098 const struct si5341_reg_default *values, unsigned int num_values) in si5341_write_multiple() 1105 values[i].address, values[i].value); in si5341_write_multiple() 1109 values[i].address, values[i].value); in si5341_write_multiple() 1135 /* For revision 2 and up, the values are slightly different */ in si5341_send_preamble() 1657 * We intend to send all 'final' register values in a single in si5341_probe() 1097 si5341_write_multiple(struct clk_si5341 *data, const struct si5341_reg_default *values, unsigned int num_values) si5341_write_multiple() argument
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_worker.c | 457 fb->values[i] = value; in fifo_set() 464 ov = fb->values[fb->head_index]; in fifo_push() 465 fb->values[fb->head_index++] = value; in fifo_push() 478 fb->values[i] += value; in fifo_add_val() 485 fb = kzalloc(struct_size(fb, values, fifo_size), GFP_NOIO); in fifo_alloc()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-i801.c | 262 unsigned values[3]; member 1305 .values = { 0x02, 0x03 }, 1314 .values = { 0x02, 0x03, 0x01 }, 1404 gpio_data.values = mux_config->values; in i801_add_mux()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | prog.c | 1195 /* Hexadecimal values */ in hex_print() 1202 /* ASCII values (if relevant), '.' otherwise */ in hex_print() 2110 struct bpf_perf_event_value values[num_cpu]; in profile_read_values() local 2115 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in profile_read_values() 2122 metrics[m].val.counter += values[cpu].counter; in profile_read_values() 2123 metrics[m].val.enabled += values[cpu].enabled; in profile_read_values() 2124 metrics[m].val.running += values[cpu].running; in profile_read_values()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 378 const std::string &key, std::unordered_map<std::string, std::string> &values, const int32_t &userId);
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | sleep.S | 140 @ All needed values are now in registers.
|