| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | resources.c | 407 unsigned char* row = malloc(width); in res_create_localized_alpha_surface() local
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | lpc32xx-keys.c | 75 unsigned row, changed, scancode, keycode; in lpc32xx_mod_states() local
|
| H A D | tca8418_keypad.c | 163 int error, col, row; in tca8418_read_keypad() local
|
| H A D | omap4-keypad.c | 127 unsigned int col, row, code, changed; in omap4_keypad_irq_thread_fn() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupportedcategoriesmodel.cpp | 190 QModelIndex QDeclarativeSupportedCategoriesModel::index(int row, int column, const QModelIndex &par… in index()
|
| /OK3568_Linux_fs/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 299 unsigned long column, unsigned long row) in efi_cout_set_cursor_position()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | resources.c | 398 unsigned char* row = malloc(width); in res_create_localized_alpha_surface() local
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | lpt.c | 522 static int calc_nnode_num(int row, int col) in calc_nnode_num() 602 int lnum, err = 0, node_sz, iopos, i, j, cnt, len, alen, row; in ubifs_create_dflt_lpt() local 2381 int row, int col) in dbg_check_lpt_nodes()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | cper.c | 242 u32 row = mem->row; in cper_mem_err_location() local
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | widgets.py | 189 def render_static_data(self, template, row): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 469 const cihp_name_map_t* row = &chip_name_map[i]; in dhd_conf_set_fw_name_by_chip() local 532 const cihp_name_map_t* row = &chip_name_map[i]; in dhd_conf_set_clm_name_by_chip() local 577 const cihp_name_map_t* row = &chip_name_map[i]; in dhd_conf_set_nv_name_by_chip() local 662 const cihp_name_map_t* row = &chip_name_map[i]; in dhd_conf_set_conf_name_by_chip() local
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | i3000_edac.c | 234 int row, multi_chan, channel; in i3000_process_error_info() local
|
| H A D | i82875p_edac.c | 227 int row, multi_chan; in i82875p_process_error_info() local
|
| H A D | ghes_edac.c | 387 u32 row = mem_err->row; in ghes_edac_report_mem_error() local
|
| H A D | skx_common.h | 109 int row; member
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.treetable.js | 14 function Node(row, tree, settings) { argument
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec_sandbox.c | 61 int row; /* key matrix row */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/ |
| H A D | phydm_hal_api8822b.c | 308 u1Byte row, col; in phydm_ccapar_by_rfe_8822b() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cper.h | 449 u16 row; member 469 u16 row; member 489 u16 row; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 570 const chip_cisaddr_map_t* row = &chip_cisaddr_map[i]; in dhd_conf_get_otp() local 693 const chip_name_map_t* row = &chip_name_map[i]; in dhd_conf_match_chip() local 726 const module_name_map_t* row = &module_name_map[i]; in dhd_conf_match_module() local 736 const module_name_map_t* row = &module_name_map[i]; in dhd_conf_match_module() local 4705 const module_name_map_t* row = NULL; in dhd_conf_compat_func() local
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | ui.c | 147 static void draw_text_line(int row, const char* t) in draw_text_line()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | types_c.h | 432 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ argument 593 #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \ argument 598 #define CV_MAT_ELEM_PTR( mat, row, col ) \ argument 601 #define CV_MAT_ELEM( mat, elemtype, row, col ) \ argument 613 CV_INLINE double cvmGet( const CvMat* mat, int row, int col ) in cvmGet() 640 CV_INLINE void cvmSet( CvMat* mat, int row, int col, double value ) in cvmSet()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | types_c.h | 432 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ argument 593 #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \ argument 598 #define CV_MAT_ELEM_PTR( mat, row, col ) \ argument 601 #define CV_MAT_ELEM( mat, elemtype, row, col ) \ argument 613 CV_INLINE double cvmGet( const CvMat* mat, int row, int col ) in cvmGet() 640 CV_INLINE void cvmSet( CvMat* mat, int row, int col, double value ) in cvmSet()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | types_c.h | 432 #define CV_IMAGE_ELEM( image, elemtype, row, col ) \ argument 593 #define CV_MAT_ELEM_PTR_FAST( mat, row, col, pix_size ) \ argument 598 #define CV_MAT_ELEM_PTR( mat, row, col ) \ argument 601 #define CV_MAT_ELEM( mat, elemtype, row, col ) \ argument 613 CV_INLINE double cvmGet( const CvMat* mat, int row, int col ) in cvmGet() 640 CV_INLINE void cvmSet( CvMat* mat, int row, int col, double value ) in cvmSet()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/peak_canfd/ |
| H A D | peak_canfd.c | 158 static int pucan_set_std_filter(struct peak_canfd_priv *priv, u8 row, u32 mask) in pucan_set_std_filter()
|