Home
last modified time | relevance | path

Searched refs:v64 (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3410 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() argument
3413 return v64 ^ (v64 >> shift); in XXH_xorshift64()
3697 XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) in XXH_writeLE64() argument
3699 if (!XXH_CPU_LITTLE_ENDIAN) v64 = XXH_swap64(v64); in XXH_writeLE64()
3700 XXH_memcpy(dst, &v64, sizeof(v64)); in XXH_writeLE64()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic9264 # v64: file(1) magic for the V64 format N64 ROM dumps
H A Dmagic私はガラスを食べられます9264 # v64: file(1) magic for the V64 format N64 ROM dumps

Completed in 151 milliseconds