Home
last modified time | relevance | path

Searched refs:in32 (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/compat/time32/
H A Dadjtime32.c7 int __adjtime32(const struct timeval32 *in32, struct timeval32 *out32) in __adjtime32() argument
11 .tv_sec = in32->tv_sec, in __adjtime32()
12 .tv_usec = in32->tv_usec}), &out); in __adjtime32()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5.c138 uint32 *in32 = (uint32 *)ctx->in; in MD5Final() local
167 in32[14] = ctx->bits[0]; in MD5Final()
168 in32[15] = ctx->bits[1]; in MD5Final()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12801 const uint32x4_t in32 = vreinterpretq_u32_u16(in); in arm_detect_encodings() local
12806 currentmax = vmaxq_u32(in32,currentmax); in arm_detect_encodings()
12811 currentoffsetmax = vmaxq_u32(vaddq_u32(in32, offset), currentoffsetmax); in arm_detect_encodings()
22165 const __m256i in32 = _mm256_loadu_si256((__m256i *)input);
22166 currentmax = _mm256_max_epu32(in32,currentmax);
22167 currentoffsetmax = _mm256_max_epu32(_mm256_add_epi32(in32, offset), currentoffsetmax);
[all...]

Completed in 34 milliseconds