HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 526 - 550 of 2735) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /system/core/sh/
parser.h 57 #define VSNORMAL 0x1 /* normal variable: $var or ${var} */
  /external/grub/netboot/
3c509.h 89 #define EEPROM_NODE_ADDR_1 0x1 /* Word */
210 #define WINDOW_SELECT (unsigned short) (0x1<<11)
229 #define FIL_INDIVIDUAL (unsigned short) (0x1)
244 #define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
271 #define S_INTR_LATCH (unsigned short) (0x1)
300 #define ERR_RX_INCOMPLETE (unsigned short) (0x1<<15)
301 #define ERR_RX (unsigned short) (0x1<<14)
345 #define W0_P4_CMD_ENABLE_ADAPTER 0x1
375 #define AUI 0x1
  /external/libffi/src/powerpc/
darwin.S 196 .byte 0x1 ; CIE Version
198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
201 .byte 0x1 ; uleb128 0x1; Augmentation size
204 .byte 0x1 ; uleb128 0x1
231 .byte 0x1 ; uleb128 0x1
  /external/libvpx/libvpx/vp8/common/
postproc.c 127 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch);
678 static void constrain_line (int x0, int *x1, int y0, int *y1, int width, int height)
683 if (*x1 > width)
685 dx = *x1 - x0;
688 *x1 = width;
692 if (*x1 < 0)
694 dx = *x1 - x0;
697 *x1 = 0;
703 dx = *x1 - x0;
708 *x1 = ((height-y0)*dx)/dy + x0
945 int x1, y1; local
    [all...]

Completed in 1016 milliseconds

<<21222324252627282930>>