HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 726 - 750 of 4103) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/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/9/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/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/9/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/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/9/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/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/9/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h 21 #define PROT_READ 0x1
  /prebuilts/ndk/9/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} */
  /system/media/audio_effects/include/audio_effects/
effect_visualizer.h 40 #define MEASUREMENT_MODE_PEAK_RMS 0x1
  /external/ceres-solver/include/ceres/
cost_function_to_functor.h 169 const double* x1,
183 parameter_blocks[1] = x1;
188 const double* x1,
203 parameter_blocks[1] = x1;
209 const double* x1,
225 parameter_blocks[1] = x1;
232 const double* x1,
249 parameter_blocks[1] = x1;
257 const double* x1,
275 parameter_blocks[1] = x1;
    [all...]
  /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/pixman/pixman/
pixman.c 171 if (rbox->x1 < (v = cbox->x1 + dx))
172 rbox->x1 = v;
179 if (rbox->x1 >= rbox->x2 || rbox->y1 >= rbox->y2)
241 region->extents.x1 = dest_x;
246 region->extents.x1 = MAX (region->extents.x1, 0);
254 if (region->extents.x1 >= region->extents.x2 ||
257 region->extents.x1 = 0;
330 pixman_fixed_48_16_t x1; member in struct:__anon24439
342 pixman_fixed_t x1, y1, x2, y2; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.c 175 FT_Int X1, X2;
208 /* get X1 and X2, minimum and maximum in original coordinates */
213 X1 = X2 = points[0].fx;
219 if ( X < X1 )
220 X1 = X;
225 X1 = X2 = segments[0].pos;
231 if ( X < X1 )
232 X1 = X;
238 if ( X1 >= X2 )
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCordic.cpp 17 0xA, 0x5, 0x2, 0x1 };
29 int32_t x1 = y >> t; local
33 x -= x1;
37 x += x1;
83 int32_t x1 = y >> t; local
87 x -= x1;
91 x += x1;
141 0xA, 0x5, 0x2, 0x1 };
154 int32_t x1 = y >> t; local
162 x += x1;
    [all...]
  /external/dropbear/libtommath/etc/
pprime.c 17 mp_word x1, x2; local
21 x1 = x2;
22 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
23 } while (x1 != x2);
25 if (x1 * x1 > x) {
26 --x1;
    [all...]
  /external/freetype/src/autofit/
afwarp.c 175 FT_Int X1, X2;
208 /* get X1 and X2, minimum and maximum in original coordinates */
213 X1 = X2 = points[0].fx;
219 if ( X < X1 )
220 X1 = X;
225 X1 = X2 = segments[0].pos;
231 if ( X < X1 )
232 X1 = X;
238 if ( X1 >= X2 )
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta
    [all...]
  /external/skia/src/core/
SkCordic.cpp 17 0xA, 0x5, 0x2, 0x1 };
29 int32_t x1 = y >> t; local
33 x -= x1;
37 x += x1;
83 int32_t x1 = y >> t; local
87 x -= x1;
91 x += x1;
141 0xA, 0x5, 0x2, 0x1 };
154 int32_t x1 = y >> t; local
162 x += x1;
    [all...]

Completed in 831 milliseconds

<<21222324252627282930>>