HomeSort by relevance Sort by last modified time
    Searched full:a_top (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 75 LLVMValueRef a_top = lp_build_swizzle_aos(bld, a, swizzle_top); local
77 return lp_build_sub(bld, a_bottom, a_top);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 75 LLVMValueRef a_top = lp_build_swizzle_aos(bld, a, swizzle_top); local
77 return lp_build_sub(bld, a_bottom, a_top);
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 838 int a_top = *a_runs++; local
848 assert_sentinel(a_top, false);
853 RgnOper oper(SkMin32(a_top, b_top), dst, op);
865 if (a_top < b_top) {
866 top = a_top;
872 bot = a_top = b_top;
874 } else if (b_top < a_top) {
877 if (b_bot <= a_top) { // [...] <...>
881 bot = b_top = a_top;
883 } else { // a_top == b_to
    [all...]
  /external/skia/src/core/
SkRegion.cpp 838 int a_top = *a_runs++; local
848 assert_sentinel(a_top, false);
853 RgnOper oper(SkMin32(a_top, b_top), dst, op);
865 if (a_top < b_top) {
866 top = a_top;
872 bot = a_top = b_top;
874 } else if (b_top < a_top) {
877 if (b_bot <= a_top) { // [...] <...>
881 bot = b_top = a_top;
883 } else { // a_top == b_to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 212 #define WA_TOP A_TOP
    [all...]
ncurses.h 212 #define WA_TOP A_TOP
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 212 #define WA_TOP A_TOP
    [all...]
ncurses.h 212 #define WA_TOP A_TOP
    [all...]

Completed in 291 milliseconds