Home
last modified time | relevance | path

Searched refs:value (Results 14326 - 14350 of 29815) sorted by relevance

1...<<571572573574575576577578579580>>...1193

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_noinline.c14 } value = {.vip_num = VIP_NUM}; in test_xdp_noinline() local
44 bpf_map_update_elem(bpf_map__fd(skel->maps.vip_map), &key, &value, 0); in test_xdp_noinline()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c30 __type(value, struct percpu_attach_counter);
37 __type(value, struct attach_counter);
H A Dsock_destroy_prog.c17 __type(value, __u64);
24 __type(value, __u64);
H A Dverifier_helper_restricted.c17 __type(value, struct val);
28 __type(value, struct timer);
H A Dverifier_search_pruning.c19 __type(value, struct test_val);
26 __type(value, long long);
31 __success __failure_unpriv __msg_unpriv("R0 leaks addr as return value")
56 __success __failure_unpriv __msg_unpriv("R0 leaks addr as return value")
84 /* Get an unknown value */ \ in liveness_pruning_and_write_screening()
195 __failure __msg("R0 min value is outside of the allowed memory range")
213 /* out-of-bound map value access for r6=32 */ \ in tracking_for_u32_spill_fill()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c128 event.value == 0xdead) { in main()
151 event.value == 1 ) { in main()
/kernel/liteos_a/kernel/extended/lms/
H A Dlos_lms_pri.h101 VOID (*simpleMark)(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
109 VOID OsLmsSimpleMark(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
/kernel/liteos_m/components/lms/
H A Dlos_lms_pri.h101 VOID (*simpleMark)(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
110 VOID OsLmsSimpleMark(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
/kernel/liteos_m/kernel/include/
H A Dlos_sortlink.h65 #define SET_SORTLIST_VALUE(sortList, value) (((SortLinkList *)(sortList))->responseTime = (value))
/kernel/liteos_m/testsuites/sample/kernel/mem/
H A DIt_los_mem.h58 #define IS_ALIGNED_SIZE(value, alignSize) (0 == ((UINT32)(value) & (UINT32)((alignSize) - 1)))
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H A Daw88395_device.h27 #define AW88395_CALI_DELAY_CACL(value) ((value * 32) / 48)
/kernel/linux/linux-6.6/drivers/scsi/
H A Ddmx3191d.c26 #define NCR5380_write(reg, value) outb(value, hostdata->base + (reg))
/kernel/linux/linux-6.6/net/core/
H A Dnetclassid_cgroup.c115 u64 value) in write_classid()
121 cs->classid = (u32)value; in write_classid()
114 write_classid(struct cgroup_subsys_state *css, struct cftype *cft, u64 value) write_classid() argument
H A Dof_net.c54 if (pp && pp->length == ETH_ALEN && is_valid_ether_addr(pp->value)) { in of_get_mac_addr()
55 memcpy(addr, pp->value, ETH_ALEN); in of_get_mac_addr()
/kernel/linux/linux-6.6/sound/usb/
H A Dmixer.h125 int index, int value);
128 int channel, int index, int *value);
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_extend.c153 unsigned int value = atomic_inc_return(&nf_conntrack_ext_genid); in nf_ct_ext_bump_genid() local
155 if (value == UINT_MAX) in nf_ct_ext_bump_genid()
/kernel/liteos_m/
H A DMakefile93 TEE: boolean value(1 or y for true), enable tee
94 RELEASE: boolean value(1 or y for true), build release version
/test/testfwk/xdevice/plugins/devicetest/core/
H A Derror_message.py107 "value of the check point is different from the expected "
108 "value. {}",
1095 "en": "Failed to obtain the spt value of the configuration file, {}.",
1195 value = cls.dict_to_object(get_value)
1196 setattr(cls, _attribute, value)
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dabs.py141 def set_repeat_index(cls, value: int):
142 cls._repeat_index = value
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Dopensource_parser_lite.py71 test_result.code = ResultCode.PASSED.value
81 test_result.code = ResultCode.FAILED.value
H A Dbuild_only_parser_lite.py65 test_result.code = ResultCode.PASSED.value
70 test_result.code = ResultCode.FAILED.value
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp66 int64_t value; in GetContext() local
67 if (napi_get_value_int64(env, args[PARAM_0], &value) != napi_ok) { in GetContext()
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/manager/
H A Dplugin_manager.cpp66 int64_t value; in GetContext() local
67 if (napi_get_value_int64(env, args[PARAM_0], &value) != napi_ok) { in GetContext()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/list/style/
H A Dindex.js55 globalThis.value = {
124 value: 'GROUP' + i,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/list/style/
H A Dindex.js55 globalThis.value = {
124 value: 'GROUP' + i,

Completed in 22 milliseconds

1...<<571572573574575576577578579580>>...1193