| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | u-boot-tpl.sym | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.sym | |
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | touch_test.c | 15 #undef ABS 16 #define ABS(a) ((a) >= 0 ? (a) : (-(a))) macro 55 }else if(ABS(x1-x2) > ABS(y1-y2)){ in draw_line()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/md_lib/ |
| H A D | motion_detect.h | 21 #define ABS(a) (((a) > 0) ? (a) : (-(a))) macro 23 #define ROUND_INT(x, shf_bit) (int)((((x) > 0) ? 1 : -1) * ((ABS(x) + (1<<((shf_b…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/anr/tnr_md/ |
| H A D | motion_detect.h | 21 #define ABS(a) (((a) > 0) ? (a) : (-(a))) macro 23 #define ROUND_INT(x, shf_bit) (int)((((x) > 0) ? 1 : -1) * ((ABS(x) + (1<<((shf_bit)-1)…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rk_aiq_comm.h | 66 #define ABS(a) (((a) > 0) ? (a) : (-(a))) macro 82 #define ROUND_INT(x, shf_bit) (int)((((x) > 0) ? 1 : -1) * ((ABS(x) + (1<<((shf_bit)-…
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_drv.h | 105 #ifndef ABS 106 #define ABS(X) (((X) < 0) ? (-(X)) : (X)) macro
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gmp/gmp/ |
| H A D | cve-2021-43618.patch | 17 abs_csize = ABS (csize);
|
| /OK3568_Linux_fs/buildroot/package/gmp/ |
| H A D | 0001-mpz-inp_raw.c-Avoid-bit-size-overflows.patch | 16 abs_csize = ABS (csize);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/ |
| H A D | ABS1-75.0E | 1 # ABS-1 @ 75E
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_reg_info.h | 19 #ifndef ABS 20 #define ABS(X) (((X) < 0) ? (-(X)) : (X)) macro
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 119 static inline int ABS(int x) { in ABS() function 606 int xd = ABS(e->vks[i].centerx - x); in vk_modify() 607 int yd = ABS(e->vks[i].centery - y); in vk_modify()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_device_access.c | 197 #define ABS(x) (((x) < 0) ? -(x) : (x)) macro 631 ABS(cm_sensor_data[i * rx_num + j] - in validate_cm_test_results() 655 ABS((int)cm_sensor_data[i * rx_num + j] - in validate_cm_test_results() 729 cm_button_delta = ABS((cmcp_info->cm_ave_data_btn - in validate_cm_test_results() 779 ABS((cmcp_info->cp_tx_cal_data_panel[i]- in validate_cp_test_results() 797 ABS((cmcp_info->cp_rx_cal_data_panel[i] - in validate_cp_test_results() 859 cp_button_delta = ABS((cmcp_info->cp_btn_cal in validate_cp_test_results() 964 + ABS(cm_ave_cur - cm_ave_next)) * 1000 / in calculate_gradient_row() 968 + ABS(cm_ave_cur - cm_ave_prev)) * 1000 / in calculate_gradient_row() 999 + ABS(cm_ave_cur - cm_ave_next)) * 1000 / in calculate_gradient_row() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | gamepad.rst | 146 (for ABS values negative is left/up, positive is right/down) 155 (for ABS values negative is left/up, positive is right/down) 170 (ABS trigger values start at 0, pressure is reported as positive values)
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch | 4 Subject: [PATCH] i386: Allow GOT32 relocations against ABS symbols
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_reg_info.h | 19 #ifndef ABS 20 #define ABS(X) (((X) < 0) ? (-(X)) : (X)) macro
|
| H A D | rga_reg_info.c | 393 tile->tile_w = ABS((s32)((7*xx)>>21)); in src_tile_info_cal() 394 tile->tile_h = ABS((s32)((7*yy)>>21)); in src_tile_info_cal() 396 tile->tile_xoff = ABS((s32)((7*xx)>>18)); in src_tile_info_cal() 409 tile->tile_w = ABS((s32)((7*xx)>>21)); in src_tile_info_cal() 410 tile->tile_h = ABS((s32)((7*yy)>>21)); in src_tile_info_cal() 413 tile->tile_yoff = ABS((s32)((7*yy)>>18)); in src_tile_info_cal()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/ |
| H A D | rk_aiq_atmo_algo.cpp | 1115 diff = ABS(pAtmoCtx->CurrData.CtrlData.EnvLv - pAtmoCtx->PrevData.CtrlData.EnvLv); in TmoDamp() 1120 diff = ABS(pAtmoCtx->CurrData.CtrlData.ISO - pAtmoCtx->PrevData.CtrlData.ISO); in TmoDamp() 1130 diff = ABS(pAtmoCtx->CurrData.CtrlData.OEPdf - pAtmoCtx->PrevData.CtrlData.OEPdf); in TmoDamp() 1135 diff = ABS(pAtmoCtx->CurrData.CtrlData.EnvLv - pAtmoCtx->PrevData.CtrlData.EnvLv); in TmoDamp() 1145 … diff = ABS(pAtmoCtx->CurrData.CtrlData.FocusLuma - pAtmoCtx->PrevData.CtrlData.FocusLuma); in TmoDamp() 1150 diff = ABS(pAtmoCtx->CurrData.CtrlData.DarkPdf - pAtmoCtx->PrevData.CtrlData.DarkPdf); in TmoDamp() 1155 diff = ABS(pAtmoCtx->CurrData.CtrlData.ISO - pAtmoCtx->PrevData.CtrlData.ISO); in TmoDamp() 1164 … diff = ABS(pAtmoCtx->CurrData.CtrlData.DynamicRange - pAtmoCtx->PrevData.CtrlData.DynamicRange); in TmoDamp() 1169 diff = ABS(pAtmoCtx->CurrData.CtrlData.EnvLv - pAtmoCtx->PrevData.CtrlData.EnvLv); in TmoDamp() 1178 … diff = ABS(pAtmoCtx->CurrData.CtrlData.DynamicRange - pAtmoCtx->PrevData.CtrlData.DynamicRange); in TmoDamp() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aynr3/ |
| H A D | rk_aiq_uapi_aynr_int_v3.cpp | 51 pLumaPoint[i] <<= ABS(bit_shift); in sigma_curve_calc()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsutils.c | 200 (ABS(ratio - ((gdouble)device_par_map[idx][w] / device_par_map[idx][!(w)])))
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | asm.h | 91 #define ABS(symbol,value) \ macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmwifi_channels.c | 1780 if ((uint)ABS((int)(chan0 - chan1)) <= CH_80MHZ_APART) { in wf_create_8080MHz_chspec() 1853 if ((uint)ABS((int)(chan0 - chan1)) <= CH_160MHZ_APART) { in wf_create_160160MHz_chspec() 2901 if ((uint)ABS(ch0 - ch1) < CH_20MHZ_APART) { in wf_chspec_overlap() 2967 if ((uint)ABS((int)(chan0 - chan1)) <= CH_160MHZ_APART) { in wf_create_160160MHz_chspec_sb()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_channels.c | 1780 if ((uint)ABS((int)(chan0 - chan1)) <= CH_80MHZ_APART) { in wf_create_8080MHz_chspec() 1853 if ((uint)ABS((int)(chan0 - chan1)) <= CH_160MHZ_APART) { in wf_create_160160MHz_chspec() 2901 if ((uint)ABS(ch0 - ch1) < CH_20MHZ_APART) { in wf_chspec_overlap() 2967 if ((uint)ABS((int)(chan0 - chan1)) <= CH_160MHZ_APART) { in wf_create_160160MHz_chspec_sb()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 37 #define ABS(n) ((n) < 0 ? -(n) : (n)) macro 406 (ABS(dstX - srcX) < width || ABS(dstY - srcX) < height)) { in ms_exa_copy()
|