Home
last modified time | relevance | path

Searched full:reduce (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/linux/lib/crypto/x86/
H A Dpolyval-pclmul-avx.S134 * product of two 128-bit polynomials in Montgomery form. We need to reduce it
178 * If reduce is set, also computes the montgomery reduction of the
180 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1.
181 * I.e., the first multiplication uses m_0 + REDUCE(PL, PH) instead of m_0.
183 .macro full_stride reduce argument
189 .if \reduce
194 .if \reduce
199 .if \reduce
204 .if \reduce
209 .if \reduce
[all …]
/linux/lib/crypto/arm64/
H A Dpolyval-ce-core.S160 * product of two 128-bit polynomials in Montgomery form. We need to reduce it
211 * If reduce is set, also computes the montgomery reduction of the
213 * (m_0 + REDUCE(PL, PH))h^8 + ... + m_7h^1.
214 * I.e., the first multiplication uses m_0 + REDUCE(PL, PH) instead of m_0.
218 .macro full_stride reduce argument
227 .if \reduce
232 .if \reduce
237 .if \reduce
242 .if \reduce
247 .if \reduce
[all …]
/linux/arch/arm/mach-rpc/include/mach/
H A Dmemory.h9 * 31-Dec-1997 RMK Fixed definitions to reduce warnings
10 * 11-Jan-1998 RMK Uninlined to reduce hits on cache
/linux/scripts/
H A Dmacro_checker.py19 # below vars were used to reduce false positives
37 # used to reduce false positives, like #define endfor_nexthops(rt) }
46 # used to reduce false positives
/linux/Documentation/core-api/
H A Dunion_find.rst36 Time Complexity: Using path compression can reduce the time complexity of
37 the find operation, and using union by rank can reduce the time complexity
38 of the union operation. These optimizations reduce the average time
/linux/kernel/
H A DKconfig.preempt47 preemption points have been selected to reduce the maximum
87 reduce lock holder preemption and recover some of the performance
145 provide a pre-built kernel binary to reduce the number of kernel
/linux/arch/arm/boot/dts/st/
H A Dst-pincfg.h64 * Retiming the clk pins will park clock & reduce the noise within the core.
69 * Retiming the clk pins will park clock & reduce the noise within the core.
/linux/tools/perf/util/bpf_skel/
H A Dbpf_prog_profiler.bpf.c40 /* look up before reading, to reduce error */ in BPF_PROG()
83 /* read all events before updating the maps, to reduce error */ in BPF_PROG()
/linux/drivers/scsi/mpt3sas/
H A DKconfig62 parameter will reduce memory requirements on a per controller instance.
74 parameter will reduce memory requirements on a per controller instance.
/linux/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst14 critical temperature is reached, a decision must be taken to reduce
65 state with a minimum power consumption and reduce the static leakage
157 The power allocator governor will ask us somehow to reduce our power
/linux/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c52 /* look up before reading, to reduce error */ in BPF_PROG()
108 /* read all events before updating the maps, to reduce error */ in BPF_PROG()
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-stm32-usbphyc.yaml154 - <1> = reduce the impedance by 2 ohms
155 - <2> = reduce the impedance by 4 ohms
156 - <3> = reduce the impedance by 6 ohms
/linux/arch/powerpc/platforms/ps3/
H A DKconfig96 If in doubt, say N here and reduce the size of the kernel by a
108 If in doubt, say N here and reduce the size of the kernel by a
/linux/drivers/net/ethernet/dec/tulip/
H A DKconfig82 NAPI is a new driver API designed to reduce CPU and interrupt load
96 Use HW to reduce RX interrupts. Not strictly necessary since NAPI
/linux/tools/power/pm-graph/
H A Dbootgraph.869 Reduce callgraph output in the timeline by limiting it to a list of calls. The
74 Reduce callgraph output in the timeline by skipping over uninteresting
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pll.c49 /* reduce the numbers to a simpler ratio */ in amdgpu_pll_reduce_ratio()
198 /* reduce the numbers to a simpler ratio */ in amdgpu_pll_compute()
228 /* reduce the numbers to a simpler ratio once more */ in amdgpu_pll_compute()
/linux/tools/testing/selftests/kvm/
H A Drseq_test.c34 * a large number of migrations to reduce the odds of a false negative.
172 * this task is affined to in order to reduce the time spent querying in calc_min_max_cpu()
311 " Try disabling deep sleep states to reduce CPU wakeup latency,\n" in main()
/linux/lib/crc/powerpc/
H A Dcrc-vpmsum-template.S10 * The first step is to reduce it to 1024 bits. We do this in 8 parallel
15 * The next step is to reduce the 1024 bits to 64 bits. This step adds
147 /* We reduce our final 128 bytes in a separate step */
419 * Reduce the previously calculated 1024 bits to 64 bits, shifting
441 /* Now reduce the tail (0 - 112 bytes) */
/linux/drivers/acpi/arm64/
H A Dthermal_cpufreq.c15 * reduce the CPUFREQ Thermal reduction percentage to 5%. in acpi_arch_thermal_cpufreq_pctg()
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst34 open/query/close and open/setinfo/close) to reduce the number of
38 significantly reduce redundant opens by using deferred close (with
/linux/tools/perf/pmu-events/arch/s390/cf_z17/
H A Dpai_ext.json258 "BriefDescription": "NNPA-REDUCE function",
259 "PublicDescription": "NNPA-REDUCE function ending with CC=0"
/linux/security/selinux/include/
H A Dnetport.h7 * needed to reduce the lookup overhead.
H A Dnetnode.h7 * needed to reduce the lookup overhead since most of these queries happen on
/linux/kernel/rcu/
H A DKconfig214 value to the maximum value possible in order to reduce the
264 Use this option to further reduce the latencies of expedited
279 Use this option to reduce OS jitter for aggressive HPC or
/linux/Documentation/ABI/testing/
H A Dsysfs-class-power-rt94679 is turned off to reduce the leakage from the BAT pin. See

12345678910>>...35