Searched refs:Boundary (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DOutputBuffer.h37 void align(unsigned Boundary) { argument
38 assert(Boundary && (Boundary & (Boundary - 1)) == 0 &&
42 if (Size & (Boundary - 1)) {
44 size_t Pad = Boundary - (Size & (Boundary - 1));
/macosx-10.10/vim-55/runtime/syntax/
H A Dtssgm.vim47 syn keyword tssgmArgs Arithmetic Boundary Heater
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DSplitKit.cpp548 SlotIndex Boundary = Idx.getBoundaryIndex(); local
549 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Boundary);
552 return Boundary.getNextSlot();
555 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
569 VNInfo *VNI = defFromParent(0, ParentVNI, Boundary, *MI->getParent(),
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges448 which allows SOAP::Lite to specify its own MIME Boundary delimiter

Completed in 192 milliseconds