Home
last modified time | relevance | path

Searched refs:Modes (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.c82 static struct mode_bootstrap *Modes[MAX_MODES]; variable
335 for (i = 0; i < MAX_MODES && Modes[i] != NULL; i++) in event_loop()
336 if (Modes[i]->mb_wscons_event != NULL) in event_loop()
337 Modes[i]->mb_wscons_event(event, 1); in event_loop()
341 for (i = 0; i < MAX_MODES && Modes[i] != NULL; i++) in event_loop()
342 if (Modes[i]->mb_wscons_event != NULL) in event_loop()
343 Modes[i]->mb_wscons_event(event, 0); in event_loop()
362 for (i = 0; i < MAX_MODES && Modes[i] != NULL; i++) in event_loop()
363 if (Modes[i]->mb_wsmouse_event != NULL) in event_loop()
364 Modes[i]->mb_wsmouse_event(event); in event_loop()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenHwModes.cpp32 std::vector<Record*> Modes = R->getValueAsListOfDefs("Modes"); in HwModeSelect() local
34 if (Modes.size() != Objects.size()) { in HwModeSelect()
40 for (unsigned i = 0, e = Modes.size(); i != e; ++i) { in HwModeSelect()
41 unsigned ModeId = CGH.getHwModeId(Modes[i]->getName()); in HwModeSelect()
66 Modes.emplace_back(R); in CodeGenHwModes()
67 unsigned NewId = Modes.size(); in CodeGenHwModes()
68 ModeIds.insert(std::make_pair(Modes[NewId-1].Name, NewId)); in CodeGenHwModes()
96 for (const HwMode &M : Modes) { in dump()
H A DCodeGenHwModes.h50 return Modes[Id-1]; in getMode()
53 unsigned getNumModeIds() const { return Modes.size()+1; } in getNumModeIds()
59 std::vector<HwMode> Modes; member
H A DInfoByHwMode.h42 SmallVectorImpl<unsigned> &Modes) { in union_modes() argument
52 Modes.push_back(M); in union_modes()
56 Modes.push_back(DefaultMode); in union_modes()
H A DCodeGenDAGPatterns.cpp181 SmallVector<unsigned, 4> Modes; in writeToStream() local
182 Modes.reserve(Map.size()); in writeToStream()
185 Modes.push_back(I.first); in writeToStream()
186 if (Modes.empty()) { in writeToStream()
190 array_pod_sort(Modes.begin(), Modes.end()); in writeToStream()
193 for (unsigned M : Modes) { in writeToStream()
224 SmallSet<unsigned, 4> Modes; in operator ==() local
226 Modes.insert(I.first); in operator ==()
228 Modes.insert(I.first); in operator ==()
232 for (unsigned M : Modes) { in operator ==()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DXRayArgs.cpp174 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
182 Modes.clear(); in XRayArgs()
184 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
186 Modes.push_back(std::string(M)); in XRayArgs()
205 llvm::sort(Modes); in XRayArgs()
206 Modes.erase(std::unique(Modes.begin(), Modes.end()), Modes.end()); in XRayArgs()
266 for (const auto &Mode : Modes) { in addArgs()
/netbsd-src/sys/arch/acorn32/conf/monitors/
H A DAKF6032 # 320 x 250 (70Hz - Modes 6,7)
44 # 320 x 256 (70Hz - Modes 1,2,5,9,10,13)
80 # 640 x 200 (70Hz - Modes 44,45,46)
92 # 640 x 250 (70Hz - Modes 3,11,14)
104 # 640 x 256 (70Hz - Modes 0,4,8,12,15)
116 # 640 x 352 (70Hz - Modes 41,42,43)
178 # 640 x 480 (60Hz - Modes 25,26,27,28)
216 # 800 x 600 (56Hz - Modes 29,30,31)
H A DTaxan875+LR26 # 320 x 250 (70Hz - Modes 6,7)
37 # 320 x 256 (70Hz - Modes 1,2,5,9,10,13)
70 # 640 x 200 (70Hz - Modes 44,45,46)
81 # 640 x 250 (70Hz - Modes 3,11,14)
92 # 640 x 256 (70Hz - Modes 0,4,8,12,15)
103 # 640 x 352 (70Hz - Modes 41,42,43)
160 # 640 x 480 (60Hz - Modes 25,26,27,28)
195 # 800 x 600 (56Hz - Modes 29,30,31)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DXRayArgs.h26 std::vector<std::string> Modes; variable
45 llvm::ArrayRef<std::string> modeList() const { return Modes; } in modeList()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c-modes.def1 /* Target-Specific Modes for R8C/M16C/M32C
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c-modes.def1 /* Target-Specific Modes for R8C/M16C/M32C
/netbsd-src/external/bsd/ntp/dist/html/scripts/
H A Dspecial.txt6 <li class='inline'><a href='xleave.html'>NTP Interleaved Modes</a></li>\
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-s12z.texi62 * S12Z Addressing Modes:: Operands and their semantics
122 @node S12Z Addressing Modes
123 @subsection Addressing Modes
H A Dc-d10v.texi60 * D10V-Addressing:: Addressing Modes
204 @subsection Addressing Modes
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-s12z.texi62 * S12Z Addressing Modes:: Operands and their semantics
122 @node S12Z Addressing Modes
123 @subsection Addressing Modes
H A Dc-d10v.texi60 * D10V-Addressing:: Addressing Modes
204 @subsection Addressing Modes
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacclib.h277 const char *Modes);
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_modes.pod5 Modes of DES - the variants of DES and other crypto algorithms of OpenSSL
244 Part 5.2: Modes of operation for an n-bit block cipher algorithm
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes_modes.pod5 Modes of DES - the variants of DES and other crypto algorithms of OpenSSL
244 Part 5.2: Modes of operation for an n-bit block cipher algorithm
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DRegBankSelect.rst52 RegBankSelect Modes
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Diterators.md213 ;; Modes with 8-bit and 16-bit elements.
216 ;; Modes with 8-bit elements.
222 ;; Modes with 64-bit elements only.
225 ;; Modes with 32-bit elements only.
228 ;; Modes with 8-bit, 16-bit and 32-bit elements.
234 ;; Modes with 16-bit elements only.
258 ;; Modes for polynomial or float values.
261 ;; Modes for BF16 convert instructions.
678 ;; Modes with half the number of equal-sized elements.
690 ;; Modes with twice the number of equal-sized elements.
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/
H A Dvisium.md757 ;; Modes QI, HI, SI and DI are supported directly.
965 ;; Modes QI, HI, SI and DI are supported directly.
1178 ;; Modes QI, HI, SI and DI are supported directly.
1401 ;; Modes QI, HI and SI are supported directly.
1439 ;; Modes QI, HI and SI are supported directly.
1477 ;; Modes QI, HI and SI are supported directly.
1515 ;; Modes QI, HI and SI are supported directly.
1549 ;; Modes QI, HI, SI and DI are supported directly.
1608 ;; Modes QI, HI, SI and DI are supported directly.
1669 ;; Modes QI, HI, SI and DI are supported directly.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.md757 ;; Modes QI, HI, SI and DI are supported directly.
965 ;; Modes QI, HI, SI and DI are supported directly.
1178 ;; Modes QI, HI, SI and DI are supported directly.
1401 ;; Modes QI, HI and SI are supported directly.
1439 ;; Modes QI, HI and SI are supported directly.
1477 ;; Modes QI, HI and SI are supported directly.
1515 ;; Modes QI, HI and SI are supported directly.
1549 ;; Modes QI, HI, SI and DI are supported directly.
1608 ;; Modes QI, HI, SI and DI are supported directly.
1669 ;; Modes QI, HI, SI and DI are supported directly.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Diterators.md221 ;; Modes with 8-bit and 16-bit elements.
224 ;; Modes with 8-bit elements.
230 ;; Modes with 64-bit elements only.
233 ;; Modes with 32-bit elements only.
236 ;; Modes with 8-bit, 16-bit and 32-bit elements.
263 ;; Modes for polynomial or float values.
266 ;; Modes for BF16 convert instructions.
672 ;; Modes with half the number of equal-sized elements.
684 ;; Modes with twice the number of equal-sized elements.
695 ;; Modes with double-width elements.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-modes.def86 /* Modes used by __vector_pair and __vector_quad. */

12345