Searched refs:first_valid (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 1438 MEVENT *first_valid = NULL; in _nc_mouse_parse() local 1541 if (first_valid == NULL) { in _nc_mouse_parse() 1542 first_valid = ep; in _nc_mouse_parse() 1559 if (first_valid == NULL) { in _nc_mouse_parse() 1563 RunParams(sp, eventp, first_valid), in _nc_mouse_parse() 1586 endLoop = (first_valid == NULL); in _nc_mouse_parse() 1587 ep = first_valid; in _nc_mouse_parse() 1641 if (ep == first_valid) { in _nc_mouse_parse() 1642 first_valid = next; in _nc_mouse_parse() 1661 if (first_valid != NULL) { in _nc_mouse_parse() [all …]
|
| /freebsd-13.1/sys/net/ |
| H A D | iflib.c | 4698 unsigned int first_valid; in cpuid_advance() local 4707 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in cpuid_advance() 4714 cpuid = first_valid; in cpuid_advance() 4885 unsigned int first_valid; in get_ctx_core_offset() local 4889 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in get_ctx_core_offset() 4908 base_cpuid += first_valid; in get_ctx_core_offset() 4910 base_cpuid = (base_cpuid - first_valid) % in get_ctx_core_offset() 4911 (last_valid - first_valid + 1); in get_ctx_core_offset() 4946 CPU_SET(get_cpuid_for_queue(ctx, first_valid, i, true), in get_ctx_core_offset() 4949 CPU_SET(get_cpuid_for_queue(ctx, first_valid, i, false), in get_ctx_core_offset() [all …]
|