Searched refs:c10 (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Doverride1.C11 struct c10 : virtual public c8, virtual public c7 {}; struct in inherits:c8,c7
18 struct c16 : public c12, public c10, public c2 { virtual void f (); };
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_to_char.cc43 const char_type c10 = 's'; local
83 c100 = gctype.toupper(c10);
88 VERIFY( c100 == c10 );
H A Dctype_to_wchar_t.cc44 const char_type c10 = L's'; local
84 c100 = gctype.toupper(c10);
89 VERIFY( c100 == c10 );
H A Dctype_is_wchar_t.cc48 const char_type c10 = L's'; local
90 VERIFY( gctype.is(std::ctype_base::lower, c10) );
H A Dctype_is_char.cc47 const char_type c10 = 's'; local
89 VERIFY( gctype.is(std::ctype_base::lower, c10) );
/openbsd-current/sys/arch/arm/include/
H A Dsysreg.h163 #define CP15_DCCMVAC(rr) p15, 0, rr, c7, c10, 1 /* Data cache clean by MVA PoC */
164 #define CP15_DCCSW(rr) p15, 0, rr, c7, c10, 2 /* Data cache clean by set/way */
166 #define CP15_CP15DSB(rr) p15, 0, rr, c7, c10, 4
167 #define CP15_CP15DMB(rr) p15, 0, rr, c7, c10, 5
219 #define CP15_PRRR(rr) p15, 0, rr, c10, c2, 0 /* Primary Region Remap Register */
220 #define CP15_MAIR0(rr) p15, 0, rr, c10, c2, 0 /* Memory Attribute Indirection Register 0 */
222 #define CP15_NMRR(rr) p15, 0, rr, c10, c2, 1 /* Normal Memory Remap Register */
223 #define CP15_MAIR1(rr) p15, 0, rr, c10, c2, 1 /* Memory Attribute Indirection Register 1 */
225 #define CP15_AMAIR0(rr) p15, 0, rr, c10, c3, 0 /* Auxiliary Memory Attribute Indirection Register 0 */
226 #define CP15_AMAIR1(rr) p15, 0, rr, c10, c
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dsync-ops.h20 #define DMB mcr p15, #0, r0, c7, c10, #5
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcollection.c35 c8, c9, c10, c11, c12, c13, c14, c15, cminus; variable
214 l10 = s10 = c10 = 10; l11 = s11 = c11 = 11;
258 l10 = s10 = c10 = 0; l11 = s11 = c11 = 0;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-2.c94 unsigned long c10; member in struct:__anon6965
198 Lom10 = &statsPtr->u.gem.c10;
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h68 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon5706
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_cx0_phy.c1781 drm_WARN_ON(&i915->drm, ARRAY_SIZE(pll_state->c10.pll) < 9);
1783 pll_state->c10.pll[i] = 0;
1798 crtc_state->cx0pll_state.c10 = *tables[i];
1840 const struct intel_c10pll_state *pll_state = &crtc_state->cx0pll_state.c10;
3003 struct intel_c10pll_state *mpllb_sw_state = &new_crtc_state->cx0pll_state.c10;
H A Dintel_display_types.h1025 struct intel_c10pll_state c10; member in union:intel_cx0pll_state::__anon43
H A Dintel_ddi.c3859 intel_c10pll_readout_hw_state(encoder, &crtc_state->cx0pll_state.c10);
3860 intel_c10pll_dump_hw_state(i915, &crtc_state->cx0pll_state.c10);
3861 crtc_state->port_clock = intel_c10pll_calc_port_clock(encoder, &crtc_state->cx0pll_state.c10);
H A Dintel_dpll.c1016 crtc_state->port_clock = intel_c10pll_calc_port_clock(encoder, &crtc_state->cx0pll_state.c10);
/openbsd-current/lib/libcrypto/curve25519/
H A Dcurve25519.c4174 int64_t c10 = 2097151 & (load_3(c + 26) >> 2); local
4237 s10 = c10 + a0 * b10 + a1 * b9 + a2 * b8 + a3 * b7 + a4 * b6 + a5 * b5 +

Completed in 305 milliseconds