/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | verifier_bounds.c | 12 __type(value, long long); 16 __description("subtraction bounds (map value) variant 1") 17 __failure __msg("R0 max value is outside of the allowed memory range") 47 __description("subtraction bounds (map value) variant 2") 49 __msg("R0 min value is negative, either use unsigned index or do a if (index >=0) check.") 173 __failure __msg("R0 min value is outside of the allowed memory range") 233 __failure __msg("value 1073741823") 304 __msg("value -4294967168 makes map_value pointer be out of bounds") 344 __failure __msg("value -4294967168 makes map_value pointer be out of bounds") 418 __failure __msg("R0 max value i [all...] |
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_event.c | 331 if (*cond->realValue != cond->value) { in OsEventReadWithCond()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm.h | 316 __u64 value; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 80 __u64 value; member
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106.h | 485 #define I2C_A_ADC_TRANS_MASK 0x00000010 //Bit mask for I2c address DAC value 715 int snd_ca0106_i2c_write(struct snd_ca0106 *emu, u32 reg, u32 value);
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | layla24_dsp.c | 31 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
|
H A D | mona_dsp.c | 32 static int write_control_reg(struct echoaudio *chip, u32 value, char force); 244 /* Compute the new control register value */ in set_sample_rate()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tfa989x.c | 111 gpiod_set_value_cansleep(tfa989x->rcv_gpiod, ucontrol->value.enumerated.item[0]); in tfa989x_put_mode()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-xxxx.h | 365 u32 value; member
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | netlink.h | 63 * ethnl_update_u32() - update u32 value from NLA_U32 attribute 64 * @dst: value to update 65 * @attr: netlink attribute with new value or null 68 * Copy the u32 value from NLA_U32 netlink attribute @attr into variable 70 * is set to true if this function changed the value of *dst, otherwise it 89 * ethnl_update_u8() - update u8 value from NLA_U8 attribute 90 * @dst: value to update 91 * @attr: netlink attribute with new value or null 94 * Copy the u8 value from NLA_U8 netlink attribute @attr into variable 96 * is set to true if this function changed the value o [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | kvm.h | 316 __u64 value; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 80 __u64 value; member
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | jsunit_parser_lite.py | 122 test_result.code = status.value
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/input/prop/ |
H A D | index.js | 123 globalThis.value = {
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/input/prop/ |
H A D | index.js | 123 globalThis.value = {
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/input/prop/ |
H A D | index.js | 123 globalThis.value = {
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/input/prop/ |
H A D | index.js | 123 globalThis.value = {
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | CommonTest.cpp | 27 int value; member
|
H A D | SendShareRequestTest.cpp | 32 int value; member
|
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/ |
H A D | publicDeriveCallback.js | 140 value: HksKeyStorageType.HKS_STORAGE_TEMP,
|
/test/xts/dcts/communication/softbus_standard/socket_trans/server/ |
H A D | SocketTestServer.cpp | 277 {.qos = QOS_TYPE_MIN_BW, .value = 2000}
in HWTEST_F()
|
/test/xts/hats/hdf/external_device_manager/ndk_permission_js_test/ndk_permission/entry/src/main/cpp/ |
H A D | ddk_permission_test.cpp | 196 .value = 0x000d0042 in HidEmitEvent()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_0.c | 3445 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ in gfx_v9_0_mqd_init() 3578 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ in gfx_v9_0_kiq_init_register() 4090 uint64_t value = 0; in gfx_v9_0_kiq_read_clock() local 4143 value = (uint64_t)adev->wb.wb[reg_val_offs] | in gfx_v9_0_kiq_read_clock() 4146 return value; in gfx_v9_0_kiq_read_clock() 5552 amdgpu_ring_write(ring, 0x55aa55aa); /* patch dummy value later */ in gfx_v9_0_ring_emit_init_cond_exec() 5635 uint32_t value = 0; in gfx_v9_0_ring_soft_recovery() local 5637 value = REG_SET_FIELD(value, SQ_CMD, CMD, 0x03); in gfx_v9_0_ring_soft_recovery() 5638 value in gfx_v9_0_ring_soft_recovery() 6560 gfx_v9_0_ras_error_count(struct amdgpu_device *adev, const struct soc15_reg_entry *reg, uint32_t se_id, uint32_t inst_id, uint32_t value, uint32_t *sec_count, uint32_t *ded_count) gfx_v9_0_ras_error_count() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_0.c | 3274 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ in gfx_v9_0_mqd_init() 3390 /* set the EOP size, register value is 2^(EOP_SIZE+1) dwords */ in gfx_v9_0_kiq_init_register() 3540 * check mqd->cp_hqd_pq_control since this value should not be 0 in gfx_v9_0_kiq_init_queue() 3924 uint64_t value = 0; in gfx_v9_0_kiq_read_clock() local 3977 value = (uint64_t)adev->wb.wb[reg_val_offs] | in gfx_v9_0_kiq_read_clock() 3980 return value; in gfx_v9_0_kiq_read_clock() 5619 amdgpu_ring_write(ring, 0x55aa55aa); /* patch dummy value later */ in gfx_v9_0_ring_emit_init_cond_exec() 5702 uint32_t value = 0; in gfx_v9_0_ring_soft_recovery() local 5704 value = REG_SET_FIELD(value, SQ_CM in gfx_v9_0_ring_soft_recovery() 6633 gfx_v9_0_ras_error_count(struct amdgpu_device *adev, const struct soc15_reg_entry *reg, uint32_t se_id, uint32_t inst_id, uint32_t value, uint32_t *sec_count, uint32_t *ded_count) gfx_v9_0_ras_error_count() argument [all...] |
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/ |
H A D | MainEditor.js | 821 let value = data.value_;
824 value = keyAndValue.substring((data.parent_.name_ + ' = ').length, THREE_KEY_VALUE_MAX) + '...';
826 let w = pm2f.drawText('"' + value + '"', MainEditor.NODE_TEXT_SIZE, drawTextX_ - (MainEditor.NODE_RECT_WIDTH - data.parent_.parent_.nodeWidth_), drawTextY_,
1822 onAttributeChange(type, value) {
1859 pme.selectNode_.pnode = value;
1863 pme.nodePoint_ = value;
|