| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | std-dir.cc | 115 template<typename Bitmask> 117 is_set(Bitmask obj, Bitmask bits) in is_set() 119 return (obj & bits) != Bitmask::none; in is_set()
|
| H A D | dir.cc | 118 template<typename Bitmask> 120 is_set(Bitmask obj, Bitmask bits) in is_set() 122 return (obj & bits) != Bitmask::none; in is_set()
|
| H A D | ops-common.h | 186 template<typename Bitmask> in _GLIBCXX_VISIBILITY() 187 inline bool is_set(Bitmask obj, Bitmask bits) in _GLIBCXX_VISIBILITY() 189 return (obj & bits) != Bitmask::none; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | dir.cc | 145 template<typename Bitmask> 147 is_set(Bitmask obj, Bitmask bits) in is_set() 149 return (obj & bits) != Bitmask::none; in is_set()
|
| H A D | ops-common.h | 244 template<typename Bitmask> in _GLIBCXX_VISIBILITY() 245 inline bool is_set(Bitmask obj, Bitmask bits) in _GLIBCXX_VISIBILITY() 247 return (obj & bits) != Bitmask::none; in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_dir.cc | 120 template<typename Bitmask> 122 is_set(Bitmask obj, Bitmask bits) in is_set() 124 return (obj & bits) != Bitmask::none; in is_set()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_dir.cc | 183 template<typename Bitmask> 185 is_set(Bitmask obj, Bitmask bits) in is_set() 187 return (obj & bits) != Bitmask::none; in is_set()
|
| /netbsd-src/sys/arch/evbmips/conf/ |
| H A D | WGT624V3 | 111 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| H A D | MERAKI | 110 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| H A D | AP30 | 109 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| H A D | RB433UAH | 110 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| H A D | DB120 | 118 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| H A D | XLSATX | 113 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| H A D | MALTA | 108 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| /netbsd-src/sys/arch/algor/conf/ |
| H A D | P5064 | 86 # Bitmask for enabling the PCI IDE channels in the southbridge.
|
| /netbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic79xx.reg | 1591 * Bitmask of observed initiators on the bus. 1640 * Bitmask of observed targets on the bus. 1708 * Bitmask of ids to respond as a target.
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 15362 typedef SQLITE_BITMASK_TYPE Bitmask; typedef 15364 typedef u64 Bitmask; typedef 15370 #define BMS ((int)(sizeof(Bitmask)*8)) 15375 #define MASKBIT(n) (((Bitmask)1)<<(n)) 15379 #define ALLBITS ((Bitmask)-1) 15380 #define TOPBIT (((Bitmask)1)<<(BMS-1)) 18710 Bitmask colNotIdxed; /* Unindexed columns in pTab */ 19230 Bitmask colUsed; /* Bit N set if column N used. Details above for N>62 */ 21263 SQLITE_PRIVATE Bitmask sqlite3ExprColUsed(Expr*); 106361 SQLITE_PRIVATE Bitmask sqlite3ExprColUsed(Expr *pExpr){ [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc2407.txt | 946 o Situation (4 octets) - Bitmask used to interpret the remainder
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | cris.cpu | 213 ; Bitmask of h-gr register (0..15) and h-sr register (17..31)
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | cris.cpu | 213 ; Bitmask of h-gr register (0..15) and h-sr register (17..31)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | cris.cpu | 213 ; Bitmask of h-gr register (0..15) and h-sr register (17..31)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.md | 658 ;; Bitmask for shift instructions
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.md | 715 ;; Bitmask for shift instructions
|