Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2696 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() argument
2699 return v64 ^ (v64 >> shift); in XXH_xorshift64()
2983 XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) in XXH_writeLE64() argument
2985 if (!XXH_CPU_LITTLE_ENDIAN) v64 = XXH_swap64(v64); in XXH_writeLE64()
2986 memcpy(dst, &v64, sizeof(v64)); in XXH_writeLE64()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic8253 # v64: file(1) magic for the V64 format N64 ROM dumps
H A Dmagic私はガラスを食べられます8253 # v64: file(1) magic for the V64 format N64 ROM dumps

Completed in 154 milliseconds