/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 723 DECLARE_BINARY_GENTYPE_FUNCS(add) 737 DECLARE_BINARY_INT_GENTYPE_FUNCS(add) 918 // add, sub in init() 992 << BuiltinOperInfo("add", "+", GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(add)) in init() 993 << BuiltinOperInfo("add", "+", IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(add)) in init() 994 << BuiltinOperInfo("add", "+", FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(addVecScalar)) in init() 995 << BuiltinOperInfo("add", "+", IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(addVecScalar)) in init() 996 << BuiltinOperInfo("add", " in init() [all...] |
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 360 idl_sources_set.add(cur_idl_file) 485 ModuleInfo.include_dirs.add(Option.gen_dir) 489 ModuleInfo.include_dirs.add(
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | imc-pmu.c | 1475 pmu->pmu.add = imc_event_add; in update_pmu_ops() 1495 pmu->pmu.add = thread_imc_event_add; in update_pmu_ops() 1503 pmu->pmu.add = trace_imc_event_add; in update_pmu_ops()
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 157 add r3,r3,r8 415 add r3,r3,r6 618 add r3,r3,r6
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7.S | 87 add r0, r0, r2 290 add r12, r12, r0 @ the local stack 476 add r12, r12, r0 @ the local stack
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | random.c | 23 * entropy collectors, described below, add data to the input pool. 607 * Callers may add entropy via: 708 unsigned int new, orig, add; in _credit_init_bits() local 714 add = min_t(size_t, bits, POOL_BITS); in _credit_init_bits() 718 new = min_t(unsigned int, POOL_BITS, orig + add); in _credit_init_bits()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 1048 struct i40e_fdir_filter *input, bool add); 1181 bool add); 1184 bool add);
|
/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 154 add r3,r3,r8 412 add r3,r3,r6 613 add r3,r3,r6
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | pm_suspend.S | 865 add tmp1, tmp1, #1 923 add tmp1, tmp1, #1 1016 add tmp1, tmp1, #0x1
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-core.S | 210 add w6, w9, #1; \ 489 add x0, x0, #32 681 add x0, x0, #32
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | imc-pmu.c | 1482 pmu->pmu.add = imc_event_add; in update_pmu_ops() 1502 pmu->pmu.add = thread_imc_event_add; in update_pmu_ops() 1510 pmu->pmu.add = trace_imc_event_add; in update_pmu_ops()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5-ppl.c | 281 pr_debug("%s: add io_unit blocked by seq: %llu\n", in ppl_log_stripe() 286 /* add a new unit if there is none or the current is full */ in ppl_log_stripe() 1466 int ppl_modify_log(struct r5conf *conf, struct md_rdev *rdev, bool add) in ppl_modify_log() argument 1477 __func__, rdev->raid_disk, add ? "add" : "remove", in ppl_modify_log() 1489 if (add) { in ppl_modify_log()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.c | 100 static int hinic_set_vf_vlan(struct hinic_hwdev *hwdev, bool add, u16 vid, in hinic_set_vf_vlan() argument 109 if (!vid && !add) in hinic_set_vf_vlan() 116 if (add) in hinic_set_vf_vlan() 235 dev_err(&hwdev->hwif->pdev->dev, "Failed to add VF %d VLAN_QOS\n", in hinic_init_vf_config() 713 dev_err(&nic_dev->hwdev->hwif->pdev->dev, "Failed to add VF %d MAC %pM vlan %d\n", in hinic_update_mac_vlan() 748 dev_err(&nic_dev->sriov_info.pdev->dev, "Failed to add vf %d new vlan %d\n", in set_hw_vf_vlan()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 412 static void xlgmac_napi_enable(struct xlgmac_pdata *pdata, unsigned int add) in xlgmac_napi_enable() argument 420 if (add) in xlgmac_napi_enable() 428 if (add) in xlgmac_napi_enable()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | charger-manager.c | 88 static struct workqueue_struct *cm_wq; /* init at driver add */ 89 static struct delayed_work cm_monitor_work; /* init at driver add */ 883 ktime_t now, add; in cm_setup_timer() local 896 add = ktime_set(wakeup_ms / MSEC_PER_SEC, in cm_setup_timer() 898 alarm_start(cm_timer, ktime_add(now, add)); in cm_setup_timer() 1164 * This function add sysfs entry for charger(regulator) to control charger from
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.c | 102 static int hinic_set_vf_vlan(struct hinic_hwdev *hwdev, bool add, u16 vid, in hinic_set_vf_vlan() argument 111 if (!vid && !add) in hinic_set_vf_vlan() 118 if (add) in hinic_set_vf_vlan() 237 dev_err(&hwdev->hwif->pdev->dev, "Failed to add VF %d VLAN_QOS\n", in hinic_init_vf_config() 733 dev_err(&nic_dev->hwdev->hwif->pdev->dev, "Failed to add VF %d MAC %pM vlan %d\n", in hinic_update_mac_vlan() 768 dev_err(&nic_dev->sriov_info.pdev->dev, "Failed to add vf %d new vlan %d\n", in set_hw_vf_vlan()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e.h | 1165 struct i40e_fdir_filter *input, bool add); 1306 bool add); 1309 bool add);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | defrag.c | 903 goto add; in defrag_collect_targets() 919 * So if an inline extent passed all above checks, just add it in defrag_collect_targets() 923 goto add; in defrag_collect_targets() 939 /* Mergeable, fall through to add it to @target_list. */ in defrag_collect_targets() 942 add: in defrag_collect_targets()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | charger-manager.c | 88 static struct workqueue_struct *cm_wq; /* init at driver add */ 89 static struct delayed_work cm_monitor_work; /* init at driver add */ 883 ktime_t now, add; in cm_setup_timer() local 896 add = ktime_set(wakeup_ms / MSEC_PER_SEC, in cm_setup_timer() 898 alarm_start(cm_timer, ktime_add(now, add)); in cm_setup_timer() 1161 * This function add sysfs entry for charger(regulator) to control charger from
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | random.c | 23 * entropy collectors, described below, add data to the input pool. 596 * Callers may add entropy via: 706 unsigned int new, orig, add; in _credit_init_bits() local 712 add = min_t(size_t, bits, POOL_BITS); in _credit_init_bits() 716 new = min_t(unsigned int, POOL_BITS, orig + add); in _credit_init_bits()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 412 static void xlgmac_napi_enable(struct xlgmac_pdata *pdata, unsigned int add) in xlgmac_napi_enable() argument 420 if (add) in xlgmac_napi_enable() 427 if (add) in xlgmac_napi_enable()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5-ppl.c | 282 pr_debug("%s: add io_unit blocked by seq: %llu\n", in ppl_log_stripe() 287 /* add a new unit if there is none or the current is full */ in ppl_log_stripe() 1456 int ppl_modify_log(struct r5conf *conf, struct md_rdev *rdev, bool add) in ppl_modify_log() argument 1466 __func__, rdev->raid_disk, add ? "add" : "remove", in ppl_modify_log() 1478 if (add) { in ppl_modify_log()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_dwt_template.c | 56 int add, int shift) in interleave() 60 dst[2*i ] = ((int)(src0[i] + (unsigned)add)) >> shift; in interleave() 61 dst[2*i+1] = ((int)(src1[i] + (unsigned)add)) >> shift; in interleave() 55 interleave(TYPE *dst, TYPE *src0, TYPE *src1, int w2, int add, int shift) interleave() argument
|
H A D | snowdec.c | 32 static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){ in predict_slice_buffered() argument 51 if(add){ in predict_slice_buffered() 85 add, 0, plane_index); in predict_slice_buffered()
|
H A D | utvideodec.c | 242 uint32_t sub = 0x80 >> (8 - (bits + 1)), add; in decode_plane() local 251 add = (~p[k] & sub) << (8 - bits); in decode_plane() 253 p[k] += add; in decode_plane()
|