| /src/external/gpl3/gcc.old/dist/gcc/ |
| et-forest.cc | 61 /* Changes depth of OCC to D. */ 64 set_depth (struct et_occ *occ, int d) 66 if (!occ) 69 occ->min += d - occ->depth; 70 occ->depth = d; 73 /* Adds D to the depth of OCC. */ 76 set_depth_add (struct et_occ *occ, int d) 78 if (!occ) 81 occ->min += d [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/external/gpl3/gcc.old/dist/contrib/ |
| check-internal-format-escaping.py | 35 occ = msg.occurrences[0] 36 return f'{occ[0]}:{occ[1]}'
|
| /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);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_types.h | 1564 SVGADXOcclusionQueryResult occ; member in union:SVGADXQueryResultUnion
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| searching.d | 300 ptrdiff_t[ElementType!(Range)] occ; // GC allocated 305 auto p = c in occ; 347 this.occ[n] = i;
|
| /src/sys/arch/arm/arm32/ |
| pmap.c | 7934 int i, j, k, occ, rows = 0; local 7967 occ = l2b->l2b_occupancy; 7984 occ--; 8020 if (occ == 0)
|