Searched refs:m_mode (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp85 m_impl.m_mode = Mode::Inlined;
118 m_impl.m_mode = Mode::Outsourced;
125 bool MightHaveChildren() override { return m_impl.m_mode != Mode::Invalid; }
144 switch (m_mode) {
158 switch (m_mode) {
286 m_mode = Mode::Invalid;
291 Impl() : m_mode(Mode::Invalid) {}
293 Mode m_mode; member in struct:NSIndexPathSyntheticFrontEnd::Impl
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h40 CompletionMode m_mode; member in class:lldb_private::CompletionResult::Completion
46 m_mode(mode) {}
49 CompletionMode GetMode() const { return m_mode; }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h25 enum class Mode { Always, Default, Never } m_mode; member in struct:lldb_private::DumpValueObjectOptions::PointerDepth
30 return PointerDepth{m_mode, m_count - 1};
31 return PointerDepth{m_mode, m_count};
/freebsd-11-stable/sys/dev/mse/
H A Dmsevar.h122 mousemode_t m_mode; /* proto rate res accel level size mask */ member in struct:mse_types
H A Dmse_cbus.c187 sc->mode = mse_types[i].m_mode;
H A Dmse_isa.c225 sc->mode = mse_types[i].m_mode;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp55 result.append(std::to_string(static_cast<int>(m_mode)));
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c747 int m_mode, s_mode, gdc_clock, hsync_clock; local
750 m_mode = (mode == T25_G400) ? _25L : _30L;
752 gdc_INFO = m_mode;
759 hsync_clock = (m_mode == _25L) ? gdc_FH : _31KHZ;
784 master_gdc_prm(master_param[hsync_clock][m_mode][GDC_CR]);
785 master_gdc_word_prm(((master_param[hsync_clock][m_mode][GDC_HFP] << 10)
786 + (master_param[hsync_clock][m_mode][GDC_VS] << 5)
787 + master_param[hsync_clock][m_mode][GDC_HS]));
788 master_gdc_prm(master_param[hsync_clock][m_mode][GDC_HBP]);
789 master_gdc_prm(master_param[hsync_clock][m_mode][GDC_VF
[all...]
/freebsd-11-stable/sys/dev/scc/
H A Dscc_bfe.h72 u_int m_mode; member in struct:scc_mode
H A Dscc_core.c195 m->m_mode = 1U << mode;
196 if ((cl->cl_modes & m->m_mode) == 0 || ch->ch_sysdev)
483 *result = m->m_mode;
/freebsd-11-stable/usr.bin/tftp/
H A Dmain.c164 const char *m_mode; member in struct:modes
253 settftpmode(modes[i].m_mode);
372 settftpmode(p->m_mode);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c213 #define Em { OP_E, m_mode }
224 #define Gm { OP_G, m_mode }
227 #define Rm { OP_R, m_mode }
237 #define Cm { OP_C, m_mode }
238 #define Dm { OP_D, m_mode }
352 #define m_mode 8 /* d_mode in 32bit, q_mode in 64bit mode. */ macro
4866 case m_mode:
4927 case m_mode:
5224 case m_mode:
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp467 switch (m_mode) {

Completed in 139 milliseconds