| /src/sys/arch/alpha/common/ |
| sgmap_typedep.c | 76 int pteidx, error, spill, seg = *segp; local 79 /* Initialize the spill page PTE if it hasn't been already. */ 109 * XXX Always allocate a spill page for now. Note 110 * the spill page is not needed for an in-bound-only 114 spill = 1; 116 spill = 0; 168 if (spill) { 190 if (spill) { 195 * ARGH! If the addition of the spill page bumped us 201 * performs that necessitates the spill page in the firs 544 int spill, seg, pteidx; local [all...] |
| /src/sys/net80211/ |
| ieee80211_crypto_tkip.c | 799 uint8_t spill[4]; local 825 memcpy(spill + nspill, data, n); 831 l ^= get_le32(spill); 846 memcpy(spill, data, space); 862 spill[nspill++] = 0x5a; 864 spill[nspill] = 0; 865 l ^= get_le32(spill);
|
| /src/usr.sbin/sysinst/ |
| bsddisklabel.c | 1134 daddr_t spill = wanted->infos[root].size - local 1136 spill = roundup(spill, align); 1139 wanted->infos[usr].size = spill; 1215 daddr_t spill = wanted->infos[root].size - local 1217 spill = roundup(spill, align); 1220 wanted->infos[usr].size = spill;
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| InlineSpiller.cpp | 77 static cl::opt<bool> DisableHoisting("disable-spill-hoist", cl::Hidden, 78 cl::desc("Disable inline spill hoisting")); 115 /// siblings. To hoist a spill to another BB, we need to find out a live 116 /// sibling there and use it as the source of the new spill. 152 void addToMergeableSpills(MachineInstr &Spill, int StackSlot, 154 bool rmFromMergeableSpills(MachineInstr &Spill, int StackSlot); 172 // Variables that are valid during spill(), but used by multiple methods. 178 // All registers to spill to StackSlot, including the main register. 212 void spill(LiveRangeEdit &) override; 256 // When spilling a virtual register, we also spill any snippets it is connecte 1182 void InlineSpiller::spill(LiveRangeEdit &edit) { function in class:InlineSpiller [all...] |
| RegAllocFast.cpp | 275 void spill(MachineBasicBlock::iterator Before, Register VirtReg, 315 // Allocate a new stack object for this spill location... 402 /// Insert spill instruction for \p AssignedReg before \p Before. Update 404 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, function in class:RegAllocFast 417 // When we spill a virtual register, we will have spill instructions behind 431 LLVM_DEBUG(dbgs() << "Inserting debug info due to spill:\n" << *NewDV); 434 // We need to insert a DBG_VALUE at the end of the block if the spill slot 436 // spill. This will allow LiveDebugValues to see the correct live out 440 LLVM_DEBUG(dbgs() << "Cloning debug info due to live out spill\n") [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| resolver.c | 1433 uint_fast32_t spill; local 1442 spill = atomic_load_acquire(&res->zspill); 1443 if (spill == 0) { 1487 INSIST(spill > 0); 1489 if (++counter->count > spill && !force) { 11227 uint_fast32_t spill; local 11231 spill = atomic_load_acquire(&res->zspill); 11232 if (spill == 0) { 11254 if (count < spill) {
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| resolver.c | 1692 uint_fast32_t spill = atomic_load_acquire(&fctx->res->zspill); local 1693 if (!force && spill != 0 && counter->count >= spill) {
|