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 D | casts2.C | 9 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 D | psmang1.cc | 26 void method1 (void); 31 s::method1 () in method1() function in s 41 si.method1 (); in main()
|
| H A D | psmang2.cc | 28 void method1 (void);
|
| /openbsd-src/usr.sbin/pppd/ |
| H A D | ccp.c | 881 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 D | i9xx_wm.c | 2321 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 D | skl_watermark.c | 1858 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 D | ClangFormatStyleOptions.rst | 4397 int method1() { 4401 ITEM1, int method1() {
|