Home
last modified time | relevance | path

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

/NextBSD/lib/libcam/
HDscsi_cmdparse.c540 do_encode(u_char *buff, size_t vec_max, size_t *used, in do_encode() argument
593 if (ind < vec_max) { in do_encode()
601 if (ind < vec_max) { in do_encode()
609 if (ind < vec_max) in do_encode()
614 if (ind < vec_max - 2 + 1) { in do_encode()
621 if (ind < vec_max - 3 + 1) { in do_encode()
629 if (ind < vec_max - 4 + 1) { in do_encode()
646 if (shift && ind < vec_max) { in do_encode()
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDvecintrin.h6408 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function
6413 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function
6419 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function
6425 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function
6430 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function
6436 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function
6442 vec_max(vector signed short __a, vector signed short __b) { in vec_max() function
6447 vec_max(vector signed short __a, vector bool short __b) { in vec_max() function
6453 vec_max(vector bool short __a, vector signed short __b) { in vec_max() function
6459 vec_max(vector unsigned short __a, vector unsigned short __b) { in vec_max() function
[all …]
HDaltivec.h2873 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2878 static vector signed char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2883 static vector signed char __ATTRS_o_ai vec_max(vector signed char __a, in vec_max() function
2888 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2893 static vector unsigned char __ATTRS_o_ai vec_max(vector bool char __a, in vec_max() function
2898 static vector unsigned char __ATTRS_o_ai vec_max(vector unsigned char __a, in vec_max() function
2903 static vector short __ATTRS_o_ai vec_max(vector short __a, vector short __b) { in vec_max() function
2907 static vector short __ATTRS_o_ai vec_max(vector bool short __a, in vec_max() function
2912 static vector short __ATTRS_o_ai vec_max(vector short __a, in vec_max() function
2917 static vector unsigned short __ATTRS_o_ai vec_max(vector unsigned short __a, in vec_max() function
[all …]
/NextBSD/contrib/gcc/config/rs6000/
HDaltivec.h210 #define vec_max __builtin_vec_max macro
/NextBSD/contrib/gcc/doc/
HDextend.texi8515 vector unsigned char vec_max (vector bool char, vector unsigned char);
8516 vector unsigned char vec_max (vector unsigned char, vector bool char);
8517 vector unsigned char vec_max (vector unsigned char,
8519 vector signed char vec_max (vector bool char, vector signed char);
8520 vector signed char vec_max (vector signed char, vector bool char);
8521 vector signed char vec_max (vector signed char, vector signed char);
8522 vector unsigned short vec_max (vector bool short,
8524 vector unsigned short vec_max (vector unsigned short,
8526 vector unsigned short vec_max (vector unsigned short,
8528 vector signed short vec_max (vector bool short, vector signed short);
[all …]