Searched refs:nobjs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclThreadAlloc.c124 int nobjs; member in struct:Cache
270 if (cachePtr->nobjs > 0) {
272 MoveObjs(cachePtr, sharedPtr, cachePtr->nobjs);
560 if (cachePtr->nobjs == 0) {
562 nmove = sharedPtr->nobjs;
570 if (cachePtr->nobjs == 0) {
571 cachePtr->nobjs = nmove = NOBJALLOC;
590 --cachePtr->nobjs;
628 ++cachePtr->nobjs;
635 if (cachePtr->nobjs > NOBJHIG
[all...]
/macosx-10.10.1/vim-55/src/
H A Dif_tcl.c1251 int err, flag, nobjs; local
1254 nobjs = objc - objn;
1255 if (nobjs < 1 || nobjs > 2)
1262 if (nobjs == 2)
1308 int err, nobjs, idx; local
1318 nobjs = objc - objn;
1319 if (nobjs != 1 && nobjs != 2)
1343 if (nobjs
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dmcache.c1200 int nobjs)
1202 if (nobjs > 0) {
1203 mcache_obj_t *top = bkt->bkt_obj[nobjs - 1];
1218 if (cnt != nobjs) {
1220 "list in bkt %p (nobjs %d actual %d)\n",
1222 nobjs, cnt);
1199 mcache_bkt_destroy(mcache_t *cp, mcache_bkttype_t *btp, mcache_bkt_t *bkt, int nobjs) argument

Completed in 177 milliseconds