Searched refs:selectors (Results 1 – 16 of 16) sorted by relevance
/freebsd/tests/sys/netpfil/pf/ |
H A D | nat64.py | 28 import selectors 68 sel = selectors.DefaultSelector() 73 sel.register(t, selectors.EVENT_READ, data=None) 78 sel.register(u, selectors.EVENT_READ, data="UDP") 88 events = selectors.EVENT_READ | selectors.EVENT_WRITE 95 if mask & selectors.EVENT_READ:
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth_ie.c | 1218 u32 selectors = 0; in wpa_auth_write_fd_rsn_info() local 1243 selectors |= cipher; in wpa_auth_write_fd_rsn_info() 1263 selectors |= cipher << 6; in wpa_auth_write_fd_rsn_info() 1271 selectors |= cipher << 12; in wpa_auth_write_fd_rsn_info() 1289 selectors |= selector << 18; in wpa_auth_write_fd_rsn_info() 1292 *pos++ = selectors & 0xff; in wpa_auth_write_fd_rsn_info() 1293 selectors >>= 8; in wpa_auth_write_fd_rsn_info()
|
/freebsd/crypto/libecc/ |
H A D | meson.options | 24 # curve, sig and hash selectors. These selectors can be used only if with_override_ecc_config is se…
|
/freebsd/crypto/openssl/ |
H A D | NOTES-DJGPP.md | 31 And finally fire up `make`. You may run out of DPMI selectors when
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Target.td | 11 // TargetSelectionDAG.td) when generating GlobalISel instruction selectors.
|
H A D | SelectionDAGCompat.td | 11 // TargetSelectionDAG.td) when generating GlobalISel instruction selectors.
|
/freebsd/contrib/bzip2/ |
H A D | CHANGES | 345 * Accept as many selectors as the file format allows. 348 use (too) many selectors again.
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 4283 var Expr = Sizzle.selectors = { 5353 Sizzle.selectors.attrMap = {}; 5355 jQuery.expr = Sizzle.selectors; 5449 closest: function( selectors, context ) { argument 5453 if ( jQuery.isArray( selectors ) ) { 5457 for ( i = 0; i < selectors.length; i++ ) { 5459 if ( jQuery( cur ).is( selectors[ i ] ) ) { 5460 ret.push({ selector: selectors[ i ], elem: cur, level: level }); 5472 var pos = POS.test( selectors ) || typeof selectors !== "string" ? 5473 jQuery( selectors, context || this.context ) : [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,disp.txt | 6 and input selectors in the MMSYS_CONFIG register space. Pixel clock and start
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 3870 auto selectors = builder.beginArray(selStructTy); in ModuleInitFunction() local 3887 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction() 3890 selStruct.finishAndAddTo(selectors); in ModuleInitFunction() 3898 selectorCount = selectors.size(); in ModuleInitFunction() 3904 auto selStruct = selectors.beginStruct(selStructTy); in ModuleInitFunction() 3907 selStruct.finishAndAddTo(selectors); in ModuleInitFunction() 3909 return selectors.finishAndCreateGlobal(".objc_selector_list", in ModuleInitFunction()
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | matchers.md | 227 You can use the following selectors to pick a subset of the arguments (or
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 1319 /// These will (potentially) become trait selectors for the OpenMP context if
|
/freebsd/contrib/mandoc/ |
H A D | NEWS | 291 using em units throughout, and avoiding redundancy in selectors.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1207 selectors. It is sometimes useful to be able to mark a method as having a
|
H A D | DiagnosticSemaKinds.td | 7782 "%0 is incompatible with selectors that return a "
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 10660 Add "ident" timeout (one of the "r" option selectors) for IDENT
|