Searched refs:method2 (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
H A D | psmang2.cc | 29 void method2 (void); 33 s::method2 (void) in method2() function in s
|
H A D | psmang1.cc | 27 void method2 (void); 42 si.method2 (); in main()
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.objc/ |
H A D | nondebug.m | 25 printf("method2 someMethod\n");
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | skl_watermark.c | 1858 uint_fixed_16_16_t method1, method2; in skl_compute_plane_wm() local 1871 method2 = skl_wm_method2(wp->plane_pixel_rate, in skl_compute_plane_wm() 1877 selected_result = max_fixed16(method2, wp->y_tile_minimum); in skl_compute_plane_wm() 1882 selected_result = method2; in skl_compute_plane_wm() 1885 selected_result = min_fixed16(method1, method2); in skl_compute_plane_wm() 1887 selected_result = method2; in skl_compute_plane_wm()
|
H A D | i9xx_wm.c | 2321 u32 method1, method2; in ilk_compute_pri_wm() local 2337 method2 = ilk_wm_method2(crtc_state->pixel_rate, 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 2365 method2 = ilk_wm_method2(crtc_state->pixel_rate, in ilk_compute_spr_wm() 2369 return min(method1, method2); in ilk_compute_spr_wm()
|
/openbsd/sys/dev/pci/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 162 uint8_t method2 : 1; member
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangFormatStyleOptions.rst | 4405 int method2(T x) { enum List { 4411 } int method2(T x) {
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1623 - (id)method2 __attribute__((availability(macos,introduced=10.4)));
|