Home
last modified time | relevance | path

Searched defs:SET (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c41 #define SET(C, F) (C)->funcs.F = kadm5_s_ ## F in set_funcs() macro
H A Dinit_c.c51 #define SET(C, F) (C)->funcs.F = kadm5 ## _c_ ## F in set_funcs() macro
H A Dad.c1335 #define SET(C, F) (C)->funcs.F = kadm5_ad_ ## F in set_funcs() macro
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_sections.c31 #define SET(N, V) \ macro
/freebsd/usr.bin/tr/
H A Dextern.h40 CCLASS, CCLASS_UPPER, CCLASS_LOWER, SET } state; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp68 #define SET(n) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp26 #define SET(n) \ macro
/freebsd/contrib/mandoc/
H A Dcompat_fts.c67 #define SET(opt) (sp->fts_options |= (opt)) macro
/freebsd/libexec/getty/
H A Dsubr.c226 #define SET(t, f) (t) |= (f) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h48 #define STDSET_FUNCTION_4(FAMILY, FIELD, TYPE, SET) \ argument
59 #define STDSET_FUNCTION_5(FAMILY, FIELD, ENTRY, TYPE, SET) \ argument
/freebsd/sys/dev/pwm/controller/rockchip/
H A Drk_pwm.c51 #define SET(reg,mask,val) reg = ((reg & ~mask) | val) macro
/freebsd/lib/libc/gen/
H A Dfts-compat.c79 #define SET(opt) (sp->fts_options |= (opt)) macro
H A Dfts.c67 #define SET(opt) (sp->fts_options |= (opt)) macro
H A Dfts-compat11.c68 #define SET(opt) (sp->fts_options |= (opt)) macro
/freebsd/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c103 #define SET(escape) ((escape)->set) macro
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c324 #define SET(r, a) do { \ in register_keycache() macro
/freebsd/sys/dev/uart/
H A Duart_dev_imx.h208 #define SET(_bas, _r, _b) \ macro
/freebsd/sbin/ping/
H A Dping.c107 #define SET(bit) (A(bit) |= B(bit)) macro
H A Dping6.c154 #define SET(bit) (A(bit) |= B(bit)) macro
/freebsd/sbin/rcorder/
H A Drcorder.c89 #define SET TRUE macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp916 #define SET(ID, TYPE, VAL) \ in extractFeatures() macro
/freebsd/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c153 NONE = 0, GET = 1, SET = 2 enumerator
/freebsd/sys/kern/
H A Dkern_ubsan.c87 #define SET(t, f) ((t) |= (f)) macro