Searched refs:last_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dalloc-pool.c63 static ALLOC_POOL_ID_TYPE last_id; variable
173 last_id++;
174 if (last_id == 0)
175 last_id++;
177 pool->id = last_id;
/freebsd-10.0-release/contrib/unbound/util/
H A Dalloc.c110 alloc->last_id = 1; /* so no 64bit constants, */
111 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */
112 alloc->last_id -= 1; /* for compiler portability. */
113 alloc->last_id |= alloc->next_id;
175 if(id == alloc->last_id) {
H A Dalloc.h86 uint64_t last_id; member in struct:alloc_cache
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c1514 apr_uint64_t last_id = 0; local
1543 last_id, iterpool, iterpool));
1552 last_id, wib.record_map,
1588 last_id = id;

Completed in 164 milliseconds