Searched refs:method1 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcasts2.C9 typedef boolean (VObject::*method1)(long); typedef
32 method1 q = (method1)m;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dpsmang1.cc26 void method1 (void);
31 s::method1 () function in class:s
41 si.method1 ();
H A Dpsmang2.cc28 void method1 (void);
/openbsd-current/usr.sbin/pppd/
H A Dccp.c915 char method1[64]; local
924 strncpy(method1, method_name(go, NULL), sizeof method1);
926 method1, method_name(ho, NULL));
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Di9xx_wm.c2321 u32 method1, method2; local
2332 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2335 return method1;
2342 return min(method1, method2);
2353 u32 method1, method2; local
2364 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value);
2369 return min(method1, method2);
H A Dskl_watermark.c1858 uint_fixed_16_16_t method1, method2; local
1869 method1 = skl_wm_method1(i915, wp->plane_pixel_rate,
1885 selected_result = min_fixed16(method1, method2);
1889 selected_result = method1;

Completed in 205 milliseconds