HomeSort by relevance Sort by last modified time
    Searched defs:Overlap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 729 /* FUNCTION: Overlap */
738 /* EFFECT: returns 1 if the intervals overlap, and 0 otherwise */
742 Overlap(int a1, int a2, int b1, int b2)
763 /* intervals which overlap [low,high] in O(max(N,k*log(N))) */
785 * again at the first left child and find an overlap in the left subtree
805 if (Overlap(low,high,x->low,x->high) ) {
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 241 } Overlap;
759 emit( " <kind>Overlap</kind>\n" );
760 if (extra->Err.Overlap.szB == 0) {
761 emiN( " <what>Source and destination overlap "
764 extra->Err.Overlap.dst, extra->Err.Overlap.src );
766 emit( " <what>Source and destination overlap "
769 extra->Err.Overlap.dst, extra->Err.Overlap.src,
770 extra->Err.Overlap.szB )
    [all...]

Completed in 153 milliseconds