HomeSort by: relevance | last modified time | path
    Searched defs:occ (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/kern/
kern_timeout.c 418 struct callout_cpu *cc, *occ; local
428 occ = c->c_cpu;
439 c->c_time = to_ticks + occ->cc_ticks;
442 CIRCQ_INSERT(&c->c_list, &occ->cc_todo);
449 if ((c->c_flags & CALLOUT_BOUND) != 0 || cc == occ ||
452 c->c_time = to_ticks + occ->cc_ticks;
454 CIRCQ_INSERT(&c->c_list, &occ->cc_todo);
464 occ->cc_cpu, cc->cc_cpu);
kern_timeout.c 418 struct callout_cpu *cc, *occ; local
428 occ = c->c_cpu;
439 c->c_time = to_ticks + occ->cc_ticks;
442 CIRCQ_INSERT(&c->c_list, &occ->cc_todo);
449 if ((c->c_flags & CALLOUT_BOUND) != 0 || cc == occ ||
452 c->c_time = to_ticks + occ->cc_ticks;
454 CIRCQ_INSERT(&c->c_list, &occ->cc_todo);
464 occ->cc_cpu, cc->cc_cpu);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 229 void occurrence::operator delete (void *occ, size_t n)
232 occ_pool->remove_raw (occ);
247 struct occurrence *occ, **p_occ; local
249 for (p_occ = p_head; (occ = *p_occ) != NULL; )
251 basic_block bb = new_occ->bb, occ_bb = occ->bb;
255 /* BB dominates OCC_BB. OCC becomes NEW_OCC's child: remove OCC
257 *p_occ = occ->next;
258 occ->next = new_occ->children;
259 new_occ->children = occ;
309 struct occurrence *occ; local
497 struct occurrence *occ = (struct occurrence *) bb->aux; local
520 struct occurrence *occ = (struct occurrence *) bb->aux; local
759 struct occurrence *occ; local
    [all...]
tree-ssa-math-opts.cc 229 void occurrence::operator delete (void *occ, size_t n)
232 occ_pool->remove_raw (occ);
247 struct occurrence *occ, **p_occ; local
249 for (p_occ = p_head; (occ = *p_occ) != NULL; )
251 basic_block bb = new_occ->bb, occ_bb = occ->bb;
255 /* BB dominates OCC_BB. OCC becomes NEW_OCC's child: remove OCC
257 *p_occ = occ->next;
258 occ->next = new_occ->children;
259 new_occ->children = occ;
309 struct occurrence *occ; local
497 struct occurrence *occ = (struct occurrence *) bb->aux; local
520 struct occurrence *occ = (struct occurrence *) bb->aux; local
759 struct occurrence *occ; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 228 void occurrence::operator delete (void *occ, size_t n)
231 occ_pool->remove_raw (occ);
246 struct occurrence *occ, **p_occ; local
248 for (p_occ = p_head; (occ = *p_occ) != NULL; )
250 basic_block bb = new_occ->bb, occ_bb = occ->bb;
254 /* BB dominates OCC_BB. OCC becomes NEW_OCC's child: remove OCC
256 *p_occ = occ->next;
257 occ->next = new_occ->children;
258 new_occ->children = occ;
308 struct occurrence *occ; local
496 struct occurrence *occ = (struct occurrence *) bb->aux; local
519 struct occurrence *occ = (struct occurrence *) bb->aux; local
758 struct occurrence *occ; local
    [all...]
tree-ssa-math-opts.cc 228 void occurrence::operator delete (void *occ, size_t n)
231 occ_pool->remove_raw (occ);
246 struct occurrence *occ, **p_occ; local
248 for (p_occ = p_head; (occ = *p_occ) != NULL; )
250 basic_block bb = new_occ->bb, occ_bb = occ->bb;
254 /* BB dominates OCC_BB. OCC becomes NEW_OCC's child: remove OCC
256 *p_occ = occ->next;
257 occ->next = new_occ->children;
258 new_occ->children = occ;
308 struct occurrence *occ; local
496 struct occurrence *occ = (struct occurrence *) bb->aux; local
519 struct occurrence *occ = (struct occurrence *) bb->aux; local
758 struct occurrence *occ; local
    [all...]
  /src/sys/arch/arm/arm32/
pmap.c 7900 int i, j, k, occ, rows = 0; local
7933 occ = l2b->l2b_occupancy;
7950 occ--;
7986 if (occ == 0)
pmap.c 7900 int i, j, k, occ, rows = 0; local
7933 occ = l2b->l2b_occupancy;
7950 occ--;
7986 if (occ == 0)
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_types.h 1564 SVGADXOcclusionQueryResult occ; member in union:SVGADXQueryResultUnion
svga3d_types.h 1564 SVGADXOcclusionQueryResult occ; member in union:SVGADXQueryResultUnion

Completed in 112 milliseconds