OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/makemandb/
makemandb.c
643
int
update_count
, rc, idx;
local
647
update_count
= sqlite3_total_changes(db);
679
if (
update_count
!= sqlite3_total_changes(db)) {
/src/external/mit/isl/dist/
isl_scheduler.c
2359
static isl_stat
update_count
(__isl_take isl_basic_set *bset,
function
2400
return
update_count
(coef, f, n_eq, n_ineq);
2406
if (
update_count
(coef, fp, n_eq, n_ineq) < 0)
2413
if (
update_count
(coef, f - fp, n_eq, n_ineq) < 0)
4150
return
update_count
(bset, 1, &data->n_eq, &data->n_ineq);
Completed in 21 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026