Searched refs:first_valid (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 1506 MEVENT *first_valid = NULL; in _nc_mouse_parse() local 1609 if (first_valid == NULL) { in _nc_mouse_parse() 1610 first_valid = ep; in _nc_mouse_parse() 1627 if (first_valid == NULL) { in _nc_mouse_parse() 1631 RunParams(sp, eventp, first_valid), in _nc_mouse_parse() 1654 endLoop = (first_valid == NULL); in _nc_mouse_parse() 1655 ep = first_valid; in _nc_mouse_parse() 1709 if (ep == first_valid) { in _nc_mouse_parse() 1710 first_valid = next; in _nc_mouse_parse() 1729 if (first_valid != NULL) { in _nc_mouse_parse() [all …]
|
| /freebsd-14.2/sys/net/ |
| H A D | iflib.c | 4883 unsigned int first_valid; in cpuid_advance() local 4892 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in cpuid_advance() 4899 cpuid = first_valid; in cpuid_advance() 5070 unsigned int first_valid; in get_ctx_core_offset() local 5074 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in get_ctx_core_offset() 5093 base_cpuid += first_valid; in get_ctx_core_offset() 5095 base_cpuid = (base_cpuid - first_valid) % in get_ctx_core_offset() 5096 (last_valid - first_valid + 1); in get_ctx_core_offset() 5131 CPU_SET(get_cpuid_for_queue(ctx, first_valid, i, true), in get_ctx_core_offset() 5134 CPU_SET(get_cpuid_for_queue(ctx, first_valid, i, false), in get_ctx_core_offset() [all …]
|