Home
last modified time | relevance | path

Searched defs:vec_max (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dev_wrap.h96 #define vec_max ((loop)->vec_max) macro
/freebsd/lib/libcam/
H A Dscsi_cmdparse.c546 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h9427 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function
9433 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function
9440 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function
9446 vec_max(__vector unsigned char __a, __vector unsigned char __b) { in vec_max() function
9452 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function
9459 vec_max(__vector __bool char __a, __vector unsigned char __b) { in vec_max() function
9465 vec_max(__vector signed short __a, __vector signed short __b) { in vec_max() function
9471 vec_max(__vector signed short __a, __vector __bool short __b) { in vec_max() function
9478 vec_max(__vector __bool short __a, __vector signed short __b) { in vec_max() function
9484 vec_max(__vector unsigned short __a, __vector unsigned short __b) { in vec_max() function
[all …]
H A Daltivec.h4838 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
4843 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
4848 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
4853 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
4858 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
4863 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
4867 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4872 static __inline__ vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
4877 static __inline__ vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
4883 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]