Home
last modified time | relevance | path

Searched refs:svmax (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
HDwork_thread.c705 long svini, svmax; in create_sema() local
709 svmax = (maxval < LONG_MAX && maxval > 0) in create_sema()
711 semptr->shnd = CreateSemaphore(NULL, svini, svmax, NULL); in create_sema()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_sve.td611 defm SVMAX_S : SInstZPZZ<"svmax", "csil", "aarch64_sve_smax", "aarch64_sve_smax_u">;
612 defm SVMAX_U : SInstZPZZ<"svmax", "UcUsUiUl", "aarch64_sve_umax", "aarch64_sve_umax_u">;
819 defm SVMAX_F : SInstZPZZ<"svmax", "hfd", "aarch64_sve_fmax", "aarch64_sve_fmax_u">;
2101 defm SVMAX_BF : SInstZPZZ<"svmax", "b", "aarch64_sve_fmax", "aarch64_sve_fmax_u", [VerifyRunt…