Home
last modified time | relevance | path

Searched refs:sels (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dmac.c7126 static const enum rtw89_pkt_drop_sel sels[] = { in rtw89_mac_pkt_drop_sta() enum
7141 for (i = 0; i < ARRAY_SIZE(sels); i++) { in rtw89_mac_pkt_drop_sta()
7142 params.sel = sels[i]; in rtw89_mac_pkt_drop_sta()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1311 SelectorTable &sels, Builtin::Context &builtins,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp934 IdentifierTable &idents, SelectorTable &sels, in ASTContext() argument
952 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()