| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | complex.h | 57 # define CMPLX(x, y) __builtin_complex ((double) (x), (double) (y)) argument 58 # define CMPLXF(x, y) __builtin_complex ((float) (x), (float) (y)) argument 59 # define CMPLXL(x, y) __builtin_complex ((long double) (x), (long double) (y)) argument 63 # define CMPLXF16(x, y) __builtin_complex ((_Float16) (x), (_Float16) (y)) argument 67 # define CMPLXF32(x, y) __builtin_complex ((_Float32) (x), (_Float32) (y)) argument 71 # define CMPLXF64(x, y) __builtin_complex ((_Float64) (x), (_Float64) (y)) argument 75 # define CMPLXF128(x, y) __builtin_complex ((_Float128) (x), (_Float128) (y)) argument 79 # define CMPLXF32X(x, y) __builtin_complex ((_Float32x) (x), (_Float32x) (y)) argument 83 # define CMPLXF64X(x, y) __builtin_complex ((_Float64x) (x), (_Float64x) (y)) argument 87 # define CMPLXF128X(x, y) \ argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | complex.h | 57 # define CMPLX(x, y) __builtin_complex ((double) (x), (double) (y)) argument 58 # define CMPLXF(x, y) __builtin_complex ((float) (x), (float) (y)) argument 59 # define CMPLXL(x, y) __builtin_complex ((long double) (x), (long double) (y)) argument 63 # define CMPLXF16(x, y) __builtin_complex ((_Float16) (x), (_Float16) (y)) argument 67 # define CMPLXF32(x, y) __builtin_complex ((_Float32) (x), (_Float32) (y)) argument 71 # define CMPLXF64(x, y) __builtin_complex ((_Float64) (x), (_Float64) (y)) argument 75 # define CMPLXF128(x, y) __builtin_complex ((_Float128) (x), (_Float128) (y)) argument 79 # define CMPLXF32X(x, y) __builtin_complex ((_Float32x) (x), (_Float32x) (y)) argument 83 # define CMPLXF64X(x, y) __builtin_complex ((_Float64x) (x), (_Float64x) (y)) argument 87 # define CMPLXF128X(x, y) \ argument
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | kernel.h | 53 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 54 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument 55 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument 72 #define roundup(x, y) ( \ argument 78 #define rounddown(x, y) ( \ argument 157 #define min(x, y) ({ \ argument 163 #define max(x, y) ({ \ argument 169 #define min3(x, y, z) min((typeof(x))min(x, y), z) argument 170 #define max3(x, y, z) max((typeof(x))max(x, y), z) argument 177 #define min_not_zero(x, y) ({ \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/isdn/capi/ |
| H A D | capiutil.c | 193 #define byteTLcpy(x, y) *(u8 *)(x) = *(u8 *)(y); argument 194 #define wordTLcpy(x, y) *(u16 *)(x) = *(u16 *)(y); argument 195 #define dwordTLcpy(x, y) memcpy(x, y, 4); argument 196 #define structTLcpy(x, y, l) memcpy(x, y, l) argument 197 #define structTLcpyovl(x, y, l) memmove(x, y, l) argument 199 #define byteTRcpy(x, y) *(u8 *)(y) = *(u8 *)(x); argument 200 #define wordTRcpy(x, y) *(u16 *)(y) = *(u16 *)(x); argument 201 #define dwordTRcpy(x, y) memcpy(y, x, 4); argument 202 #define structTRcpy(x, y, l) memcpy(y, x, l) argument 203 #define structTRcpyovl(x, y, l) memmove(y, x, l) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/comparison/ |
| H A D | equal.hpp | 24 # define BOOST_PP_EQUAL(x, y) BOOST_PP_COMPL(BOOST_PP_NOT_EQUAL(x, y)) argument 26 # define BOOST_PP_EQUAL(x, y) BOOST_PP_EQUAL_I(x, y) argument 27 # define BOOST_PP_EQUAL_I(x, y) BOOST_PP_COMPL(BOOST_PP_NOT_EQUAL(x, y)) argument 32 # define BOOST_PP_EQUAL_D(d, x, y) BOOST_PP_EQUAL(x, y) argument
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_us16x08.h | 34 #define MUA0(x, y) ((x)[(y) * 10 + 4]) argument 35 #define MUA1(x, y) ((x)[(y) * 10 + 5]) argument 36 #define MUA2(x, y) ((x)[(y) * 10 + 6]) argument 37 #define MUB0(x, y) ((x)[(y) * 10 + 7]) argument 38 #define MUB1(x, y) ((x)[(y) * 10 + 8]) argument 39 #define MUB2(x, y) ((x)[(y) * 10 + 9]) argument 40 #define MUC0(x, y) ((x)[(y) * 10 + 10]) argument 41 #define MUC1(x, y) ((x)[(y) * 10 + 11]) argument 42 #define MUC2(x, y) ((x)[(y) * 10 + 12]) argument 43 #define MUC3(x, y) ((x)[(y) * 10 + 13]) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | math.hpp | 44 …template <> BOOST_QVM_INLINE_TRIVIAL float atan2<float>( float x, float y ) { return ::atan2f(x,y)… in atan2() 54 … template <> BOOST_QVM_INLINE_TRIVIAL float mod<float>( float x, float y ) { return ::fmodf(x,y); } in mod() 55 … template <> BOOST_QVM_INLINE_TRIVIAL float pow<float>( float x, float y ) { return ::powf(x,y); } in pow() 60 …template <> BOOST_QVM_INLINE_TRIVIAL float ldexp<float>( float x, int y ) { return ::ldexpf(x,y); } in ldexp() 66 …template <> BOOST_QVM_INLINE_TRIVIAL double atan2<double>( double x, double y ) { return ::atan2(x… in atan2() 76 …template <> BOOST_QVM_INLINE_TRIVIAL double mod<double>( double x, double y ) { return ::fmod(x,y)… in mod() 77 …template <> BOOST_QVM_INLINE_TRIVIAL double pow<double>( double x, double y ) { return ::pow(x,y);… in pow() 82 …template <> BOOST_QVM_INLINE_TRIVIAL double ldexp<double>( double x, int y ) { return ::ldexp(x,y)… in ldexp()
|
| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | copy_in_user.S | 13 #define EX(x,y,z) \ argument 21 #define EX_O4(x,y) EX(x,y,__retl_o4_plus_8) argument 22 #define EX_O2_4(x,y) EX(x,y,__retl_o2_plus_4) argument 23 #define EX_O2_1(x,y) EX(x,y,__retl_o2_plus_1) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/lmc/ |
| H A D | lmc_debug.h | 7 #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) argument 9 #define LMC_CONSOLE_LOG(x,y,z) argument 12 #define LMC_CONSOLE_LOG(x,y,z) argument 44 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) argument 46 #define LMC_EVENT_LOG(x,y,z) argument
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincursor.c | 72 winPointerWarpCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y) in winPointerWarpCursor() 119 winCursorOffScreen(ScreenPtr *ppScreen, int *x, int *y) in winCursorOffScreen() 203 int x, y, xmax = bits_to_bytes(nCX); in winLoadCursor() local 218 int x, y, xmax = bits_to_bytes(nCX); in winLoadCursor() local 260 int y; in winLoadCursor() local 305 int x, y; in winLoadCursor() local 460 int y) in winSetCursor() 528 winMoveCursor(DeviceIntPtr pDev, ScreenPtr pScreen, int x, int y) in winMoveCursor()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 95 def setText( self, x, y, text, *args ): argument 103 def drawHline( self, y ): argument 109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 137 def __init__( self, x, y, width, height ): argument 153 def __init__( self, x, y, width, height ): argument 173 def __init__( self, x, y, width, height ): argument 180 def __init__( self, x, y, width, height ): argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/logical/ |
| H A D | bitand.hpp | 20 # define BOOST_PP_BITAND(x, y) BOOST_PP_BITAND_I(x, y) argument 22 # define BOOST_PP_BITAND(x, y) BOOST_PP_BITAND_OO((x, y)) argument 27 # define BOOST_PP_BITAND_I(x, y) BOOST_PP_BITAND_ ## x ## y argument 29 # define BOOST_PP_BITAND_I(x, y) BOOST_PP_BITAND_ID(BOOST_PP_BITAND_ ## x ## y) argument
|
| H A D | bitor.hpp | 20 # define BOOST_PP_BITOR(x, y) BOOST_PP_BITOR_I(x, y) argument 22 # define BOOST_PP_BITOR(x, y) BOOST_PP_BITOR_OO((x, y)) argument 27 # define BOOST_PP_BITOR_I(x, y) BOOST_PP_BITOR_ ## x ## y argument 29 # define BOOST_PP_BITOR_I(x, y) BOOST_PP_BITOR_ID(BOOST_PP_BITOR_ ## x ## y) argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/ |
| H A D | sys-tree.h | 277 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument 278 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument 279 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 280 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument 722 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument 723 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument 724 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument 725 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument 726 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument 727 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/ |
| H A D | zmii.h | 65 # define zmii_attach(x,y,z) (-ENXIO) argument 66 # define zmii_detach(x,y) do { } while(0) argument 67 # define zmii_get_mdio(x,y) do { } while(0) argument 68 # define zmii_put_mdio(x,y) do { } while(0) argument 69 # define zmii_set_speed(x,y,z) do { } while(0) argument
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | csum_partial_copy.c | 18 #define ldq_u(x,y) \ argument 21 #define stq_u(x,y) \ argument 24 #define extql(x,y,z) \ argument 27 #define extqh(x,y,z) \ argument 30 #define mskql(x,y,z) \ argument 33 #define mskqh(x,y,z) \ argument 36 #define insql(x,y,z) \ argument 39 #define insqh(x,y,z) \ argument
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micoord.h | 38 #define intToCoord(i,x,y) (((x) = GetHighWord(i)), ((y) = (int) ((short) (i)))) argument 39 #define coordToInt(x,y) (((x) << 16) | ((y) & 0xffff)) argument 43 #define intToCoord(i,x,y) (((x) = (int) ((short) (i))), ((y) = GetHighWord(i))) argument 44 #define coordToInt(x,y) (((y) << 16) | ((x) & 0xffff)) argument
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kernel.h | 40 #define max(x, y) ({ \ argument 48 #define min(x, y) ({ \ argument 56 #define roundup(x, y) ( \ argument 113 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) argument 114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) argument 115 #define round_down(x, y) ((x) & ~__round_mask(x, y)) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_format_helper.c | 41 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy() local 69 unsigned int y, lines = clip->y2 - clip->y1; in drm_fb_memcpy_dstclip() local 102 unsigned int x, y; in drm_fb_swab() local 176 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565() local 220 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb565_dstclip() local 272 unsigned y, lines = clip->y2 - clip->y1; in drm_fb_xrgb8888_to_rgb888_dstclip() local 312 unsigned int x, y; in drm_fb_xrgb8888_to_gray8() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | regs-mfc-v10.h | 67 #define ENC_V100_BASE_SIZE(x, y) \ argument 71 #define ENC_V100_H264_ME_SIZE(x, y) \ argument 75 #define ENC_V100_MPEG4_ME_SIZE(x, y) \ argument 79 #define ENC_V100_VP8_ME_SIZE(x, y) \ argument 82 #define ENC_V100_HEVC_ME_SIZE(x, y) \ argument
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_image.c | 32 glamor_put_image_gl(DrawablePtr drawable, GCPtr gc, int depth, int x, int y, in glamor_put_image_gl() 91 glamor_put_image_bail(DrawablePtr drawable, GCPtr gc, int depth, int x, int y, in glamor_put_image_bail() 100 glamor_put_image(DrawablePtr drawable, GCPtr gc, int depth, int x, int y, in glamor_put_image() 110 glamor_get_image_gl(DrawablePtr drawable, int x, int y, int w, int h, in glamor_get_image_gl() 151 glamor_get_image_bail(DrawablePtr drawable, int x, int y, int w, int h, in glamor_get_image_bail() 160 glamor_get_image(DrawablePtr drawable, int x, int y, int w, int h, in glamor_get_image()
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | tui.c | 24 #define min(x, y) ({ \ argument 30 #define max(x, y) ({ \ argument 201 int i, j, x, y = 0; in show_cooling_device() local 278 int j, x = 0, y = 0; in show_dialogue() local 315 void write_dialogue_win(char *buf, int y, int x) in write_dialogue_win() 524 static void draw_hbar(WINDOW *win, int y, int start, int len, unsigned long ptn, in draw_hbar() 549 static void draw_tp_line(int tz, int y) in draw_tp_line() 584 int y = 0; in show_data_w() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/ |
| H A D | c_pair.c | 56 c_pair c_make_pair(const value_type x, const value_type y) in c_make_pair() 64 c_iter_bool_pair c_make_iter_bool_pair(c_iterator x, c_bool y) in c_make_iter_bool_pair() 72 c_iter_iter_pair c_make_iter_iter_pair(c_iterator x, c_iterator y) in c_make_iter_iter_pair()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | xor_32.h | 14 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n" argument 15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" argument 16 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n" argument 17 #define XO2(x, y) " pxor 8*("#x")(%3), %%mm"#y" ;\n" argument 18 #define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n" argument 19 #define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n" argument
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | graphics.c | 60 static bool outside(int x, int y) in outside() 70 void gr_font_size(int *x, int *y) in gr_font_size() 109 void gr_text(int x, int y, const char *s, int bold) in gr_text() 140 void gr_texticon(int x, int y, GRSurface* icon) { in gr_texticon() 175 int x, y; in gr_clear() local 201 int x, y; in gr_fill() local 213 int x, y; in gr_fill() local
|