Home
last modified time | relevance | path

Searched defs:y (Results 176 – 200 of 2073) sorted by relevance

12345678910>>...83

/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A DNG2copy_from_user.S7 #define EX_LD(x,y) \ argument
15 #define EX_LD_FP(x,y) \ argument
H A DM7memcpy.S99 #define EX_LD(x,y) x argument
102 #define EX_LD_FP(x,y) x argument
106 #define EX_ST(x,y) x argument
109 #define EX_ST_FP(x,y) x argument
H A DNG2copy_to_user.S7 #define EX_ST(x,y) \ argument
15 #define EX_ST_FP(x,y) \ argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp55 # define __shfl(x, y, z) __shfl_sync(0xFFFFFFFFU, x, y, z) argument
56 # define __shfl_up(x, y, z) __shfl_up_sync(0xFFFFFFFFU, x, y, z) argument
57 # define __shfl_down(x, y, z) __shfl_down_sync(0xFFFFFFFFU, x, y, z) argument
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dmenubox.c98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
145 int y = height - 2; in print_buttons() local
174 int i, j, x, y, box_x, box_y; in dialog_menu() local
/OK3568_Linux_fs/kernel/arch/hexagon/lib/
H A Dchecksum.c21 #define SIGN(x, y) ((0x8000ULL*x)<<y) argument
22 #define CARRY(x, y) ((0x0002ULL*x)<<y) argument
23 #define SELECT(x, y) ((0x0001ULL*x)<<y) argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvdef.h77 #define __CV_CAT__(x, y) x ## y argument
78 #define __CV_CAT_(x, y) __CV_CAT__(x, y) argument
79 #define __CV_CAT(x, y) __CV_CAT_(x, y) argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp55 # define __shfl(x, y, z) __shfl_sync(0xFFFFFFFFU, x, y, z) argument
56 # define __shfl_up(x, y, z) __shfl_up_sync(0xFFFFFFFFU, x, y, z) argument
57 # define __shfl_down(x, y, z) __shfl_down_sync(0xFFFFFFFFU, x, y, z) argument
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbglyph.c33 fbGlyphIn(RegionPtr pRegion, int x, int y, int width, int height) in fbGlyphIn()
60 int y, in fbPolyGlyphBlt()
125 int y, in fbImageGlyphBlt()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dwarp_shuffle.hpp55 # define __shfl(x, y, z) __shfl_sync(0xFFFFFFFFU, x, y, z) argument
56 # define __shfl_up(x, y, z) __shfl_up_sync(0xFFFFFFFFU, x, y, z) argument
57 # define __shfl_down(x, y, z) __shfl_down_sync(0xFFFFFFFFU, x, y, z) argument
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvdef.h77 #define __CV_CAT__(x, y) x ## y argument
78 #define __CV_CAT_(x, y) __CV_CAT__(x, y) argument
79 #define __CV_CAT(x, y) __CV_CAT_(x, y) argument
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
158 int y = height - 2; in print_buttons() local
187 int i, j, x, y, box_x, box_y; in dialog_menu() local
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dmenubox.c99 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
146 int y = height - 2; in print_buttons() local
175 int i, j, x, y, box_x, box_y; in dialog_menu() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvdef.h77 #define __CV_CAT__(x, y) x ## y argument
78 #define __CV_CAT_(x, y) __CV_CAT__(x, y) argument
79 #define __CV_CAT(x, y) __CV_CAT_(x, y) argument
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dinst.h31 #define ppc_inst_prefix(x, y) ((struct ppc_inst){ .val = (x), .suffix = (y) }) argument
62 static inline bool ppc_inst_equal(struct ppc_inst x, struct ppc_inst y) in ppc_inst_equal()
91 static inline bool ppc_inst_equal(struct ppc_inst x, struct ppc_inst y) in ppc_inst_equal()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmifillarc.c131 int xady, y; in miGetArcEdge() local
343 int signdx, signdy, y, k; in miFillArcSliceSetup() local
481 int x, y, e; in miFillEllipseI() local
506 int x, y; in miFillEllipseD() local
554 int x, y, e; in miFillArcSliceI() local
596 int x, y; in miFillArcSliceD() local
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Ddebug.h106 #define DECODE_PRINTF2(x,y) if (DEBUG_DECODE()) \ argument
119 #define SAVE_IP_CS(x,y) \ argument
128 #define DECODE_PRINTF2(x,y) argument
129 #define SAVE_IP_CS(x,y) argument
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h48 #define WRAP_SCREEN(x,y) {pScreenPriv->x = pScreen->x; pScreen->x = y;} argument
56 #define SCREEN_EPILOG(x,y) do { \ argument
61 #define WRAP_PICT(x,y) if (ps) {pScreenPriv->x = ps->x;\ argument
72 #define WRAP_SCREEN_INFO(x,y) do {pScreenPriv->x = pScrn->x; pScrn->x = y;} while(0) argument
/OK3568_Linux_fs/external/recovery/minui/
H A Dresources.c225 unsigned int y; in res_create_display_surface() local
289 unsigned int y; in res_create_multi_display_surface() local
345 unsigned int y; in res_create_alpha_surface() local
408 png_uint_32 y; in res_create_localized_alpha_surface() local
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_linux.h137 #define howmany(x, y) (((x)+((y)-1))/(y)) argument
178 static inline uint64_t rounddown_64(uint64_t x, uint32_t y) in rounddown_64()
184 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64()
191 static inline uint64_t howmany_64(uint64_t x, uint32_t y) in howmany_64()
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Datakeyb.c381 void ikbd_mouse_thresh(int x, int y) in ikbd_mouse_thresh()
390 void ikbd_mouse_scale(int x, int y) in ikbd_mouse_scale()
398 void ikbd_mouse_pos_get(int *x, int *y) in ikbd_mouse_pos_get()
408 void ikbd_mouse_pos_set(int x, int y) in ikbd_mouse_pos_set()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmath64.h10 #define div64_long(x, y) div64_s64((x), (y)) argument
11 #define div64_ul(x, y) div64_u64((x), (y)) argument
61 #define div64_long(x, y) div_s64((x), (y)) argument
62 #define div64_ul(x, y) div_u64((x), (y)) argument
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dresources.c220 unsigned int y; in res_create_display_surface() local
283 unsigned int y; in res_create_multi_display_surface() local
338 unsigned int y; in res_create_alpha_surface() local
399 png_uint_32 y; in res_create_localized_alpha_surface() local
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dev6-copy_user.S28 #define EXI(x,y...) \ argument
35 #define EXO(x,y...) \ argument
H A Dcopy_user.S18 #define EXI(x,y...) \ argument
25 #define EXO(x,y...) \ argument

12345678910>>...83