| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | foreach.hpp | 660 begin(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in begin() 668 begin(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in begin() 679 begin(auto_any_t col, type2type<T, const_> *, bool *) in begin() 689 begin(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in begin() 700 end(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in end() 708 end(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in end() 719 end(auto_any_t col, type2type<T, const_> *, bool *) in end() 779 rbegin(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in rbegin() 787 rbegin(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in rbegin() 798 rbegin(auto_any_t col, type2type<T, const_> *, bool *) in rbegin() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | xmltags.cpp | 43 int col; in Size() local 60 int col; in SizeRow() local 77 int col; in SizeCol() local
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | matrix_keypad.c | 47 int col, bool on) in __activate_col() 61 int col, bool on) in activate_col() 72 int col; in activate_all_cols() local 122 int row, col, code; in matrix_keypad_scan() local
|
| H A D | locomokbd.c | 87 static inline void locomokbd_activate_col(unsigned long membase, int col) in locomokbd_activate_col() 97 static inline void locomokbd_reset_col(unsigned long membase, int col) in locomokbd_reset_col() 114 unsigned int row, col, rowd; in locomokbd_scankeyboard() local
|
| H A D | imx_keypad.c | 81 int col; in imx_keypad_scan_matrix() local 147 int row, col; in imx_keypad_fire_events() local 425 int irq, error, i, row, col; in imx_keypad_probe() local
|
| H A D | twl4030_keypad.c | 150 static inline u16 twl4030_col_xlate(struct twl4030_keypad *kp, u8 col) in twl4030_col_xlate() 183 u16 col = key_state[i]; in twl4030_is_in_ghost_state() local 198 int col, row; in twl4030_kp_scan() local
|
| H A D | omap-keypad.c | 71 int col = 0; in omap_kp_scan_keypad() local 97 int col, row; in omap_kp_tasklet() local
|
| H A D | samsung-keypad.c | 82 unsigned int col; in samsung_keypad_scan() local 113 unsigned int col, row; in samsung_keypad_report() local 288 u32 row, col, key_code; in samsung_keypad_parse_dt() local
|
| H A D | nomadik-ske-keypad.c | 139 static void ske_keypad_report(struct ske_keypad *keypad, u8 status, int col) in ske_keypad_report() 168 int col = 0; in ske_keypad_read_data() local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd_console.c | 19 void lcd_set_col(short col) in lcd_set_col() 29 void lcd_position_cursor(unsigned col, unsigned row) in lcd_position_cursor() 225 unsigned int col, row; in do_lcd_setcursor() local
|
| H A D | lcd_console_rotation.c | 16 int col, i; in lcd_putc_xy90() local 118 int i, col; in lcd_putc_xy270() local
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vc_screen.c | 251 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() local 280 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() local 301 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf() local 482 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf_noattr() local 522 unsigned int col, maxcol = vc->vc_cols; in vcs_write_buf() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 53 for (int col = 0; col < 4; ++col) in QDoubleMatrix4x4() local 60 for (int col = 0; col < 4; ++col) { in QDoubleMatrix4x4() local 219 for (int col = 0; col < 4; ++col) { in transposed() local 895 for (int col = 0; col < 4; ++col) in copyDataTo() local 1092 for (int col = 0; col < 4; ++col) in operator <<() local 1101 for (int col = 0; col < 4; ++col) { in operator >>() local
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/gtk/ |
| H A D | hists.c | 98 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_flat() 161 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_folded() 221 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain_graph() 271 GtkTreeIter *parent, int col, u64 total) in perf_gtk__add_callchain()
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | matrix_keypad.h | 12 #define KEY(row, col, val) ((((row) & (MATRIX_MAX_ROWS - 1)) << 24) |\ argument 20 #define MATRIX_SCAN_CODE(row, col, row_shift) (((row) << (row_shift)) + (col)) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | numa.c | 70 static int __init compute_node_distance(int row, int col) in compute_node_distance() 87 int row, col; in init_topology_matrix() local
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | gconf.c | 574 GtkTreeViewColumn *col; in on_show_name1_activate() local 585 GtkTreeViewColumn *col; in on_show_range1_activate() local 603 GtkTreeViewColumn *col; in on_show_data1_activate() local 806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value() 867 GtkTreeViewColumn *col; in column2index() local 888 gint col; in on_treeview2_button_press_event() local 945 gint col; in on_treeview2_key_press_event() local
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | gconf.c | 574 GtkTreeViewColumn *col; in on_show_name1_activate() local 585 GtkTreeViewColumn *col; in on_show_range1_activate() local 603 GtkTreeViewColumn *col; in on_show_data1_activate() local 806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value() 867 GtkTreeViewColumn *col; in column2index() local 888 gint col; in on_treeview2_button_press_event() local 945 gint col; in on_treeview2_key_press_event() local
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | gconf.c | 574 GtkTreeViewColumn *col; in on_show_name1_activate() local 585 GtkTreeViewColumn *col; in on_show_range1_activate() local 603 GtkTreeViewColumn *col; in on_show_data1_activate() local 806 static void change_sym_value(struct menu *menu, gint col) in change_sym_value() 867 GtkTreeViewColumn *col; in column2index() local 888 gint col; in on_treeview2_button_press_event() local 945 gint col; in on_treeview2_key_press_event() local
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | input.h | 15 #define MATRIX_KEY(row, col, code) \ argument
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | input.h | 14 #define MATRIX_KEY(row, col, code) \ argument
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | vidconsole-uclass.c | 222 void vidconsole_position_cursor(struct udevice *dev, unsigned col, unsigned row) in vidconsole_position_cursor() 235 unsigned int col, row; in do_video_setcursor() local
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-memory.c | 161 nasid_t row, col; in init_topology_matrix() local 182 nasid_t row, col; in dump_topology() local
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-uncompress.c | 26 int n, line, col; in pwc_decompress() local
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | checkpatch.py | 126 def GetWarningMsg(col, msg_type, fname, line, msg): argument
|