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

  /external/opencore/oscl/unit_test/test/src/
point.h 50 point(const T & new_x, const T & new_y): x(new_x), y(new_y)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 263 Sint16 new_x = regs.r[0]; /* Initialy get as OS units */ local
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2])
296 x = new_x - topLeftX;
303 if (last_x != new_x || last_y != new_y)
336 last_x = new_x;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 1308 int new_x = 10; local
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 299 assertTrue(0 == i % (2 * scale), name + "new_x" + i);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h     [all...]

Completed in 590 milliseconds