OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xacc
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
xxhash.h
4824
__m512i* const
xacc
= (__m512i *) acc;
local
4839
/*
xacc
[0] += swap(data_vec); */
4841
__m512i const sum = _mm512_add_epi64(*
xacc
, data_swap);
4842
/*
xacc
[0] += product; */
4843
*
xacc
= _mm512_add_epi64(product, sum);
4874
{ __m512i* const
xacc
= (__m512i*) acc;
local
4877
/*
xacc
[0] ^= (
xacc
[0] >> 47) */
4878
__m512i const acc_vec = *
xacc
;
4880
/*
xacc
[0] ^= secret; *
4928
{ __m256i* const
xacc
= (__m256i *) acc;
local
4961
{ __m256i* const
xacc
= (__m256i*) acc;
local
5035
{ __m128i* const
xacc
= (__m128i *) acc;
local
5068
{ __m128i* const
xacc
= (__m128i*) acc;
local
5171
xxh_aliasing_uint64x2_t* const
xacc
= (xxh_aliasing_uint64x2_t*) acc;
local
5296
{ xxh_aliasing_uint64x2_t*
xacc
= (xxh_aliasing_uint64x2_t*) acc;
local
5356
xxh_aliasing_u64x2* const
xacc
= (xxh_aliasing_u64x2*) acc;
local
5391
{ xxh_aliasing_u64x2* const
xacc
= (xxh_aliasing_u64x2*) acc;
local
5425
uint64_t *
xacc
= (uint64_t *)acc;
local
5467
uint64_t *
xacc
= (uint64_t *)acc;
local
5573
xxh_u64*
xacc
= (xxh_u64*) acc;
local
5621
xxh_u64* const
xacc
= (xxh_u64*) acc; \/* presumed aligned *\/
local
[
all
...]
Completed in 598 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026