Searched refs:SUM (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 37 #define SUM %xmm15 macro 90 pxor SUM, %xmm0 215 vpxor TMP_XMM, PH, SUM 236 pxor SUM, %xmm0 260 montgomery_reduction SUM 279 montgomery_reduction SUM 280 movups SUM, (%rdi) 301 movups (ACCUMULATOR), SUM 312 montgomery_reduction SUM 318 movups SUM, (ACCUMULATOR)
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | polyval-ce-core.S | 60 SUM .req v23 label 253 eor SUM.16b, PH.16b, TMP_V.16b 257 eor M0.16b, M0.16b, SUM.16b 272 eor SUM.16b, SUM.16b, TMP_V.16b 273 karatsuba1_store KEY1 SUM 299 montgomery_reduction SUM 318 montgomery_reduction SUM 319 st1 {SUM.16b}, [x0] 340 ld1 {SUM.16b}, [ACCUMULATOR] 353 montgomery_reduction SUM [all …]
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctresource.c | 99 [SUM] = 0xc, 156 case SUM: in rsc_init() 184 case SUM: in rsc_uninit() 228 case SUM: in rsc_mgr_init() 273 case SUM: in rsc_mgr_uninit()
|
H A D | ctresource.h | 24 SUM, enumerator
|
H A D | ctamixer.c | 367 err = rsc_init(&sum->rsc, sum->idx[0], SUM, desc->msr, mgr->mgr.hw); in sum_rsc_init() 459 err = rsc_mgr_init(&sum_mgr->mgr, SUM, SUM_RESOURCE_NUM, hw); in sum_mgr_create()
|
H A D | ctatc.c | 121 [SUM] = { .create = (create_t)sum_mgr_create, 325 struct sum_mgr *sum_mgr = atc->rsc_mgrs[SUM]; in atc_pcm_release_resources() 507 struct sum_mgr *sum_mgr = atc->rsc_mgrs[SUM]; in atc_pcm_capture_get_resources() 1183 sum_mgr = atc->rsc_mgrs[SUM]; in atc_release_resources() 1436 sum_mgr = atc->rsc_mgrs[SUM]; in atc_get_resources()
|
H A D | ctmixer.c | 848 sum_mgr = (struct sum_mgr *)mixer->atc->rsc_mgrs[SUM]; in ct_mixer_get_resources() 1143 struct sum_mgr *sum_mgr = (struct sum_mgr *)mixer->atc->rsc_mgrs[SUM]; in ct_mixer_destroy()
|
/openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
H A D | buildstats-plot.sh | 46 SUM="" 95 SUM="y" 131 if [ -z "$SUM" ]; then
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | API.pm | 1252 open( SUM, "< $sumFile") or &B_log("ERROR","Unable to open $sumFile for read.\n$!\n"); 1254 while( my $line = <SUM> ) { 1263 close(SUM); 1289 open( SUM, "> $sumFile") or &B_log("ERROR","Unable to open $sumFile for write.\n$!\n"); 1293 print SUM "$file,$GLOBAL_SUM{\"$file\"}{filesize},$GLOBAL_SUM{\"$file\"}{sum}\n"; 1297 close(SUM);
|
H A D | fixed_defined_warnings.patch | 46 open( SUM, "> $sumFile") or &B_log("ERROR","Unable to open $sumFile for write.\n$!\n");
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1159 /* VECTOR GALOIS FIELD MULTIPLY SUM */ 1161 /* VECTOR GALOIS FIELD MULTIPLY SUM AND ACCUMULATE */ 1203 /* VECTOR MULTIPLY SUM LOGICAL */ 1257 /* VECTOR SUM ACROSS DOUBLEWORD */ 1259 /* VECTOR SUM ACROSS QUADWORD */ 1261 /* VECTOR SUM ACROSS WORD */
|
/openbmc/docs/designs/ |
H A D | telemetry.md | 108 - SUM - sum of reading values over defined time period 792 also enable testing aggregated operations (MIN, MAX, SUM, AVG).
|