Home
last modified time | relevance | path

Searched refs:method1 (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/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; in perform()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dpsmang1.cc26 void method1 (void);
31 s::method1 () in method1() function in s
41 si.method1 (); in main()
H A Dpsmang2.cc28 void method1 (void);
/openbsd-src/usr.sbin/pppd/
H A Dccp.c881 char method1[64];
890 strncpy(method1, method_name(go, NULL), sizeof method1);
892 method1, method_name(ho, NULL));
915 char method1[64]; global() local
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Di9xx_wm.c2321 u32 method1, method2; in ilk_compute_pri_wm() local
2332 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_pri_wm()
2335 return method1; in ilk_compute_pri_wm()
2342 return min(method1, method2); in ilk_compute_pri_wm()
2353 u32 method1, method2; in ilk_compute_spr_wm() local
2364 method1 = ilk_wm_method1(crtc_state->pixel_rate, cpp, mem_value); in ilk_compute_spr_wm()
2369 return min(method1, method2); in ilk_compute_spr_wm()
H A Dskl_watermark.c1858 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local
1869 method1 = skl_wm_method1(i915, wp->plane_pixel_rate, in skl_compute_plane_wm()
1885 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm()
1889 selected_result = method1; in skl_compute_plane_wm()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4397 int method1() {
4401 ITEM1, int method1() {