Home
last modified time | relevance | path

Searched refs:vec_max (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dev_select.c111 if (expect_false (vec_max <= word)) in select_modify()
123 for (; vec_max < new_max; ++vec_max) in select_modify()
124 ((fd_mask *)vec_ri) [vec_max] = in select_modify()
125 ((fd_mask *)vec_wi) [vec_max] = 0; in select_modify()
152 fd_setsize = vec_max * NFDBYTES; in select_poll()
165 res = select (vec_max * NFDBITS, (fd_set *)vec_ro, (fd_set *)vec_wo, (fd_set *)vec_eo, &tv); in select_poll()
170 res = select (vec_max * NFDBITS, (fd_set *)vec_ro, (fd_set *)vec_wo, 0, &tv); in select_poll()
248 for (word = vec_max; word--; ) in select_poll()
290 vec_max = 0; in select_init()
H A Dev_wrap.h96 #define vec_max ((loop)->vec_max) macro
195 #undef vec_max
H A Dev_vars.h91 VARx(int, vec_max)
/freebsd/lib/libcam/
H A Dscsi_cmdparse.c546 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() argument
599 if (ind < vec_max) { in do_encode()
607 if (ind < vec_max) { in do_encode()
615 if (ind < vec_max) in do_encode()
620 if (ind < vec_max - 2 + 1) { in do_encode()
627 if (ind < vec_max - 3 + 1) { in do_encode()
635 if (ind < vec_max - 4 + 1) { in do_encode()
652 if (shift && ind < vec_max) { in do_encode()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h8021 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function
8027 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function
8034 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function
8040 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function
8046 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function
8053 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function
8059 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function
8065 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function
8072 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function
8078 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h336 return (vec_max(__A, __B)); in _mm_max_pd()
345 __c = vec_max(__a, __b); in _mm_max_sd()
1934 return (__m128i)vec_max((__v8hi)__A, (__v8hi)__B); in _mm_max_epi16()
1940 return (__m128i)vec_max((__v16qu)__A, (__v16qu)__B); in _mm_max_epu8()
2129 __v16qu __vmax = vec_max(__a, __b); in _mm_sad_epu8()
H A Dxmmintrin.h429 __c = vec_max(__a, __b); in _mm_max_ss()
1717 __vmax = vec_max(__a, __b); in _mm_sad_pu8()