HomeSort by relevance Sort by last modified time
    Searched refs:Boundary (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
OutputBuffer.h 36 // aligned to the specified power of two boundary.
37 void align(unsigned Boundary) {
38 assert(Boundary && (Boundary & (Boundary - 1)) == 0 &&
39 "Must align to 2^k boundary");
42 if (Size & (Boundary - 1)) {
44 size_t Pad = Boundary - (Size & (Boundary - 1));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_custom.h 43 void (*Boundary)(PERF_OBJHANDLE hObject,
86 ((PERF_OBJHANDLE)(hObject))->ci.Boundary( \
perf.h 97 The phase of execution for the Boundary callback
101 /* UC phase boundary type */
294 * Boundary (phase) that is reached by the application.
302 __PERF_FN(Boundary)(hObject, eBoundary); \
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 326 hObject->ci.Boundary = __common_Boundary;
340 hObject->ci.Boundary = __log_Boundary;
  /external/llvm/lib/CodeGen/
SplitKit.cpp 550 SlotIndex Boundary = Idx.getBoundaryIndex();
551 VNInfo *ParentVNI = Edit->getParent().getVNInfoAt(Boundary);
554 return Boundary.getNextSlot();
557 MachineInstr *MI = LIS.getInstructionFromIndex(Boundary);
571 VNInfo *VNI = defFromParent(0, ParentVNI, Boundary, *MI->getParent(),
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 219 FLOAT Boundary;
    [all...]

Completed in 172 milliseconds