Searched defs:vec_max (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/util/verto/ |
H A D | ev_wrap.h | 96 #define vec_max ((loop)->vec_max) macro
|
/freebsd/lib/libcam/ |
H A D | scsi_cmdparse.c | 546 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | vecintrin.h | 8021 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 …]
|