HomeSort by: relevance | last modified time | path
    Searched defs:__v (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/arch/x86/
immintrin.h 129 return ((const struct { __m128i_u __v; } _PACKALIAS *)__p)->__v;
138 int32_t __v = (*(const __m32_u *)__p)[0]; local in function:_mm_loadu_si32
140 int32_t __v = ((const struct { int32_t __v; } _PACKALIAS *)__p)->__v;
142 return __extension__ (__m128i)(__v4si){ __v, 0, 0, 0 };
150 int64_t __v = (int64_t)*(const __m64_u *)__p; local in function:_mm_loadu_si64
152 int64_t __v = ((const struct { int64_t __v; } _PACKALIAS *)__p)->__v
    [all...]
  /src/sys/arch/arm/include/
armreg.h 698 const bool __v = (psr & PSR_V_bit); local in function:arm_cond_ok_p
710 __ok = __v;
716 __ok = __n == __v;
719 __ok = __n == __v && !__z;

Completed in 63 milliseconds