| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bitmap.h | 178 bitmap_t rg = bitmap[rgoff]; local 180 return (rg == 0);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bitmap.h | 178 bitmap_t rg = bitmap[rgoff]; local 180 return (rg == 0);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bitmap.h | 179 bitmap_t rg = bitmap[rgoff]; local 181 return (rg == 0);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bitmap.h | 179 bitmap_t rg = bitmap[rgoff]; local 181 return (rg == 0);
|
| /src/sys/net/npf/ |
| npf_ruleset.c | 233 npf_rule_t *rg, *it, *target; local 239 rg = npf_ruleset_lookup(rlset, rname); 240 if (rg == NULL) { 246 rl->r_parent = rg; 257 * WARNING: once rg->subset or target->r_next of an *active* 265 it = rg->r_subset; 279 atomic_store_relaxed(&rl->r_next, rg->r_subset); 281 atomic_store_relaxed(&rg->r_subset, rl); 297 npf_rule_t *rg = rl->r_parent; local 298 rg->r_subset = rl->r_next 309 npf_rule_t *rg, *prev = NULL; local 336 npf_rule_t *rg, *rlast = NULL, *prev = NULL, *lastprev = NULL; local 369 const npf_rule_t *rg; local 398 npf_rule_t *rg, *rl; local 477 npf_rule_t *rg, *rl; local 1077 npf_rule_t *rg, *rl; local [all...] |
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_cg.c | 474 int rg; local 484 rg = dt_regset_alloc(drp); 490 dt_cg_setx(dlp, rg, n); 492 instr = DIF_INSTR_FMT(DIF_OP_SLL, src->dn_reg, rg, dst->dn_reg); 497 dst->dn_reg, rg, dst->dn_reg); 501 dt_cg_setx(dlp, rg, s); 503 dst->dn_reg, rg, dst->dn_reg); 506 dt_cg_setx(dlp, rg, n - s); 508 dst->dn_reg, rg, dst->dn_reg); 515 dt_cg_setx(dlp, rg, n) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| xtensa-tdep.c | 770 xtensa_register_group_t rg = reg->group; local 786 return rg & xtRegisterGroupAddrReg; 788 return rg & xtRegisterGroupUser; 790 return rg & xtRegisterGroupFloat; 792 return rg & xtRegisterGroupGeneral; 794 return rg & xtRegisterGroupState; 796 return rg & xtRegisterGroupVectra; 802 return rg & (xtRegisterGroupCP0 << cp_number);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| xtensa-tdep.c | 770 xtensa_register_group_t rg = reg->group; local 786 return rg & xtRegisterGroupAddrReg; 788 return rg & xtRegisterGroupUser; 790 return rg & xtRegisterGroupFloat; 792 return rg & xtRegisterGroupGeneral; 794 return rg & xtRegisterGroupState; 796 return rg & xtRegisterGroupVectra; 802 return rg & (xtRegisterGroupCP0 << cp_number);
|