Searched refs:col (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/tools/kconfig/ |
D | gconf.c | 574 GtkTreeViewColumn *col; in on_show_name1_activate() local 577 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NAME); in on_show_name1_activate() 578 if (col) in on_show_name1_activate() 579 gtk_tree_view_column_set_visible(col, show_name); in on_show_name1_activate() 585 GtkTreeViewColumn *col; in on_show_range1_activate() local 588 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_NO); in on_show_range1_activate() 589 if (col) in on_show_range1_activate() 590 gtk_tree_view_column_set_visible(col, show_range); in on_show_range1_activate() 591 col = gtk_tree_view_get_column(GTK_TREE_VIEW(tree2_w), COL_MOD); in on_show_range1_activate() 592 if (col) in on_show_range1_activate() [all …]
|
D | qconf.h | 143 void okRename(int col);
|
D | qconf.cc | 97 void ConfigItem::okRename(int col) in okRename() argument
|
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/ |
D | matrix_keyboard.c | 72 int col = -1; in matrix_kbd_debounce_timer_callback() local 78 col = __builtin_ffs(changed_col_bits) - 1; in matrix_kbd_debounce_timer_callback() 79 ESP_LOGD(TAG, "row=%d, col=%d", row, col); in matrix_kbd_debounce_timer_callback() 80 key_code = MAKE_KEY_CODE(row, col); in matrix_kbd_debounce_timer_callback() 81 if (col_in & (1 << col)) { in matrix_kbd_debounce_timer_callback()
|
/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/include/ |
D | matrix_keyboard.h | 24 #define MAKE_KEY_CODE(row, col) ((row << 8) | (col)) argument
|
/hal_espressif-3.6.0/components/mdns/ |
D | mdns.c | 3287 int col = 0; in mdns_parse_packet() local 3289 col = 1; in mdns_parse_packet() 3291 col = -1; in mdns_parse_packet() 3293 …col = _mdns_check_srv_collision(service->service, priority, weight, port, name->host, name->domain… in mdns_parse_packet() 3295 if (service && col && (parsed_packet->probe || parsed_packet->authoritative)) { in mdns_parse_packet() 3296 if (col > 0 || !port) { in mdns_parse_packet() 3329 …} else if (ttl > 60 && !col && !parsed_packet->authoritative && !parsed_packet->probe && !parsed_p… in mdns_parse_packet() 3377 int col = 0; in mdns_parse_packet() local 3379 col = 1; in mdns_parse_packet() 3381 col = -1; in mdns_parse_packet() [all …]
|
/hal_espressif-3.6.0/components/console/linenoise/ |
D | linenoise.c | 568 int col; /* colum position, zero-based. */ in refreshMultiLine() local 631 col = (plen+(int)l->pos) % (int)l->cols; in refreshMultiLine() 632 lndebug("set col %d", 1+col); in refreshMultiLine() 633 if (col) in refreshMultiLine() 634 snprintf(seq,64,"\r\x1b[%dC", col); in refreshMultiLine()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 112 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++) {
|
/hal_espressif-3.6.0/examples/protocols/http_server/ws_echo_server/ |
D | README.md | 143 D (17752) httpd_parse: cb_header_field: processing field = col
|