| /kernel/linux/linux-5.10/drivers/media/rc/ |
| H A D | ati_remote.c | 632 int acc = ati_remote_compute_accel(ati_remote); in ati_remote_input_report() local
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| H A D | cpcap-battery.c | 240 s64 acc; in cpcap_battery_cc_raw_div() local 342 int value, acc, error; in cpcap_battery_cc_get_avg_current() local [all...] |
| /kernel/linux/linux-6.6/drivers/media/rc/ |
| H A D | ati_remote.c | 630 int acc = ati_remote_compute_accel(ati_remote); in ati_remote_input_report() local
|
| /kernel/linux/linux-6.6/fs/proc/ |
| H A D | vmcore.c | 319 ssize_t acc = 0, tmp; in __read_vmcore() local [all...] |
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| H A D | cpcap-battery.c | 258 s64 acc; in cpcap_battery_cc_raw_div() local 442 int value, acc, error; in cpcap_battery_cc_get_avg_current() local [all...] |
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| H A D | saa7115.c | 757 u8 acc = 0; /* reg 0x3a, audio clock control */ in saa711x_s_clock_freq() local
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
| H A D | erdma_verbs.c | 1022 struct ib_mr *erdma_get_dma_mr(struct ib_pd *ibpd, int acc) in erdma_get_dma_mr() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
| H A D | wr.c | 180 static u8 get_umr_flags(int acc) in get_umr_flags() argument
|
| /kernel/linux/linux-6.6/drivers/hwmon/ |
| H A D | acpi_power_meter.c | 453 unsigned int acc = resource->caps.accuracy; in show_accuracy() local
|
| /kernel/linux/linux-6.6/security/keys/ |
| H A D | keyring.c | 170 u64 acc; in hash_key_type_and_desc() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_cls_redirect.c | 267 uint32_t acc = 0; in pkt_ipv4_checksum() local
|
| H A D | test_cls_redirect_dynptr.c | 176 uint32_t acc = 0; in pkt_ipv4_checksum() local
|
| /kernel/linux/linux-6.6/drivers/scsi/libfc/ |
| H A D | fc_exch.c | 1832 struct fc_els_ls_acc *acc; in fc_seq_ls_acc() local 2022 struct fc_els_rec_acc *acc; in fc_exch_els_rec() local [all...] |
| /kernel/linux/linux-6.6/drivers/s390/scsi/ |
| H A D | zfcp_fc.c | 735 struct fc_gpn_ft_resp *acc = sg_virt(sg); in zfcp_fc_eval_gpn_ft() local
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | relo_core.c | 268 struct bpf_core_accessor *acc; in bpf_core_parse_spec() local 71 is_flex_arr(const struct btf *btf, const struct bpf_core_accessor *acc, const struct btf_array *arr) is_flex_arr() argument 684 const struct bpf_core_accessor *acc; bpf_core_calc_field_relo() local [all...] |
| /third_party/libunwind/libunwind/include/tdep-ia64/ |
| H A D | libunwind_i.h | 97 struct unw_accessors acc; member
|
| /third_party/mbedtls/3rdparty/p256-m/p256-m/ |
| H A D | p256-m.c | 325 uint64_t acc = lo + ((uint64_t) (hi + (m1 >> 16) + (m2 >> 16)) << 32); in u32_muladd64() local
|
| /third_party/libbpf/src/ |
| H A D | relo_core.c | 268 struct bpf_core_accessor *acc; in bpf_core_parse_spec() local 71 is_flex_arr(const struct btf *btf, const struct bpf_core_accessor *acc, const struct btf_array *arr) is_flex_arr() argument 684 const struct bpf_core_accessor *acc; bpf_core_calc_field_relo() local [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 836 int acc = ACC_INDEX + acc_off; in v3d_ra_select_accum() local
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_nir.cpp | 1236 struct brw_reg acc = retype(brw_acc_reg(8), dst.type); in nir_emit_alu() local
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_stream.h | 84 int64_t acc; member
|
| /third_party/mesa3d/src/util/ |
| H A D | xxhash.h | 642 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round() argument 1082 XXH64_round(xxh_u64 acc, xxh_u64 input) XXH64_round() argument 1090 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) XXH64_mergeRound() argument [all...] |
| /third_party/lwip/src/core/ |
| H A D | pbuf.c | 1371 u32_t acc; in pbuf_fill_chksum() local
|
| /third_party/lz4/lib/ |
| H A D | xxhash.c | 672 static U64 XXH64_round(U64 acc, U64 input) in XXH64_round() argument 680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound() argument [all...] |
| /third_party/pulseaudio/speex/libspeexdsp/ |
| H A D | mdf.c | 253 static inline void spectral_mul_accum(const spx_word16_t *X, const spx_word32_t *Y, spx_word16_t *acc, int N, int M) in spectral_mul_accum() argument 280 static inline void spectral_mul_accum16(const spx_word16_t *X, const spx_word16_t *Y, spx_word16_t *acc, int N, int M) in spectral_mul_accum16() argument 309 spectral_mul_accum(const spx_word16_t *X, const spx_word32_t *Y, spx_word16_t *acc, int N, int M) spectral_mul_accum() argument [all...] |