/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_noinline.c | 14 } 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 D | cgroup_hierarchical_stats.c | 30 __type(value, struct percpu_attach_counter); 37 __type(value, struct attach_counter);
|
H A D | sock_destroy_prog.c | 17 __type(value, __u64); 24 __type(value, __u64);
|
H A D | verifier_helper_restricted.c | 17 __type(value, struct val); 28 __type(value, struct timer);
|
H A D | verifier_search_pruning.c | 19 __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 D | test_lirc_mode2_user.c | 128 event.value == 0xdead) { in main() 151 event.value == 1 ) { in main()
|
/kernel/liteos_a/kernel/extended/lms/ |
H A D | los_lms_pri.h | 101 VOID (*simpleMark)(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
109 VOID OsLmsSimpleMark(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
|
/kernel/liteos_m/components/lms/ |
H A D | los_lms_pri.h | 101 VOID (*simpleMark)(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
110 VOID OsLmsSimpleMark(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
|
/kernel/liteos_m/kernel/include/ |
H A D | los_sortlink.h | 65 #define SET_SORTLIST_VALUE(sortList, value) (((SortLinkList *)(sortList))->responseTime = (value))
|
/kernel/liteos_m/testsuites/sample/kernel/mem/ |
H A D | It_los_mem.h | 58 #define IS_ALIGNED_SIZE(value, alignSize) (0 == ((UINT32)(value) & (UINT32)((alignSize) - 1)))
|
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/ |
H A D | aw88395_device.h | 27 #define AW88395_CALI_DELAY_CACL(value) ((value * 32) / 48)
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dmx3191d.c | 26 #define NCR5380_write(reg, value) outb(value, hostdata->base + (reg))
|
/kernel/linux/linux-6.6/net/core/ |
H A D | netclassid_cgroup.c | 115 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 D | of_net.c | 54 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 D | mixer.h | 125 int index, int value); 128 int channel, int index, int *value);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_extend.c | 153 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 D | Makefile | 93 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 D | error_message.py | 107 "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 D | abs.py | 141 def set_repeat_index(cls, value: int): 142 cls._repeat_index = value
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | opensource_parser_lite.py | 71 test_result.code = ResultCode.PASSED.value 81 test_result.code = ResultCode.FAILED.value
|
H A D | build_only_parser_lite.py | 65 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 D | plugin_manager.cpp | 66 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 D | plugin_manager.cpp | 66 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 D | index.js | 55 globalThis.value = {
124 value: 'GROUP' + i,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/list/style/ |
H A D | index.js | 55 globalThis.value = {
124 value: 'GROUP' + i,
|