Home
last modified time | relevance | path

Searched refs:first_valid (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1511 MEVENT *first_valid = NULL; in _nc_mouse_parse() local
1617 if ((first_valid != NULL) && (first_invalid == NULL)) { in _nc_mouse_parse()
1621 if (first_valid == NULL) { in _nc_mouse_parse()
1622 first_valid = ep; in _nc_mouse_parse()
1639 if (first_valid == NULL) { in _nc_mouse_parse()
1643 RunParams(sp, eventp, first_valid), in _nc_mouse_parse()
1666 endLoop = (first_valid == NULL); in _nc_mouse_parse()
1667 ep = first_valid; in _nc_mouse_parse()
1721 if (ep == first_valid) { in _nc_mouse_parse()
1722 first_valid = next; in _nc_mouse_parse()
[all …]
/freebsd/sys/net/
H A Diflib.c5297 unsigned int first_valid; in iflib_device_register()
5306 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in iflib_device_register()
5313 cpuid = first_valid; in iflib_device_register()
5407 unsigned int first_valid; in iflib_device_register()
5412 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in iflib_device_register()
5429 if (base_cpuid < first_valid || base_cpuid > last_valid) { in iflib_device_register()
5430 /* shift from zero-based to first_valid-based */ in iflib_device_register()
5431 base_cpuid += first_valid; in iflib_device_register()
5432 /* wrap to range [first_valid, last_valid] */ in iflib_device_register()
5433 base_cpuid = (base_cpuid - first_valid) in iflib_device_register()
5023 unsigned int first_valid; cpuid_advance() local
5133 unsigned int first_valid; get_ctx_core_offset() local
[all...]