Home
last modified time | relevance | path

Searched refs:max3 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/common/include/linux/
H A Dkernel.h97 #define max3(X, Y, Z) MAX(X, MAX(Y, Z)) macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5685 enum max3 = 256; variable
5687 auto trie3 = buildTrie!(bool, uint, max3,
5691 foreach (i; 0 .. max3)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5688 enum max3 = 256;
5690 auto trie3 = buildTrie!(bool, uint, max3,
5694 foreach (i; 0 .. max3)
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c1946 vlv_invert_wm_value(max3(raw->plane[PLANE_PRIMARY], in vlv_compute_pipe_wm()