Searched refs:vec_max (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/lib/libcam/
H A Dscsi_cmdparse.c540 do_encode(u_char *buff, size_t vec_max, size_t *used, argument
593 if (ind < vec_max) {
601 if (ind < vec_max) {
609 if (ind < vec_max)
614 if (ind < vec_max - 2 + 1) {
621 if (ind < vec_max - 3 + 1) {
629 if (ind < vec_max - 4 + 1) {
646 if (shift && ind < vec_max) {
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Daltivec.h210 #define vec_max __builtin_vec_max macro
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h2372 /* vec_max */
2375 vec_max(vector signed char __a, vector signed char __b) function
2381 vec_max(vector bool char __a, vector signed char __b) function
2387 vec_max(vector signed char __a, vector bool char __b) function
2393 vec_max(vector unsigned char __a, vector unsigned char __b) function
2399 vec_max(vector bool char __a, vector unsigned char __b) function
2405 vec_max(vector unsigned char __a, vector bool char __b) function
2411 vec_max(vector short __a, vector short __b) function
2417 vec_max(vector bool short __a, vector short __b) function
2423 vec_max(vecto function
2429 vec_max(vector unsigned short __a, vector unsigned short __b) function
2435 vec_max(vector bool short __a, vector unsigned short __b) function
2441 vec_max(vector unsigned short __a, vector bool short __b) function
2447 vec_max(vector int __a, vector int __b) function
2453 vec_max(vector bool int __a, vector int __b) function
2459 vec_max(vector int __a, vector bool int __b) function
2465 vec_max(vector unsigned int __a, vector unsigned int __b) function
2471 vec_max(vector bool int __a, vector unsigned int __b) function
2477 vec_max(vector unsigned int __a, vector bool int __b) function
2483 vec_max(vector float __a, vector float __b) function
[all...]

Completed in 174 milliseconds