Searched defs:clamp (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Deddsa.c41 static void clamp(uint8_t secret_scalar_ser[EDDSA_448_PRIVATE_BYTES]) function
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecContext.h80 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member in struct:__anon1616
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp56 int64_t clamp(int64_t Value, int64_t Low, int64_t High) { function
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h489 #define clamp(x, lo, hi) min( max(x,lo), hi) macro

Completed in 206 milliseconds